#interview
93 articles

How to find the longest border of a string?
1 Sept 2018

Search an element in binary tree without recursion.
16 Aug 2018

Find maximum element in binary tree without recursion.
16 Aug 2018

How to implement Level Order Traversal in Binary Tree?
14 Aug 2018

How to implement PostOrder Traversal in Binary Tree?
9 Aug 2018

How to implement InOrder Traversal in Binary Tree?
9 Aug 2018

How to implement PreOrder Traversal in Binary Tree?
9 Aug 2018

What is a Tree Data Structure?
8 Aug 2018

What is a Queue?
8 Aug 2018

How can we get Minimum of Stack in a Constant Time O(1).
8 Aug 2018

What is a Stack?
8 Aug 2018

What is a Linked List?
8 Aug 2018

Given two sorted Linked Lists, we need to merge them into the third list in sorted order.
7 Aug 2018

Check whether the given Linked List length is even or odd?
7 Aug 2018

How will you display a linked list from the end?
7 Aug 2018

How will you find the middle of the Linked List?
7 Aug 2018

Find the Merging Point of Two Linked Lists.
7 Aug 2018

How to detect and print the start of a Loop in a circular Linked List?
7 Aug 2018

How to Check if a linked list is either NULL-terminated or ends in a cycle (cyclic)
7 Aug 2018

How to find Nth node from the end of a Linked List?
6 Aug 2018