How to find the minimum of a function, given the range of an input number.
Senior C Developer Interview Questions
365 senior c developer interview questions shared by candidates
implicit join
- what is the different between compiler and linker? - write a suitable data structure for: million words, each word contains up to 20 chars. There are 25 chars in the language. - I was given a code and I had to find the bugs
C++ Basics, Questions on syntax
Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)
Write a recursive string parser (in the online test).
What is strategy pattern? And where do you use it.
Very specific details about minutia in my resume
Some questions on algorithms, performance, and statistics.
Problem solving, advanced C++
Viewing 341 - 350 interview questions