#hashing
Read more stories on Hashnode
Articles with this tag
Topic: Hashing Questions Successfully Completed: 1 1) Union of two ArraysEasy Union of two Arrays QuestionInput: 5 3 1 2 3 4 5 1 2 3 Output: 5...
Topic: Hashing Questions Successfully Completed: 1 1) Check if two arrays are equal or notEasy Check if two arrays are equal or not Time Complexity :...
Topic: Hashing Questions Successfully Completed: 1 1) First Repeating ElementEasy First Repeating Element Time Complexity : O(n) Space Complexity :...
Topic: Hashing Questions Successfully Completed: 1 1) Count Non-Repeated ElementsEasy Count Non-Repeated Elements Time Complexity : O(n) Space...
Topic: Hashing Questions Successfully Completed: 1 1) Linear probing - insert & searchEasy Linear probing - insert & search // Part of collision ->...
Topic: Hashing Questions Successfully Completed: 2 1) Sort array using number hashingEasy2) Sort string using character hashingEasy Sort array using...