2023 2024 EduVark > Education Discussion > General Discussion


  #1  
July 2nd, 2014, 05:08 PM
Super Moderator
 
Join Date: Mar 2012
Data Structure Important topics for Placement Exams

I am searching here information about important topics of DATA structure of company placement examination for various companies ?

Here I am giving you information about important topics of DATA structure of company placement examination for various companies below :

Data Structure covers important topics like the :

Stacks

Queues

Graph

Tree

Linked List

Sorting and Searching Algorithms

Hash Tables

Dynamic Algorithms

Graph Representations

Dijkstra's Algorithm

Huffman Encoding

Fourier Transforms

Dynamic Algorithms

Minimum Spanning Trees

Equivalence Classes

Question papers :

DATA STRUCTURE QUESTIONS:
1.What is a data structure?
2.What does abstract data type means?
3.Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
4.Convert the following infix expression to post fix notation ((a+2)*(b+4)) -1 (Similar types can be asked)
5.How is it possible to insert different type of elements in stack?
6.Stack can be described as a pointer. Explain.
7.Write a Binary Search program
8.Write programs for Bubble Sort, Quick sort
9.Explain about the types of linked lists
10.How would you sort a linked list?
11.Write the programs for Linked List (Insertion and Deletion) operations
12.What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
13.What do you mean by Base case, Recursive case, Binding Time, Run-Time Stack and Tail Recursion?
14.Explain quick sort and merge sort algorithms and derive the time-constraint relation for these.
15.Explain binary searching, Fibinocci search.
16.What is the maximum total number of nodes in a tree that has N levels? Note that the root is level (zero)
17.How many different binary trees and binary search trees can be made from three nodes that contain the key values 1, 2 & 3?
18.A list is ordered from smaller to largest when a sort is called. Which sort would take the longest time to execute?
19.A list is ordered from smaller to largest when a sort is called. Which sort would take the shortest time to execute?
20When will you sort an array of pointers to list elements, rather than sorting the elements themselves?
21.The element being searched for is not found in an array of 100 elements. What is the average number of comparisons needed in a sequential 22.search to determine that the element is not there, if the elements are completely unordered?
23.What is the average number of comparisons needed in a sequential search to determine the position of an element in an array of 100 elements, if 24.the elements are ordered from largest to smallest?
25.Which sort show the best average behavior?
26.What is the average number of comparisons in a sequential search?
27.Which data structure is needed to convert infix notations to post fix notations?
28.What do you mean by:
Syntax Error
Logical Error
Runtime Error
29.How can you correct these errors?
30.In which data structure, elements can be added or removed at either end, but not in the middle?
31.How will in order, preorder and post order traversals print the elements of a tree?

32.Parenthesis are never needed in prefix or postfix expressions. Why?
33.Which one is faster? A binary search of an ordered set of elements in an array or a sequential search of the elements.

Last edited by Neelurk; May 4th, 2020 at 04:19 PM.
Similar Threads
Thread
MP PMT Important Topics
Important Topics For IPU CET
ISRO Important Topics
Important Topics For KVPY
eLitmus Important Topics
Important Topics For KEAM
KEAM Important Topics
Important Topics for Elitmus
VITEEE Important Topics
IIFT Important Topics
Important Topics For SBI PO Exam
Important Topics CA CPT
Important Topics For AIIMS PG
RDBMS Important topics for placement exam
Important topics Covered in Operating system for Placement exam



Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 12:28 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8