List Of Important Interview Questions:
Algorithms & Implementations
1.Stack Implementation
2.LinkedList implementation
3.Linked List Node Deletion
4.MergeSort Implementation
5.Binary Seach Algorithm
6.DFS (Depth first search)
Strings
1.Reverse each word in String (Inp: Hello / Output: olleH )
2. Print ZigZag String
3. Find Vowels and Consonants in a string
Arrays
1. Find Intersection between 2 arrays
2. Find pairs in an array for target value
3. Merge Two sorted arrays Without Extra Space
Trees
1.TreeTraversals [In, pre, post]
No comments:
Post a Comment