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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T23:37:02.000Z (over 1 year ago)
- Last Synced: 2025-02-27T00:48:21.120Z (2 months ago)
- Topics: algorithms, algorithms-and-data-structures, c, data-structures
- Language: C
- Homepage:
- Size: 607 KB
- Stars: 16
- Watchers: 2
- 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.
    
## 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.
## 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