Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 3.85 KB

README.md

File metadata and controls

40 lines (33 loc) · 3.85 KB

CSE2122: Data Structure Lab

Welcome to the CSE2122 Data Structure Lab repository! This collection of C programs is designed to help you understand and implement fundamental data structures such as arrays and linked lists. The repository is organized into sections, each focusing on specific operations and functionalities.

  1. Traversing
  2. Inserting (int)
  3. Inserting (string)
  4. Deleting
  5. Sorting (Bubble sort: int type data)
  6. Sorting (Bubble sort: string type data)
  7. Searching (int)
  8. Searching (string)
  9. Merging (int)
  10. Merging (string)
  11. 2D array into Linear Array
  12. Matrix (Addition/Subtraction/Multiplication)
  13. Sparse Matrix into 1D array
  1. Create Linked List
  2. Traversing
  3. Inserting
  4. Deleting
  5. Sorting
  6. Searching
Contributor(s)

FAHIM AHAMMED FIROZ