Skip to content

Commit b2db83d

Browse files
authored
Update README.md
1 parent 9c02207 commit b2db83d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,15 @@ The repository includes a range of problems, many of which are inspired by LeetC
5252
| 17 | [Binary Tree Data Structure Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/17%20-%20Binary%20Tree%20Data%20Structure%20Problems) | Problems to master binary tree traversal, construction, and various operations. |
5353
| 18 | [Binary Search Tree Data Structure Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/18%20-%20Binary%20Search%20Tree%20Data%20Structure%20Problems) | Learn BST operations like searching, insertion, deletion, and advanced challenges. |
5454
| 19 | [Heap Data Structure Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/19%20-%20Heap%20Data%20Structure%20Problems) | A collection of problems on heap operations, priority queues, and advanced use cases. |
55+
| 20 | [Hashmap Data Structure Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/20%20-%20Hashmap%20Data%20Structure%20Problems) | Problems involving hashmaps for efficient key-value pair storage and lookup. |
56+
| 21 | [Trie Data Structure Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/21%20-%20Trie%20Data%20Structure%20Problems) | Problems using Tries, a tree-based structure for efficient string search. |
57+
| 22 | [Backtracking Algorithm Based Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/22%20-%20Backtracking%20Algorithm%20Based%20Problems) | Problems requiring backtracking to explore possible solutions and undo invalid choices. |
58+
| 23 | [Graph Data Structure Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/23%20-%20Graph%20Data%20Structure%20Problems) | Problems related to graphs, focusing on traversal, connectivity, and pathfinding. |
59+
| 24 | [Dynamic Programming Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/24%20-%20Dynamic%20Programming%20Problems) | Problems using dynamic programming to solve complex problems by breaking them into simpler subproblems. |
60+
| 25 | [Greedy Algorithm Problems](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/25%20-%20Greedy%20Algorithm%20Problems) | Problems solved using greedy algorithms by making locally optimal choices. |
5561

56-
## Getting Started
5762

63+
## Getting Started
5864
To get started with solving the problems in this repository, follow these steps:
5965

6066
1. **Clone the repository:**

0 commit comments

Comments
 (0)