##Project structure "graph.py" граф (adj list + adj matrix), конвертери "generator.py" Ердеша-Реньї генератор: n, δ, ваги ...
Abstract: Finding the shortest paths from a single source to all other vertices is a common problem in graph analysis. The Bellman-Ford's algorithm is the solution that solves such a single-source ...