Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?
No Answer is Posted For this Question
Be the First to Post Answer
What is red black tree in data structure?
What is the difference between array and list?
Is merge sort better than quick?
Design a datastructure to represent the movement of a knight on a chess board
Write code for reversing a linked list.
How does the bubble sort work?
What do you mean by back edge?
What are the Differences between map and hashmap?
In tree construction which is the suitable efficient data structure? (a) Array (b) Linked list (c) Stack (d) Queue (e) none
Why null is not allowed in treemap?
Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).
Write the algorithm for converting infix expression to postfix expression?