Data Structures Lab PCCSL307 KTU 2024 Scheme - Dr Binu V P

About Me   Learn the theory Data Structures and Algorithms PCCST303

Scheme and Assessments

Experiment List and References

Lab Assignments

Format of the Lab Record

Lab Cycle ( Mandatory Programs)

1.Polynomial Addition Using Arrays

2.Sparse Matrix- Transpose and Addition

3.Stack 
  Implement  stack using array
  Infix to Postfix Conversion and Evaluation

    

8.Graphs


9. Sorting
    
    Quick Sort
    Merge Sort
    Heap Sort
    Radix Sort
   

Comments

Popular posts from this blog

Lab Assignments

Singly Linked List - Operations