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.
- Host: GitHub
- URL: https://github.com/fahimahammed/cse2122-data-structure-lab
- Owner: fahimahammed
- Created: 2021-11-23T17:52:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T18:03:20.000Z (over 2 years ago)
- Last Synced: 2025-04-11T01:02:34.364Z (about 1 year ago)
- Topics: c, data-structure
- Language: C
- Homepage: https://bestofcpp.com/repo/fahimahammed-CSE2122-Data-Structure-Lab
- Size: 405 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- Traversing
- Inserting (int)
- Inserting (string)
- Deleting
- Sorting (Bubble sort: int type data)
- Sorting (Bubble sort: string type data)
- Searching (int)
- Searching (string)
- Merging (int)
- Merging (string)
- 2D array into Linear Array
- Matrix (Addition/Subtraction/Multiplication)
- Sparse Matrix into 1D array
Linked List
Stack, Queue, Recursion
Tree
Graph
Contributor(s)
FAHIM AHAMMED FIROZ