You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 20 - Hashmap Data Structure Problems/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,6 @@ The problems cover a range of difficulty levels and can be used to deepen your u
17
17
| 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 |
18
18
| 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 |
19
19
| 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 |
0 commit comments