2d array c# problem with edge cases
C Software Developer Interview Questions
3,500 c software developer interview questions shared by candidates
1. solve very common c++ proboems
Write a Palindrome program in C.
Why Mathworks
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)
Different ways to write a function in Matlab?
What is a class in C++?
Explain exception handling in C++
Write a recursive string parser (in the online test).
Why would you want to work with MathWorks
Viewing 3321 - 3330 interview questions