Skip to content

A project from my python class during my sophomore year. Makes use of undirected weighted graphs, breadth first search and depth first search algorithms, and priority queues.

Notifications You must be signed in to change notification settings

lacayodaniel/social-net-graphs

Repository files navigation

social-net-graphs

A project from my python class during my sophomore year. Makes use of undirected weighted graphs, breadth first search and depth first search algorithms, and priority queues.

Files

GraphsAssignment.pdf is the assignment from my professor.

Set-up and Installation

Open a terminal in the project directory and simply type python main.py to execute the program.

About

A project from my python class during my sophomore year. Makes use of undirected weighted graphs, breadth first search and depth first search algorithms, and priority queues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages