Programming Interview Questions
Programming Interview Questions
Programming interview questions Permutations of a string. Printing reverse of a circular linked list without extra-space. Finding kth smallest element in a BST. Linked-list insert & delete function with only one node given, not head. Identifying a no. as a member of Fibonacci series. Nth Fibonacci no. Checking whether a string/array has duplicates? Remove duplicates? No. of duplicates. There are two linked lists, each around million nodes long. One linked list merges into the second one. Find the node where the two linked lists merge i.e find the first node that is part of both linked lists. Possible no. of each coin combinations of such that it sum upto a given no. Finding Intersection point of two linked list. Counting the occurrence of a no./ char in an array/string. Intersection & union of sets. Find no. from a set that sum up to a given no. Checking validity of a binary tree.
How do you find out if stack memory is growing?