Skip to content

radojevicMihailo/oop_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oop_project

In this project it was necessary to create a directed graph that would represent the public transportation network. The nodes of the graph represented the stops, and the connections between these nodes were the routes of public transport. The data was loaded from text files. It was needed to be able to print information about stops and routes. The main task in the project was to simulate movements through the public transportation network. The simulation was supposed to generate a path between the selected initial and final position. I created a strategy that finds a path that goes through the least number of stops on the way between the start and end stops, using BFS (Breadth First Search).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages