Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 4.38 KB

File metadata and controls

85 lines (43 loc) · 4.38 KB

CS19241-Data-Structures-REC-DigitalCafe

Contains all answers for Rajalakshmi college's Digial cafe CS19241-Data Structures.
Always try to code on your own and use this for reference purpose only!!!
HAPPY CODING😊

Applications of Stack ADT

Evaluation of Postfix Expression

Infix to Postfix Conversion Using Stack

Checking for Operator precedence using Stack ADT

Reverse a string using STACK

Balancing Parenthesis using stack

Queue ADT

Picking up last job in multitasking environment

Print the list of names in Print Queue

Array Implementation of List ADT

List using Array example 1

List using Array Example 2

Circular Linked List

Circular Linked List

Stack ADT

push and display

pop and display

Singly Linked List

Singly Linked List -Program 1

Singly Linked List - Program 2

Singly Linked List - Program 3

Singly Linked List - Program 4

Merging two Singly Linked List

Copying Elements from One List to another List

Polynomial Addition using Single Linked List

Polynomial Differentiation using Singly Linked List

Tree

✔Tree Traversal

Binary Search Tree

✔Binary Heap

✔HEAP OPERATION

Graphs

DFS

BFS

✔applications of graph

Searching

Linear Search

Binary Search