Skip to content

Contains all answers for Rajalakshmi college's Digial cafe CS19241-Data Structures. HAPPY CODING!!!

Notifications You must be signed in to change notification settings

santhosh-programmer/CS19241-Data-Structures-REC-DigitalCafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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