Isomorphic StringsHash TablesAre 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 NumberHash TablesSingle NumberProblem 🤔 Given an array of integers, find if the array contains any duplicates. Your function…Assaf ElovicDecember 07, 2020 8 min
Max Consecutive OnesArraysMax Consecutive OnesProblem 🤔 Given a binary array, find the maximum number of consecutive 1s in this array, or in…Assaf ElovicDecember 05, 2020 10 min
Even Numbers of DigitsArraysFind Numbers with Even Numbers of DigitsProblem 🤔 Given an array nums of integers, return how many of them contain an even number of digits…Assaf ElovicDecember 05, 2020 7 min
Two Sum ProblemArraysTwo SumProblem 🤔 Given an array of integers nums and an integer target, return indices of the two numbers…Omer GoldbergDecember 05, 2020 10 min
Delete Node From BSTBinary Search TreesDelete Node from Binary Search TreeProblem 🤔 Given a root node reference of a BST and a key, delete the node with the given key in the…Assaf ElovicDecember 05, 2020 14 min