Reverse a linked list
Software Engineer Intern Interview Questions
9,334 software engineer intern interview questions shared by candidates
How to optimize Dijkstra's algothrim
Describe one of your greatest achievements
Find the k-lowest elements of an unsorted array.
1) Write a function to find the nth Fibonacci number. 2) Optimize your code so that the numbers don't have to be recalculated on consecutive function calls.
Very unexpected question: are you a US citizen?
1. Find the minimum number of train stations required given a list of departure and arrival times. 2. The online screens had a couple of SAT style questions and some debugging questions.
What is the most appropiate DS to implement a T9 dictionary
Implement a data structure like a stack but with a way to find a max at O(1) time.
Given a linked list, flip every pair of nodes, such that if given a-b-c-d-e, return b-a-d-c-e.
Viewing 231 - 240 interview questions