Design a HashMapDesign a HashMapProblem 🤔 Design a HashMap without using any built-in hash table libraries. To be specific, your…Omer GoldbergDecember 23, 2020 16 min
Isomorphic StringsAre String Isomorphic?Challenge 🤔 Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic…Omer GoldbergDecember 09, 2020 9 min
Single NumberSingle NumberProblem 🤔 Given an array of integers, find if the array contains any duplicates. Your function…Assaf ElovicDecember 07, 2020 8 min
Intersection between 2 ArraysFind Intersection Between Two ArraysProblem 🤔 Given two arrays, write a function to compute their intersection. Example 1 Input: nums…Assaf ElovicDecember 05, 2020 7 min
Intersection between 2 Arrays 2Find Intersection Between Two Arrays 2Problem 🤔 Given two arrays, write a function to compute their intersection. Example 1 Input: nums…Assaf ElovicDecember 05, 2020 6 min
Single Number with Hash TablesSingle NumberProblem 🤔 Given a non-empty array of integers nums, every element appears twice except for one…Assaf ElovicMay 15, 2019 6 min