Interview Questions asked in Myntra
Boundary Traversal Of Binary Tree EASY
Perform boundary trversal on a given binary tree.
Binary Tree RecursionDeletion In Binary Search Tree MEDIUM
Delete a node from BST (Binary Search Tree) such that the resultant tree is also a BST.
Binary Tree RecursionDetect And Remove Loop From A Linked List MEDIUM
Given a linked list, check if it has a loop. If yes, remove the loop.
Linked ListTime Difference Problem MEDIUM
Given two time values, generate the time difference string.
Misc StringConnect Siblings In Binary Tree MEDIUM
Given a binary tree, connect the sibling nodes at each level.
Binary Tree QueueConstruct Binary Tree From Its PreOrder And InOrder MEDIUM
Given pre-order & in-order traversal of a binary tree, construct the tree.
Binary Tree RecursionPrint Cousins In Binary Tree MEDIUM
Given a binary tree, print the cousins of the given node.
Binary Tree RecursionLargest K Integers From Stream Of Integers HARD
Given a stream of integers, find the largest K integers.
Heap SortingEnhanced 01 Knapsack Problem HARD
Given a budget amount B, calculate the maximum skill possible among employees with given skill and salary.
Dynamic Programming Graph Collection