Skip to content

Commit fec82db

Browse files
committed
Commit
1 parent fa47733 commit fec82db

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Topic-Wise Roadmap To Learning Data Structures and Algorithms
55

66
# 1. Arrays
77

8-
### -Basic
8+
### -Basic Problems
99
> - [x] [ Top 50 Array Coding Problems - GeeksForGeeks](https://www.geeksforgeeks.org/top-50-array-coding-problems-for-interviews/ "Top 50 Array Coding Problems - GeeksForGeeks")
1010
1111
### -Extra
@@ -16,7 +16,7 @@ Topic-Wise Roadmap To Learning Data Structures and Algorithms
1616

1717
# 2. Strings
1818

19-
### -Basic
19+
### -Basic Problems
2020
> - [ ] [ String Problems - InterviewBit](https://www.interviewbit.com/courses/programming/topics/strings/ "String Problems - InterviewBit")
2121
2222
### -Extra
@@ -27,7 +27,7 @@ Topic-Wise Roadmap To Learning Data Structures and Algorithms
2727

2828
# 3. Linked Lists
2929

30-
### -Basic
30+
### -Basic Problems
3131
> - [ ] [ Linked-List Problems - InterviewBit](https://www.interviewbit.com/courses/programming/topics/linked-lists/ "Linked-List Problems - InterviewBit")
3232
3333
### -Extra
@@ -42,7 +42,7 @@ Topic-Wise Roadmap To Learning Data Structures and Algorithms
4242
> - [ ] [ Stack Data Structure Introduction - GeeksForGeeks](https://www.geeksforgeeks.org/stack-data-structure-introduction-program/ "Stack Data Structure Introduction - GeeksForGeeks")
4343
> - [ ] [ Queue Set Introduction and Array Implementation - GeeksForGeeks](https://www.geeksforgeeks.org/queue-set-1introduction-and-array-implementation/ "Queue Set Introduction and Array Implementation - GeeksForGeeks")
4444
45-
### -Basic
45+
### -Basic Problems
4646
> - [ ] [ Stacks and Queues - InterviewBit](https://www.interviewbit.com/courses/programming/topics/stacks-and-queues/ "Stacks and Queues - InterviewBit")
4747
4848
### -Extra
@@ -62,7 +62,7 @@ Topic-Wise Roadmap To Learning Data Structures and Algorithms
6262
> - [ ] [ Heap Data Structure - GeeksForGeeks](https://www.geeksforgeeks.org/heap-data-structure/ "Heap Data Structure - GeeksForGeeks")
6363
> - [ ] [ Hashing Data Structure - GeeksForGeeks](https://www.geeksforgeeks.org/hashing-data-structure/ "Hashing Data Structure - GeeksForGeeks")
6464
65-
### -Basic
65+
### -Basic Problems
6666
> - [ ] [ Tree Data Structure - InterviewBit](https://www.interviewbit.com/courses/programming/topics/tree-data-structure/ "Tree Data Structure - InterviewBit")
6767
> - [ ] [ Heaps and Maps - InterviewBit](https://www.interviewbit.com/courses/programming/topics/heaps-and-maps/ "Heaps and Maps - InterviewBit")
6868
> - [ ] [ Hashing - InterviewBit](https://www.interviewbit.com/courses/programming/topics/hashing/ "Hashing - InterviewBit")
@@ -89,7 +89,7 @@ Topic-Wise Roadmap To Learning Data Structures and Algorithms
8989
> - [ ] [ Floyd Warshall Algorithm - GeeksForGeeks](https://www.geeksforgeeks.org/floyd-warshall-algorithm-dp-16/ "Floyd Warshall Algorithm - GeeksForGeeks")
9090
> - [ ] [ Union Find Algorithm - GeeksForGeeks](https://www.geeksforgeeks.org/union-find-algorithm-union-rank-find-optimized-path-compression/ "Union Find Algorithm - GeeksForGeeks")
9191
92-
### -Basic
92+
### -Basic Problems
9393
> - [ ] [ Graph Problems - LeetCode](https://leetcode.com/tag/graph/ "Graph Problems - LeetCode") (Easy and Medium)
9494
9595
### -Extra
@@ -104,7 +104,7 @@ Topic-Wise Roadmap To Learning Data Structures and Algorithms
104104
> - [ ] [ Dynamic Programming II: Text Justification, Blackjack](https://www.youtube.com/watch?v=ENyox7kNKeY\u0026list=PLcDimPvbmfT8qAxD6JH_kmXiQwTNcoK78\u0026index=2 "Dynamic Programming II: Text Justification, Blackjack")
105105
> - [ ] [ Dynamic Programming III: Parenthesization, Edit Distance, Knapsack](https://www.youtube.com/watch?v=ocZMDMZwhCY\u0026list=PLcDimPvbmfT8qAxD6JH_kmXiQwTNcoK78\u0026index=3 "Dynamic Programming III: Parenthesization, Edit Distance, Knapsack")
106106
107-
### -Basic (Standard problems)
107+
### -Basic Problems (Standard problems)
108108
> - [ ] [ Program For nth Fibonacci Number - GeeksForGeeks](https://www.geeksforgeeks.org/program-for-nth-fibonacci-number/ "Program For nth Fibonacci Number - GeeksForGeeks")
109109
> - [ ] [ 0-1 Knapsack Problem - GeeksForGeeks](https://www.geeksforgeeks.org/0-1-knapsack-problem-dp-10/ "0-1 Knapsack Problem - GeeksForGeeks")
110110
> - [ ] [ Coin Change - GeeksForGeeks](https://www.geeksforgeeks.org/coin-change-dp-7/ "Coin Change - GeeksForGeeks")

0 commit comments

Comments
 (0)