#dsa
Read more stories on Hashnode
Articles with this tag
Topic: Arrays 1) Peak ElementEasy Question Input: n = 3, arr[] = {1, 2, 3} Output: 1 Explanation: If the index returned is 2, then the...
Topic: Tree Questions Successfully Completed: 1 1) Implement Binary Tree from scratchEasy Approach QUEUE - to store the address of nodes...
Topic: Searching Questions Attempted: 2 1Searching an element in a sorted array2Search an Element in an array Questions Successfully Completed:...
Topic: Array Questions Attempted: 4 1Array subset of another array2First repeating element3Alternate positive and negative number4Non-repeating...
DSA Day 1 👩💻 Topic: Array Questions Attempted : 3 1Union of two arrays 2Missing number in array 3Peak Element Questions Successfully...