Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 46958c8

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.