How is it possible to insert different type of elements in
stack?
Answer Posted / alex
using void
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How long does it take to master data structures and algorithms?
Are linked lists considered linear or non-linear data structures?
Explain the types of linked lists.
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
Define double linked list?
What is difference between hashset and treeset?
What is a static structure?
What happens if we put duplicate key in hashmap?
What do you mean by data types?
What is the complexity of adding an element to the heap?
Differentiate linear from non linear data structure?
Is quicksort a stable algorithm?
Explain binary searching, Fibonacci search.
How do you sort an arraylist in descending order?
Define splay tree?