News

Storing a key-value pair in maps (Java / C++) and dictionaries (Python) does not guarantee the sorted order of the input. Hence we additionally need to sort the data to get the desired output which ...
This project implements an object-oriented spatial indexing system using a KD-Tree to efficiently query and visualize municipal tree data from the City of Toronto. It includes an interactive map ...