Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manulthanura/data-structure-using-c
The data structure means the way of arrangement of data. There are several data structures in the world. However, this repository shows some of the data structures build using the C language.
https://github.com/manulthanura/data-structure-using-c
algorithms algorithms-and-data-structures c data-structures
Last synced: 10 days ago
JSON representation
The data structure means the way of arrangement of data. There are several data structures in the world. However, this repository shows some of the data structures build using the C language.
- Host: GitHub
- URL: https://github.com/manulthanura/data-structure-using-c
- Owner: manulthanura
- License: cc0-1.0
- Created: 2022-08-14T15:12:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T23:37:02.000Z (about 1 year ago)
- Last Synced: 2023-10-15T14:14:36.102Z (about 1 year ago)
- Topics: algorithms, algorithms-and-data-structures, c, data-structures
- Language: C
- Homepage:
- Size: 607 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data-structure-using-C
The data structure means the way of arrangement of data. There are several data structures in the world. However, this repository shows some of the data structures build using the C language.
![Static Badge](https://img.shields.io/badge/Repo-Data_structure_using_C-orange) ![GitHub](https://img.shields.io/github/license/manulthanura/Data-structure-using-C) ![GitHub Repo stars](https://img.shields.io/github/stars/manulthanura/Data-structure-using-C?color=yellow) ![GitHub top language](https://img.shields.io/github/languages/top/manulthanura/Data-structure-using-C) ![GitHub last commit](https://img.shields.io/github/last-commit/manulthanura/Data-structure-using-C)
## Data Structures
- [Linked List](./Data%20Structures/Linked%20List%20Data%20structure.c)
- [Stack](./Data%20Structures/Stack%20Data%20structure.c)
- [Queue](./Data%20Structures/Queue%20Data%20structure.c)
- [Array](./Data%20Structures/Array%20Data%20Structure.c)
- [Tree](./Data%20Structures/Tree%20Data%20structure.c)
- [Binary Search Tree](./Data%20Structures/Binary%20tree%20Data%20Structure.c)
- [Graph](./Data%20Structures/Graph%20Data%20Structure.c)
- [Hashing](./Data%20Structures/Hashing%20data%20structure.c)
- [Heap](./Data%20Structures/Heap%20Data%20Structure.c)
- [Set](./Data%20Structures/Set%20Data%20Structure.c)## Algorithms
- [Searching](./Algorithms/Random%20Numbers%20Search.c)
- [Dynamic Programming](./Algorithms/Dynamic%20programming%20Implementation/DP.md)
- [Greedy Algorithms](./Algorithms/Greedy%20Implementation/Greedy%20Implementation.md)## Fun Facts
- [Word Search](./Examples%20(Algorithms)/The%20Word%20Search%20Game/WSG.md)
- [Simple Bug Game 01](./Examples%20(Algorithms)/Simple%20bug%20game%20-%2001.c)
- [Simple Bug Game 02](./Examples%20(Algorithms)/Simple%20bug%20game%20-%2002.c)
- [Tic Tac Toe](./Examples%20(Algorithms)/Tic%20Tac%20Toe%20game.c)## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
This repository is licensed under [Creative Commons Zero v1.0 Universal](https://github.com/manulthanura/Data-structure-using-C/blob/main/LICENSE) License.![Static Badge](https://img.shields.io/badge/License-Creative_Commons_Zero_v1.0-blue)
## Support
**Love This? Give my repo a star :star:** So that you can find it easily next time you need it! :heart:
By [manulthanura](https://github.com/manulthanura) © 2023