- Perform following string operations with and without pointers: 1. Length 2. Copy 3.Concat 4. Compare 5.Reverse.
- Accept conventional matrix and convert it into sparse matrix. Implement simple transpose and Fast transpose algorithms on sparse matrix.
- Create a database using array of structures and perform following operations on it: i. Add record ii. Display Database iii. Search record (binary search) iv. Delete record
- Create a Singly linked list for employee data and perform a. insertion b. deletion c. search d. modify
- Implement polynomial using Doubly Linked List and perform Addition/ Multiplication of Polynomials
- Implement polynomial using Doubly/Circular Linked List and perform Evaluation of polynomial
- Perform implementation of STACK using array a. Push an element on to stack b. Pop an element c. Demonstrate overflow simulations on stack d. Display stack
- Perform implementation of STACK using Linked List a. Push an element on to stack b. Pop an element c. Demonstrate overflow simulations on stack d. Display stack
- Implement stack for expression conversion (infix to postfix)
- Perform implementation of Queue using array and Linked List a. Enqueue b. Dequeue
- Pizza parlor accepting maximum n orders. Orders are served in FCFS basis. Order once placed can’t be cancelled. Write C++ program to simulate the system using circular Queue.
- Sort the data in ascending order using Bubble sort (Display pass by pass output) and search a particular data using Binary search. OR Implement Quick Sort to sort the given list of numbers. Display corresponding list in each pass.
- Sort the data in ascending order using Selection sort (Display pass by pass output) and search a particular data using binary search. OR Implement Quick Sort to sort the given list of numbers. Display corresponding list in each pass.
-
Notifications
You must be signed in to change notification settings - Fork 0
manishtambe/All-DataStructure-Codes-Using-CPP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published