Course UG
Faculty Name Dr. H. S. Guruprasad
Subject Name Data Structures
Subject Code 19IS3PCDSC
S.NoFile NameFile
1Linked List - Introduction to Pointers Link
2Linked List - Introduction to Structures Link
3Linked List - Concept of Linked List Link
4Linked List - Static Memory Allocation and Dynamic Memory Allocation Link
5Linked List - First Singly Linked List Program Link
6Linked List - Creation of a Singly Linked List by inserting elements at the beginning Link
7Linked List - Traversing a Singly Linked List Link
8Linked List - Creation of a Singly Linked List by inserting elements at the End Link
9Linked List - Insertion at the beginning of a Singly Linked List Link
10Linked List - Insertion of an element at the end of a given Singly Linked List Link
11Linked List - Displaying the elements of a given Singly Linked List Link
12Linked List - Searching an element in a Singly Linked List Link
13Linked List - Insertion after a given element in a Singly Linked List Link
14Linked List - Insertion before a given element in a Singly Linked List Link
15Linked List - Deletion at the beginning of a Singly Linked List Link
16Linked List - Reversing a Singly Linked List Link
17Stack - Stack Implementation using Array Link
18Stack - Evaluation of a Postfix Expression Link
19Stack - Conversion of Infix Expression to Postfix Expression Link
20Stack - Introduction to Recursion Link
21Stack - Factorial using Recursion Link
22Stack - Fibonacci Number using Recursion Link
23Stack - GCD of Two Numbers using Recursion Link
24Stack - Tower of Hanoi using Recursion Link
25Stack - Sum of Natural Numbers using Recursion Link
26Queue - Linear Queue implementation using Arrays Link
27Trees - Introduction to Trees Link
28Trees - Memory Representation of Binary Tree Link
29Trees - Preorder Traversal of a Binary Tree Link
30Trees - Inorder Traversal of a Binary Tree Link
31Trees - Post order Traversal of a Binary Tree Link
32Trees - Recursive Preorder Traversal Link
33Trees - Recursive Inorder Traversal Link
34Trees - Recursive Postorder Traversal Link
35Trees - Iterative Preorder Traversal Link
36Trees - Iterative Inorder Traversal Link
37Trees - Iterative Postorder Traversal Link
38Trees - Insertion and Creation in a Binary Search Tree Link

Back to List