Friday, June 28, 2024

LINK LIST

 

1. Insert element  at the front. -algorithm

2. Insert element  at the end. -algorithm

3. Insert element  at any position. -algorithm

4. Delete element  from the front. -algorithm

5. Delete element  from the end. -algorithm

6. Delete element  from any position-algorithm

7. Count Node-Algorithm

8. Advantages And Disadvantages

9. Comapre with array

 

doubly link list

1. Insert element  at the front. -algorithm

2. Insert element  at the end. -algorithm

3. Insert element  at any position. -algorithm

4. Delete element  from the front. -algorithm

5. Delete element  from the end. -algorithm

6. Delete element  from any position-algorithm

7. Swap Two Adjacent Element-Algorithm

 

Circular Link List

1. Insert Element  At The Front. -Algorithm

2. Insert Element  At The End. -Algorithm

3. Insert Element  At Any Position. -Algorithm

4. Delete Element  From The Front. -Algorithm

5. Delete Element  From The End. -Algorithm

6. Delete Element  From Any Position-Algorithm

 

 

Stack Using Link List-Algorithm

Queue Using Link List-Algorithm

Sparse Matrix Using Link List

Polynomial Using Link List

Polynomial Add, Subtract, Multiplication -Algorithm

 

 

QUEUE

 

1. Insertion,Deletion,Display Algorithm

2. Double Queue In A Single Array

3. Stack using queue

4.Queue using stack

 

Circular queue

1. Overflow Underflow Condition

2. Insertion, Deletion, Display Algorithm

 

Dqueue

1. Overflow Underflow Condition

2. Insertion, Deletion, Display Algorithm

 

Priority Queue

1. Definition,Example

2. Insertion, Deletion, Display Algorithm

 

Stack

 

1. push/pop/display/peek - algorithm

2. stack Application

3.infix,prefix,postfix

4.infix to prefix  - algorithm

5.infix to postfix - algorithm

6.prefix evaluation- algorithm

7.postfix evaluation- algorithm

8.double stack in a single array- algorithm

Array

 



1. Insert element  at the front.-Algorithm

2. Insert element  at the end.-Algorithm

3. Insert element  at any position.-Algorithm

4. Delete element  from the front.-Algorithm

5. Delete element  from the end.-Algorithm

6. Delete element  from any position-Algorithm

7.Address calculation

8.Advantages,Disadvantages


 

2D Array

1. Row major / Column major address calculation

 

 

Sparse matrix

Upper triangular/Lower triangular matrix

 


DATA STRUCTURE ALL ALGORITHM NEP SYLLABUS

 ARRAY: click

STACK: click

QUEUE: click

LINK LIST: click

TREE:

HASHING:

SEARCHING AND SORTING :