Skip to content

Commit 1cccca4

Browse files
authored
Update README.md
1 parent 0f85d0c commit 1cccca4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Leetcode / Data-Structures-and-Algorithms
22
This repository contains solutions to coding problems based on Data Structures and Algorithms.
33
## Graphs, DFS & BFS
4-
- [547. Friend Circles](GraphsDFS&BFS/Friend_Circles.java)
5-
- [200. Number of Islands](GraphsDFS&BFS/Number_of_Islands.java)
6-
- [133. Clone Graph](GraphsDFS&BFS/Clone_Graph.java)
7-
- [102. Binary Tree Level Order Traversal](GraphsDFS&BFS/Binary_Tree_Level_Order_Traversal.java)
4+
- [Leetcode 547. Friend Circles](GraphsDFS&BFS/Friend_Circles.java)
5+
- [Leetcode 200. Number of Islands](GraphsDFS&BFS/Number_of_Islands.java)
6+
- [Leetcode 133. Clone Graph](GraphsDFS&BFS/Clone_Graph.java)
7+
- [Leetcode 102. Binary Tree Level Order Traversal](GraphsDFS&BFS/Binary_Tree_Level_Order_Traversal.java)
88
- [Topological Sort - DFS](GraphsDFS&BFS/TopologicalSort_DFS.java)
99
- [Topological Sort - Kahn](GraphsDFS&BFS/KahnTopologicalSort.java)
1010
- [Leetcode 207. Course Schedule](GraphsDFS&BFS/Course_Schedule.java)
@@ -14,9 +14,9 @@ This repository contains solutions to coding problems based on Data Structures a
1414
- [Leetcode 230. Kth Smallest Element in a BST](Trees/Kth_Smallest_Element_in_a_BST.java)
1515
- [Leetcode 98. Validate Binary Search Tree](Trees/Validate_Binary_Search_Tree.java)
1616
## Stacks
17-
- [394. Decode String](Stacks/Decode_String.java)
17+
- [Leetcode 394. Decode String](Stacks/Decode_String.java)
1818
## Linked Lists
19-
- [19. Remove Nth Node From End of List](LinkedList/Remove_Nth_Node_From_End_of_List.java)
19+
- [Leetcode 19. Remove Nth Node From End of List](LinkedList/Remove_Nth_Node_From_End_of_List.java)
2020
## Sliding Window
2121
- [Leetcode 438. Find All Anagrams In a String](SlidingWindow/Find_All_Anagarms_In_A_String.java)
2222
- [Leetcode 78. Minimum Window Substring](SlidingWindow/Minimum_Window_Substring.java)
@@ -28,7 +28,7 @@ This repository contains solutions to coding problems based on Data Structures a
2828
- [Binary Search Topcoder Notes](BinarySearch/Binary_Search_Notes.txt)
2929
- [Binary Search Variants](BinarySearch/Binary_Search_Variants.java)
3030
- [Leetcode 1351. Count Negative Numbers in a Sorted Matrix](BinarySearch/Count_Negative_Numbers_in_a_Sorted_Matrix.java)
31-
- [Leetcode 153. Find Minimum in Rotated Sorted Array ](BinarySearch/Find_Minimum in_Rotated_Sorted_Array.java)
31+
- [Leetcode 153. Find Minimum in Rotated Sorted Array](BinarySearch/Find_Minimum in_Rotated_Sorted_Array.java)
3232
- [Leetcode 162. Find Peak Element](BinarySearch/Find_Peak_Element.java)
3333
- [Leetcode 278. First Bad Version](BinarySearch/First_Bad_Version.java)
3434
- [Leetcode 374. Guess Number Higher or Lower](BinarySearch/Guess_Number_Higher_or_Lower.java)

0 commit comments

Comments
 (0)