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

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).

970

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

954

Write a Program for Insert in a sorted list

966

what is a balanced tree.

1047

Write a Program for Delete an element from a doubly linked list.

963

Write a Program for Reverse a linked list.

995

Write code for reversing a linked list.

1005

What is breadth first tree?

1039

Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.

1001

How will you reverse Linked List.

939

Write a Program for Linked list manipulation.

1081

How would you reverse characters of an array without using indexing in the array.

941

How would you reverse the characters of an array?

971

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

Does mentioning the array name gives the base address in all the contexts?

1452


Post New Data Structures Questions

Un-Answered Questions { Data Structures }

List the types of tree.

943


What are linked lists used for?

1012


Can arraylist have null values?

905


What are the 3 types of measurement?

1090


What is a bubble sort and how do you perform it?

1074


Why is quicksort so fast?

943


What is the complexity of selection sort?

889


Why do we use different types of data structures?

941


What are the non linear data structure?

939


What is entryset method in map?

957


What are all the classes and interfaces that are available in the collections?

919


What is difference between capacity and size of arraylist?

1113


What is data structure and its classification?

963


Is learning data structures necessary?

925


Explain the internal working of a hash map?

1014