Posts

Showing posts from April, 2019

Data Structures and Algorithms (DSA) using C or C++ IMP Questions

IMP QUESTIONS - Data Structures and Algorithms DSA using C/C++ Language. Unit:-1 1.Data structure( Operations performed on Data structure, Classification of Data structures, Linear and Non Linear data structure, Primitive and Non-primitive data structure, Static and Dynamic data structure, Homogeneous and Non homogeneous (heterogeneous) data structure ) 2. Abstract Data Type (ADT) 3. Stack Data Structure, Push, Pop and Peep Operations ,C Program for Push, Pop, Peep operations of Stack data structure, Applications of Stack Data Structure) 4. Circular Queue Data Structure, Insertion, Deletion and Traversing Operation 5. Double Ended Queue or Dequeue or Deque or head tail linked list & Priority Queue, Applications of Queue ) Unit:-2 1. Linked List Data structure , Types of Linked List, Operations performed on Linked List(Singly Linked List (SLL) Introduction and Creation Create function/algorithm,Singly Linked List (SLL) traversing/visiting operation, traverse function/algorithm ) 2. ...