DSA Day 17/100
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 : O(n)
Space Complexity : O(n)
QuestionsInput: N = 5 A[] = {1,2,5,4,0} B[] = {2,4,5,0,1} Output: 1 Ex...
preetikaprakash.hashnode.dev1 min read