/sem3-ds-lab

Lab programs for Semester 3 Data Structures using C. Lab Programs are selected based on the syllabus provided by the University of Calicut for academic year 2019 onwards.

Primary LanguageC

Programs for Third Semester Data Structures


  1. Reversal of string using pointers
  2. Searching in 2D array
  3. Pattern matching algorithm
  4. Append two arrays
  5. Binary search
  6. Sparse matrix
  7. Creation of Singly linked list
  8. Deletion from Singly linked list
  9. Creation of Doubly linked list
  10. Implement Stack using Array
  11. Implement Stack using LinkedList
  12. Infix to Postfix Expression
  13. Implement Queue using Array
  14. Implement Queue using LinkedList
  15. Searching in BST
  16. Exchange Sort
  17. Selection Sort
  18. Insertion Sort
  19. Quick Sort
  20. Bubble Sort

<> An additional file is added for testing sorting algorithms <>


-Programs are tested on gcc compiler and may show errors and/or warnings on TurboC++.
-If bugs,errors or any kind of code inconsistencies found, feel free to raise an issue or use the pull request button. :)