An open API service indexing awesome lists of open source software.

https://github.com/fahimahammed/cse2122-data-structure-lab

Data Structure can be defined as the group of data elements that provides an efficient way of storing and organizing data in the computer so that it can be used efficiently. Some examples of Data Structures are arrays, Linked List, Stack, Queue, etc. Here I solve some data structure problems.
https://github.com/fahimahammed/cse2122-data-structure-lab

c data-structure

Last synced: about 1 year ago
JSON representation

Data Structure can be defined as the group of data elements that provides an efficient way of storing and organizing data in the computer so that it can be used efficiently. Some examples of Data Structures are arrays, Linked List, Stack, Queue, etc. Here I solve some data structure problems.

Awesome Lists containing this project

README

          

# 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.

Array



  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

Linked List


  1. Create Linked List

  2. Traversing

  3. Inserting

  4. Deleting

  5. Sorting

  6. Searching

Stack, Queue, Recursion


Tree


Graph

Contributor(s)


FAHIM AHAMMED FIROZ