Articles by Tag #hashtable

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

The Magic Behind Instant Lookups: Understanding Hashing and Java's HashMap

1. Hashing: The Core Concept Hashing is a technique used to convert a large key into a small integer...

Learn More 0 0Oct 22

Understanding the Essential Components of an Abstract Data Type Hash Table

Introduction Hash tables are a fundamental data structure in computer science, widely...

Learn More 1 0Jun 14

[📝LeetCode #205] Isomorphic Strings

🎀 The Problem Given two strings s and t, determine if they are isomorphic. Two strings s...

Learn More 0 0Jun 26

[📝LeetCode #1] Two Sum

🎀 The Problem Given an array of integers nums and an integer target, return the indices of...

Learn More 0 0Jun 29

[📝LeetCode #383] Ransom Note

🎀 The Problem Given two strings ransomNote and magazine, return true if ransomNote can be...

Learn More 0 0Jun 23

[📝LeetCode #219] Contains Duplicate II

🎀 The Problem Given an integer array nums and an integer k, return true if there are two...

Learn More 0 0Jul 1

[📝LeetCode #290] Word Pattern

🎀 The Problem Given a pattern and a string s, find if s follows the same pattern. Here...

Learn More 0 0Jun 26