https://github.com/mohammedmoataz/data_structure
Data structure by C programming language
https://github.com/mohammedmoataz/data_structure
c data-structures
Last synced: about 1 year ago
JSON representation
Data structure by C programming language
- Host: GitHub
- URL: https://github.com/mohammedmoataz/data_structure
- Owner: MohammedMoataz
- Created: 2021-11-21T01:38:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T14:53:36.000Z (about 2 years ago)
- Last Synced: 2025-01-30T17:55:10.817Z (about 1 year ago)
- Topics: c, data-structures
- Language: C
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data_Structure
Data structure by C programming language:
- Stack (array/linked based)
- Queue (array/linked based)
- List (array/linked based)
- Tree (linked based)