Design a ping-pong ranking system
Software Engineers Interview Questions
419,183 software engineers interview questions shared by candidates
Prove P = NP
Reverse a linked list without using temporary variables.
Given a string s, find the minimum cuts that partition s into substrings which are all palindrome.
Reverse all the words in a string
A fairly simple question to check the number of the digits of an input. Make sure your code is robust enough to handle anything unexpected though
Given a graph node, write a code to return a copy of the sub-graph starting with that node.
give your a tree root, to find the same value in same layer
Take an array of numbers and replace each item with the product of all the other items in the array.
Serialize an array of integers in an arbitrary way. Imagine a 4x4 grid where the cells are visited in a snakelike pattern.
Viewing 741 - 750 interview questions