Skip to content

Commit 46958c8

Browse files
author
Roman Lishtaba
committed
Merge branch 'master' into feature/dijkstras
2 parents b2ac245 + 383ede4 commit 46958c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
'undirected-graph', 'depth-first-search', 'DFS',
4242
'breadth-first-search', 'BFS', 'Levenshtein Distance',
4343
'levenshtein-distance', 'dijkstras algorithm', 'dijkstras',
44-
'dijkstras shortest path'],
44+
'dijkstras shortest path', 'floyd–warshall', 'Floyd', 'Warshall'],
45+
4546
description="Library of Algorithms, Data Structures, "
4647
"variety of solutions to common "
4748
"CS problems.",

0 commit comments

Comments
 (0)