- Convert sorted array to BST - Print the above tree level by level - I forgot the last question
Intern Software Interview Questions
17,740 intern software interview questions shared by candidates
Compute square root of a integer, without using the built-in sqrt method.
Write code for string search
Intersection of two linked lists
Find if a linked list has a cycle in it.
Given an array of sorted characters and a target character, find the closest character from array.
Given a singly linked list, find the kth element from the back and delete it.
Given a continuous stream of cartesian points (x,y), find the 100 closest points to the origin.
Both of the questions are not difficult but I didn't figure out the latter, so you should write down the code instead of just the pseudo-code.
Find top 10 occurring words in a page.
Viewing 271 - 280 interview questions