Skip to content

DSA Project about application of Interval Trees

Notifications You must be signed in to change notification settings

ni-chi/DSA-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roads between cities (Interval Trees)

Academic Project for the subject Data Structures and Algorithms. We have implemented a small map using pygame GUI and checked if the cities are connected by a road.

Data Structure

We have used the Data Structure Interval Tree to implement the searching of connecting roads in the maps.

Execution

To execute the program, you need to install pygame. It can be done by using pip.

pip install pygame

To run the program just type in the following command in the terminal.

python main.py

Team

Releases

No releases published

Packages

No packages published

Languages