Skip to content

Commit c5605ea

Browse files
authored
Update README.md
1 parent 9fd5908 commit c5605ea

File tree

1 file changed

+3
-0
lines changed
  • 20 - Hashmap Data Structure Problems

1 file changed

+3
-0
lines changed

20 - Hashmap Data Structure Problems/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ The problems cover a range of difficulty levels and can be used to deepen your u
1717
| 01 | [Example](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/20%20-%20Hashmap%20Data%20Structure%20Problems/01%20-%20Example) | This is a basic example problem demonstrating the use of Hashmaps for simple operations. | Non | Non |
1818
| 02 | [Count Elements With Maximum Frequency](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/20%20-%20Hashmap%20Data%20Structure%20Problems/02%20-%20Count%20Elements%20With%20Maximum%20Frequency) | Find the element with the highest frequency in a Hashmap. | [Link](https://leetcode.com/problems/count-elements-with-maximum-frequency/) | Non |
1919
| 03 | [N - Queens](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/20%20-%20Hashmap%20Data%20Structure%20Problems/03%20-%20N%20-%20Queens) | A famous problem solved using Hashmap for tracking safe positions of queens on a chessboard. | [Link](https://leetcode.com/problems/n-queens/) | Non |
20+
21+
---
22+
Happy Coding! 😊

0 commit comments

Comments
 (0)