Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8795f46

Browse files
Add reason behind project
1 parent f51fb7f commit 8795f46

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
1. Using Adjacency Matrix and Traversal (aka Eager Naive implementation)
1010
2. Using Adjacency Lists and a Binary Heap
1111
3. Using Adjacency Lists and a [Fibonacci Heap](https://brilliant.org/wiki/fibonacci-heap/)
12+
- [Here](./Material/Time%20Complexities.jpg) are the time complexities of priority queue operations as well as time complexities of the different implementations.
13+
- This project was done for the *Design and Analysis of Algorithms* course during my 2nd year at Dayananda Sagar University.
1214
- For much more detail, refer to the [project report](./Material/Project%20Report.pdf).
1315

14-
# Time Complexities
15-
16-
![Time complexities](./Material/Time%20Complexities.jpg)
17-
1816
# Demo Screenshot
1917

2018
![Demo Screenshot](./Material/Output%20Screenshot%202.JPG)
@@ -38,7 +36,7 @@ Since the Fibonacci heap implementation has a better time complexity than the ot
3836
# Installation
3937

4038
## Installing Dependencies
41-
- Needs Python3 (Python 3.7 was used for development.)
39+
- Needs Python 3. (Python 3.7 was used for development.)
4240
- Needs matplotlib and networkx, both of which can be installed using pip.
4341

4442
## Installing the Project

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /