Skip to content

Commit

Permalink
Update HashMaps.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishak798 committed Jun 20, 2024
1 parent 475a38f commit 940e164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hashing/HashMaps.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <bits/stdc++.h>
using namespace std;

//hash maps
int main()
{
int size;
Expand Down Expand Up @@ -65,4 +65,4 @@ Number to query:
Frequency : 1
Number to query:
1
Frequency : 2*/
Frequency : 2*/

0 comments on commit 940e164

Please sign in to comment.