ivan1911 / algorithms

Various algorithms with sort, find and etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alrgorithm collection

My own self coded algorithm collection coded on Python. Using only wikipeda and not included foreign code.

Algoritm list:

dijkstra.py - Dijkstra's algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1956 and published in 1959, is a graph search algorithm that solves the single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree. This algorithm is often used in routing and as a subroutine in other graph algorithms.

About

Various algorithms with sort, find and etc


Languages

Language:Python 100.0%