Skip to content

This repository holds the implementation of the KDTree and the QuadTree, multidimensional data structures, written in the Python programming language created during an elective course, called Multidimensional Data Structures.

Notifications You must be signed in to change notification settings

foivos-all/Multidimensional-Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multidimentional Data Structures

This repository holds the implementation of the KDTree and the QuadTree, multidimentional data structures, written in the Python programming language. This was created during an elective course, called Multidimentional Data Structures, completed during my third year of studies in the Computer Engineering and Informatics Department at the University of Patras.

Structure

In the KD-Tree folder you can find the code for the kd tree, the data and the airports class that represents each airport. The same can be found in the Quad-Tree folder, with the main difference, that the code is for a quad tree.

About

This repository holds the implementation of the KDTree and the QuadTree, multidimensional data structures, written in the Python programming language created during an elective course, called Multidimensional Data Structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages