An open API service indexing awesome lists of open source software.

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

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.