Can we add elements to final list?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

What are the average and worst time complexity in a sorted binary tree is

0 Answers   TCS,


Which is faster array or linked list?

0 Answers  


What is the difference between Array and LinkedList?

0 Answers  


What is circular queue in data structure?

0 Answers  


List the applications of stacks?

0 Answers  






Write a program for Sorting an Array. Which sorting will you prefer?

0 Answers  


Can hashmap have same key?

0 Answers  


Define dynamic data structures?

0 Answers  


Can we search the data in a linked list?

0 Answers  


What is a treeset?

0 Answers  


What is complete binary tree in data structure?

0 Answers  


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

0 Answers  


Categories