Reverse the words in a sentence.
Software Development Engineer Interview Questions
32,827 software development engineer interview questions shared by candidates
Design a memory management system
Phone interview question: What happens when the "new" operator in C++ fails?
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Print all permutations of a string *using no extra memory\data structures* (pointer variables are ok) + after i solved that it became tougher - handle duplicates (E.g aaab permutation should not print duplicates)
how to reverse words in a string preserving the formatting
Shuffle Linked List
Find the max int in an onordered binary tree.
Diagonally flip a two dimensional array.
Given the root of a binary search tree, link all the nodes at the same level, by using an additional Node* level.
Viewing 631 - 640 interview questions