What is the difference between static and dynamic data?
Define hashing?
Explain what are the notations used in evaluation of arithmetic expressions using prefix and postfix forms?
What differences exist between hashmap and hashtable?
What are the different types of data structures?
Tell me how to find middle element of linked list in one pass?
Is python good for freshers?
What is stack push?
Can you distinguish between ArrayList and Array?
What are the drawbacks of array implementation of queue?
What is unmodifiable list?
how a polynomial such as 6x^6+4x^3-2x+10 can be represnted by linked list?write an algorithm that reads such an polynomial
Which is best array or linked list?