There is a linked list, only given the pointer of one node, how to delete that node in the linked list.
Software Developers Interview Questions
96,233 software developers interview questions shared by candidates
Generate the first n prime numbers and time complexity.
Implement a function that counts the duplicates in an unordered array
if A! + B! + C! = ABC and A, B, C are single digit numbers, find A, B, and C.
Now if you have a sorted array, how will you search for an element?
6 face dice. He rolls 1 to win, and me 6. He rolls first, what's the probability that he eventually win.
2 pieces of string of different length and non-uniform width, each take one hour to burn. the remaining length of a burning string doesn't tell you how much longer it burns for. with a lighter measure 45 mins.
Write a program to reverse each word in a string and remove spaces say "i am good" to "imadoog".
Technical Question: Given the following list of integers, how would you sort it the most efficiently and weed out duplicates at the same time?
given a dictionary of words sorted according to a certain order, write a function to out put this order. e.g. input {abc, fkq, bct} output:{a, f, b, k, c, q, t}
Viewing 371 - 380 interview questions