Download Download

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Linked list wikipedia , lookup

Binary search tree wikipedia , lookup

Transcript
Course Code: MCA12106
Core Course VI - Data Structure Lab using C++
Write C++ programmes to implement the following:
1. SORTING:
a. Bubble Sort
b. Insertion Sort
c. Selection Sort
d. Heap Sort
e. Quick Sort
2. SEARCHING:
a. Linear Search
b. Binary Search
3. Matrix Manipulations
4. Polynomial Addition & Multiplication
5. Operations on Stack and Conversion of expressions
6. Operations on Queue
7. Operations on Linked List
8. Operations on Doubly Linked List
9. Operations on Binary tree and Traversals
10. Dijkstra's Algorithms to find the Shortest Path
11. File Processing