How do you reverse a linked list
Developer Interview Questions
268,925 developer interview questions shared by candidates
Given a list of 1,000,000 integer (1 to 1,000,000 with no repeat), how to sort the list with only 1 mb of memory space.
Linked list memory management: deleting a node from the middle of a list was easy. Next question - how to delete a node from the end of a list. Was too tired to think and realize this was a trick question.
Write a function which, given n, prints all well-ordered integers of n digits. A well ordered number is one where the value of the i-th digit is less than the value of the i+1 digit.
What is the difference between display inline and inline-block ?
Move zeros to end of given array.
How to prove your honesty?
What languages do you program in
Was ist ARC?
Given an array, find there are 3 numbers have when we add them the value will equals a specified sum Example: {1,4,6,10,20,21} Sum=32, Result:true (1+10+21) Sum=65, Result:false
Viewing 431 - 440 interview questions