Skip to content
shaCode256 edited this page Mar 4, 2021 · 1 revision

So, can I just use this graph as whatever I want, please?

Oh, we're So glad you've asked! of course you can! I mean, this Directed Weighted graph does stand on its on and you can use if for whatever you want!

Can I, the reader, add something to this project?

of course! you are welcomed to try and:

  • Update the algorithms of the graph! You can take upon a challgenge- Make 'em smarter, faster. try to improve the code we wrote, to make them run faster, with accuracy, in less time.

  • Add new algorithms, new features!

Share with us!

We used the following algorithms:

  • implementation of Dijakstra's algorithm
  • DFS
  • Comparing with NetworkX python library for graphs
Clone this wiki locally