https://github.com/teleprint-me/dsa.c
Data Structures and Algorithms written in pure C
https://github.com/teleprint-me/dsa.c
c data-structures-and-algorithms dsa
Last synced: about 1 month ago
JSON representation
Data Structures and Algorithms written in pure C
- Host: GitHub
- URL: https://github.com/teleprint-me/dsa.c
- Owner: teleprint-me
- License: agpl-3.0
- Created: 2024-09-11T18:24:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T21:55:10.000Z (8 months ago)
- Last Synced: 2025-02-06T08:31:53.235Z (3 months ago)
- Topics: c, data-structures-and-algorithms, dsa
- Language: C
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dsa.c
Data Structures and Algorithms written in pure C.
## References
### Mathematical Background
- [Calculus](https://leanpub.com/apexcalculus)
- [Discrete Mathematics](https://discrete.openmathbooks.org/dmoi3.html)
- [Statistics and Probability](https://stats.libretexts.org/Courses/Las_Positas_College/Math_40%3A_Statistics_and_Probability)
- [Linear Algebra](https://understandinglinearalgebra.org/home.html)
- [Digital Signal Processing](https://www.dspguide.com/)### Programming References
- [C Programming Language Standard](https://www.open-std.org/JTC1/SC22/WG14/)
- [C Reference](https://en.cppreference.com/w/c)
- [CMake Reference](https://cmake.org/cmake/help/latest/)
- [Bash Reference](https://www.gnu.org/software/bash/manual/html_node/index.html)## License
This project is licensed under the AGPL License. See the [LICENSE](LICENSE) file for details.