Skip to content

Commit 2b380c8

Browse files
authored
Update README.md
1 parent 93d20af commit 2b380c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository contains Data structures, Algorithms and their common usecases i
1010

1111
* Dijkstra's Shortest Path Algorithm (Python) [Code](Dijkstra_Shortest_Path_Algo/DijkstraShortestReach.py)
1212
* Kahn's Algorithm for Topological Sort [Code](Kahns_Algorithm_Topologicalsort/Kahns_Algo_Topologicalsort.py) [Learn](Kahns_Algorithm_Topologicalsort/Kahns_Algo_Topologicalsort.md)
13-
* Depth First Search ([Java_Code](DFS(Java%20&%20Python)/DFS.java) + [Python_Code](DFS(Java%20&%20Python)/DFS.py))
13+
* Depth First Search | [Java_Code](DFS(Java%20&%20Python)/DFS.java) | [Python_Code](DFS(Java%20&%20Python)/DFS.py)
1414
* Floyd Warshall Algorithm [Code](Floyd_Warshall_Algorithm/Floyd_Warshall_Algorithm.py) [Learn](Floyd_Warshall_Algorithm/Floyd_Warshall_Algorithm.md)
1515
* Longest Common Subsequence (Java) [Code](Longest_Common_Subsequence(Java)/LongestCommonSubsequence.java)
1616
* Longest Common Substring (Java) [Code](Longest_Common_Substring(Java)/LongestCommonSubstring.java)
@@ -19,7 +19,7 @@ This repository contains Data structures, Algorithms and their common usecases i
1919

2020
### Data Structures-
2121
* Trie Data Structure [Code](Trie_Data_Structure/Trie_Data_Structure.py) [Learn](Trie_Data_Structure/Trie_Data_Structure.md)
22-
* Segment Tree (For sum) ([Java_Code](Segment_Tree_For_sum_(Java%20&%20Python)/SegmentTree_sum.java) <br /> + [Python_Code](Segment_Tree_For_sum_(Java%20&%20Python)/segment_Tree.py))
22+
* Segment Tree (For sum) | [Java_Code](Segment_Tree_For_sum_(Java%20&%20Python)/SegmentTree_sum.java) | [Python_Code](Segment_Tree_For_sum_(Java%20&%20Python)/segment_Tree.py))
2323
* Union Find Data Structures (Disjoint Set Data Structure) [Code](Disjoint_sets/UnionFindDS.py) [Learn](Disjoint_sets/Disjoint_Sets.md)
2424
* Binary Search Tree [Code](Binary_Search_Tree/BST.py)
2525

0 commit comments

Comments
 (0)