Skip to content

KPGU-Student-Club/Data-Structures-and-Algorithms

Repository files navigation

Data-Structures-and-Algorithms

Practical No AIM Code Link
1 Implement a program to insert, delete and search an element from array click here
2 Introduction to pointers. Call by Value and Call by reference click here
3 Implement a program for stack that performs following operations using array. a. PUSH b. POP c. PEEP d. CHANGE e. DISPLAY click here
4 Implement a program to convert infix notation to postfix notation using stack click here
5 Write a program to implement SIMPLE QUEUE and CIRCULAR QUEUE using arrays that performs following operations: a. INSERT b. DELETE c. DISPLAY click here
6 Write a menu-driven program for operations on singly linked list: a. Insert at front b. Insert at end c. Insert in ascending order d. Delete first node e. Delete node before specified position f. Delete node after specified position. click here
7 Write a program to implement operations on doubly linked list: a. Insert at front b. Insert at end c. Delete last node d. Delete node before specified position. click here
8 Write a program to implement operations on circular linked list: a. Insert at end b. Insert before specified position c. Delete first node d. Delete node after specified position. click here
9 Write a program which create binary search tree and implement tree traversing methods in order, preorder and post-order traversal. click here
10 Write a program to implement sorting algorithms: a. Bubble b. Merge c. Quick click here
11 Write a program to implement Binary search algorithm. click here
12 OPE is stnad for Project based on DSA Homework

Made with ❤️ by Nishitbaria

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published