Un-Answered Questions { Data Structures }

A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.

525


Can you list out the areas in which data structures are applied extensively?

631


List all data structures you would use for a memory management module.

565


Data structure used to implement a menu

628


Advanced problems related to Data Structures were asked

541


What are the different types of sorting? Explain the difference between them.

615


Devise a program to sort an array using bubble sort.

567


Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.

589


To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..

568


What sort of serious problems have you experienced, and how have you handled them?

604


How would you swap the Kth node from beginning with Kth node from end in a Linked List.

567


Two linked lists are given, find out the sum of them without altering the linked list?

562


Given M x N matrix with sorted elements row wise and column wise, find elements?

546


What is the Insertion Sort Code?.

637


Explain the principle of quicksort. What is its complexity?

591