Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Data Structures Interview Questions
Questions Answers Views Company eMail

Can we insert null in set?

935

Does arraylist maintain insertion order?

877

Can we make hashmap synchronized?

984

What are the applications of stack?

956

How many null values are allowed in hashmap?

965

How does a heap sort work?

967

How do you sort a map by key?

911

How is a hashset implemented?

984

Can hashset contain null?

1085

Does treemap sort automatically?

990

How does sort function work?

925

Is heap sort stable?

922

Does treemap sort on key or value?

947

How are elements stored in hashset?

1012

Which algorithm is used in collections sort method?

877


Post New Data Structures Questions

Un-Answered Questions { Data Structures }

Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?

1062


What do you mean by 2-3 tree?

975


Explain the term run-time stack?

1042


In Data Structure, write output of given program.

959


What is the difference between data type and data structure?

916


What is meant by balanced binary tree?

930


Is binary tree a bst?

958


How do you use merge sort?

924


How do you do binary search?

921


What is difference between stack and queue?

959


What is list and types of list?

894


an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1025


Why hashtable is faster than arraylist?

993


What is circular queue example?

988


what is the difference between Linear Array and Linked List?

1105