Skip to content

Arundhathi2425/SpatialSearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpatialSearchEngine

A C++ implementation of a KD Tree supporting efficient k-Nearest Neighbor (KNN) search and classification on the MNIST dataset.

This project demonstrates efficient multidimensional spatial indexing using a balanced KD Tree and branch-and-bound nearest neighbor search.

Features

  • Balanced KD Tree construction
  • Fast KNN search
  • Point insertion and lookup
  • MNIST digit classification
  • Efficient multidimensional search

Project Structure

References

Build & Run

make
./main

Built using C++ and the STL to demonstrate efficient spatial indexing and nearest-neighbor search algorithms.

About

A C++ implementation of a KD-Tree for efficient k-nearest neighbor (KNN) search, with MNIST digit classification as a real-world demo.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors