Skip to content
Courses
DSA to Development
Newly Launched!
Generative AI & ChatGPT
Master Django Framework
Digital Marketing Program
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Software Testing & Automation (Live)
Data Structures & Algorithms in Python
For Students
Interview Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
GATE Exam Courses
GATE CS & IT (LIVE)
GATE CS & IT (Self-Paced)
GATE DS & AI (LIVE)
GATE DS & AI (Self-Paced)
GATE Classroom Course (NCR)
All Courses
Tutorials
Data Structures & Algorithms
DSA for Beginners
Data Structures
Arrays
Matrix
Strings
Linked List
Stack
Queue
Tree
Generic Tree
Binary Tree
Binary Search Tree
AVL Tree
B Tree
B+ Tree
Red Black Tree
Tree Data Structure Tutorial
Heap
Hashing
Graph
Set Data Structure
Map Data Structure
Advanced Data Structure
Data Structures Tutorial
Algorithms
Analysis of Algorithms
Searching Algorithms
Linear Search
Binary Search
Searching Algorithms Tutorial
Sorting Algorithms
Selection Sort
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Counting Sort
Radix Sort
Bucket Sort
Sorting Algorithms Tutorial
Greedy Algorithms
Dynamic Programming
Graph Algorithms
Pattern Searching
Recursion
Backtracking
Divide and Conquer
Mathematical Algorithms
Geometric Algorithms
Bitwise Algorithms
Randomized Algorithms
Branch and Bound
Algorithms Tutorial
Complete DSA Tutorial
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
Wipro Coding Sheet
Infosys Coding Sheet
TCS Coding Sheet
Cognizant Coding Sheet
HCL Coding Sheet
DSA Cheat Sheets
DSA Sheet for Beginners
SDE Sheets
FAANG Coding Sheet
Love Babbaar Sheet
Mass Recruiter Sheet
Product-Based Coding Sheet
Company-Wise Preparation Sheet
Top 100 DSA Interview Questions Topic-wise
100 Days of Code
Python
Python Tutorial
Python Exercises
Python List Exercise
Python String Exercise
Python Tuple Exercise
Python Dictionary Exercise
Python Set Exercise
Python Excercises Topic wise
Python Quiz
Python Programs
Advanced Python Tutorial
Python API Tutorial
Python Database Tutorial
Python JSON
Python Cheat Sheet
Python Projects
Python Interview Questions
ML & Data Science
Machine Learning
Machine Learning Tutorial
Maths for ML
ML Projects
100 Days of Machine Learning
Data Science Tutorial
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Data Visualization with Python
Data Visualization with R
Tableau
Power BI
Data Analysis
Data Analysis with Python
Data Analysis with R
100 Days of Data Analytics
Deep Learning
NLP Tutorial
OpenCV Tutorial
Interview Questions
Machine Learning Interview Questions
Deep Learning Interview Questions
R Interview Questions
System Design
System Design Tutorial
Software Design Patterns
System Design Roadmap
Top 10 System Design Interview Questions
Interview Corner
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Puzzles for Interviews
Languages
C
C++
Java
Python
R Tutorial
C#
SQL
Scala
Perl
Go Language
Web Development
HTML
HTML Tutorial
Free HTML Course
HTML Cheat Sheet
CSS
CSS Tutorial
Free CSS Course
CSS Cheat Sheet
JavaScript
JavaScript Tutorial
JavaScript Questions
JavaScript Cheat Sheet
DSA using JavaScript
Free JavaScript Course
JavaScript A to Z Complete Guide
TypeScript
ReactJS
ReactJS Tutorial
Free ReactJS Course
ReactJS Cheat Sheet
NextJS
Node.js
PHP
AngularJS
jQuery
Web Development Using Python
Django
Flask
Selenium
Postman
Github
Web Design
100 Days of Web Development
CS Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps And Linux
DevOps Tutorial
GIT
AWS
Kubernetes
Docker
Microsoft Azure Tutorial
Google Cloud Platform
DevOps Roadmap
DevOps Interview Questions
Linux
Linux Tutorial
Linux Commands A-Z
Linux Commands Cheatsheet
File Permissions in Linux
Linux System Administration
Linux Shell Scripting
Linux Networking
Linux Interview Questions
School Learning
Class 8 Study Material
Class 9 Study Material
Class 10 Study Material
Class 11Study Material
Class 12 Study Material
English Grammar
GfG School
Commerce
GATE
GATE Computer Science Notes
Last Minute Notes
GATE CS Solved Papers
GATE CS Original Papers and Official Keys
GATE CS 2025 Syllabus
GATE DA 2025 Syllabus
Other CS Exams
ISRO
UGC NET
GeeksforGeeks Videos
Jobs
Get Hired: Apply for Jobs
Corporate Hiring Solutions
Filtered Jobs
Jobs for Freshers
Jobs for Experienced
All Jobs
Practice
All DSA Problems
Problem of the Day
Company Wise Coding Practice
Amazon
Microsoft
Flipkart
Explore All
GfG SDE Sheet
Practice Problems Difficulty Wise
School
Basic
Easy
Medium
Hard
Language Wise Coding Practice
CPP
Java
Python
Curated DSA Lists
Beginner's DSA Sheet
Love Babbar Sheet
Top 50 Array Problems
Top 50 String Problems
Top 50 DP Problems
Top 50 Graph Problems
Top 50 Tree Problems
Contests
Job-A-Thon Hiring Challenge
GfG Weekly [Rated Contest]
All Contests and Events
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
▲
Similar Topics
DSA
22.1k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
Strings
3.2k+ articles
Greedy
2k+ articles
Algorithms
2k+ articles
Searching
1.7k+ articles
Hash
1.2k+ articles
frequency-counting
730+ articles
cpp-unordered_map
220+ articles
HashTable
66 posts
Popular Articles
Recent Articles
Hash Table Data Structure
Last Updated: 08 May 2024
What is Hash Table?A Hash table is defined as a data structure used to insert, look up, and remove key-value pairs quickly. It operates on t
...read more
Hash
HashTable
Picked
DSA
Introduction to Hashing - Data Structure and Algorithm Tutorials
Last Updated: 17 May 2024
Hashing refers to the process of generating a fixed-size output from an input of variable size using the mathematical formulas known as ha
...read more
Algorithms
Hash
Data Structures
HashTable
HashSet
Hash
DSA
Tutorials
DSA-Blogs
DSA Tutorials
Find the Array element after Q queries based on the given conditions
Last Updated: 23 February 2023
Given an array arr[] of length N and Q queries of 3 types (1, 2, 3) whose operations are as follows:Type 1: query has input as 1 and the tas
...read more
Arrays
Mathematical
Hash
HashTable
array-range-queries
DSA
Similar Topics
DSA
22.1k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
Strings
3.2k+ articles
Greedy
2k+ articles
Algorithms
2k+ articles
Searching
1.7k+ articles
Hash
1.2k+ articles
frequency-counting
730+ articles
cpp-unordered_map
220+ articles
Program to implement Hash Table using Open Addressing
Last Updated: 12 February 2024
The task is to design a general Hash Table data structure with Collision case handled and that supports the Insert(), Find(), and Delete() f
...read more
Hash
Advanced Data Structure
Data Structures
HashTable
C Programs
DSA
Maximum width of a Binary Tree with null value
Last Updated: 20 February 2022
Given a Binary Tree consisting of N nodes, the task is to find the maximum width of the given tree where the maximum width is defined as the
...read more
Tree
Binary Tree
Algorithms
Hash
Binary Search Tree
DFS
HashTable
DSA
Find all distinct quadruplets in an array that sum up to a given value
Last Updated: 06 February 2023
Given an array arr[] consisting of N integers and an integer K, the task is to print all possible unique quadruplets (arr[i], arr[j], arr[k]
...read more
Arrays
Java
Algorithms
Mathematical
Hash
Technical Scripter
Data Structures
HashTable
HashSet
Java Programs
Java-ArrayList
Java-HashMap
Picked
DSA
Number of substrings having an equal number of lowercase and uppercase letters
Last Updated: 02 August 2023
Given string S consists of lowercase and uppercase letters, the task is to find the number of substrings having an equal number of lowercase
...read more
Strings
Mathematical
Hash
HashTable
cpp-unordered_map
frequency-counting
substring
DSA
Count number of substrings having at least K distinct characters
Last Updated: 28 December 2022
Given a string S consisting of N characters and a positive integer K, the task is to count the number of substrings having at least K distin
...read more
Strings
Amazon
Hash
interview-preparation
sliding-window
HashTable
two-pointer-algorithm
substring
DSA
Count quadruplets with sum K from given array
Last Updated: 01 September 2021
Given an array arr[] of size N and an integer S, the task is to find the count of quadruplets present in the given array having sum S.Exampl
...read more
Arrays
Searching
Hash
interview-preparation
HashTable
cpp-unordered_map
cpp-map
DSA
Count pairs (i, j) from arrays arr[] & brr[] such that arr[i] - brr[j] = arr[j] - brr[i]
Last Updated: 17 November 2021
Given two arrays arr[] and brr[] consisting of N integers, the task is to count the number of pairs (i, j) from both the array such that (ar
...read more
Arrays
Searching
Mathematical
Hash
HashTable
cpp-map
frequency-counting
DSA
Find all missing numbers from a given sorted array
Last Updated: 08 February 2022
Given a sorted array arr[] of N integers, The task is to find the multiple missing elements in the array between the ranges [arr[0], arr[N-1
...read more
Arrays
Greedy
Mathematical
Hash
HashTable
frequency-counting
DSA
Check if frequency of each element in given array is unique or not
Last Updated: 20 September 2023
Given an array arr[] of N positive integers where the integers are in the range from 1 to N, the task is to check whether the frequency of t
...read more
Arrays
Greedy
Mathematical
Hash
School Programming
HashTable
frequency-counting
DSA
Replace each element of Array with it's corresponding rank
Last Updated: 18 May 2021
Given an array arr[] of N integers, the task is to replace each element of Array with their rank in array.The rank of an element is defined
...read more
Arrays
Greedy
Searching
Sorting
Mathematical
Hash
Competitive Programming
HashTable
Hash
Java-HashMap
DSA
Difference between Bloom filters and Hashtable
Last Updated: 22 January 2020
HashTable:Hashtable is designed to use a special function called the Hash function which is used to map a given value with a particular key
...read more
Hash
HashTable
Difference Between
DSA
Hashtable in Java
Last Updated: 05 June 2023
The Hashtable class implements a hash table, which maps keys to values. Any non-null object can be used as a key or as a value.To successful
...read more
Java
Java-Collections
Java - util package
HashTable
Java-HashTable
1
2
3
4
5
>>
Last
1
2
3
4
5
>>
Last
1
2
3
4
>>
Last
273k+ interested Geeks
DSA to Development: A Complete Guide
Explore
271k+ interested Geeks
Complete Machine Learning & Data Science Program
Explore
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !