| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implementation of two graph representations and few algorithms with comparison of how fast they perform.
Author: Bartosz Rodziewicz
The task done as a second project for Algorithms and Computational Complexity (Struktury danych i złożoność obliczeniowa, yes, that is official English translation).
The task was to implement a way to store graphs in the app using these two representations:
And implement 5 following algorithms:
Using STL or Boost libraries was taken as a disadvantage.
My app covers the most basic solution so I implement both ways of storing graphs using STL structures and two algorithms:
| Back | FazBrowse Home | New Git URL |