if you have a linked list ordered like : n1-n2-n3-n4-n5-n6-n7-NULL. how to sort it to be at the order : n2-n1-n4-n3-n6-n5-n7-NULL
Desenvolvedor Interview Questions
102,610 desenvolvedor interview questions shared by candidates
Given a point to an array of 12 bits in a graphics buffer where each 4 bits represented red green and blue respectively, flip the color of the array to blue.
Very very hard, they ask you to do a poker project for 8 hours and give no feedback after and ask you to leave
1.difference between abstract class,interface
Basic data structure and design questions.
An array = [2,2,1,3,3,4.5] find sum of non duplicate elements in array i.e 1+4+5 using only one for loop
Given an unweighted directed graph, how would you find the shortest path from s to t? Print out all vertices along the shortest path. Assume no two vertices have the same value.
Questions from the resume and tons of questions related to programming.
What does the operating system do when you call a function?
If you had twelve identical looking-balls except that one weighed more or less than the other 11, and could weigh the balls (or any subset) three times, how can you find the correct ball and whether it weighed more or less?
Viewing 121 - 130 interview questions