What would you use to implement stack - array or linked list ? and why ?
Member Technical Staff Interview Questions
11,190 member technical staff interview questions shared by candidates
Allocate memory for 2d matrix. 3 methods : using row+1, 2 and 1 malloc calls. What can be wrong with using only one malloc call? Which one is faster for accessing memory, out of method 1 and 2? Write code for freeing this 2d array.
5 solutions for Y-node problem in linked lists.
question on proximity search
Allocate a 2D array in C, so that regular array indexing can be used upon the returned pointer.
He asked me a question from theoretical computer science which was quite unexpected.
What is the best datastructure and algorithm to implement cache
Algorithms, data structures, puzzles and c/c++ language level questions. Bit manipulations.
Binary Tree traversal and Medium DP coin change
Print the path to a node in binary tree?
Viewing 4081 - 4090 interview questions