Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricioromagnollo/study-algorithms-data-structures-c
A Open Source repository written in C language about data structures and algorithms
https://github.com/mauricioromagnollo/study-algorithms-data-structures-c
algorithms c clang data-structures makefile study
Last synced: about 1 month ago
JSON representation
A Open Source repository written in C language about data structures and algorithms
- Host: GitHub
- URL: https://github.com/mauricioromagnollo/study-algorithms-data-structures-c
- Owner: mauricioromagnollo
- Created: 2019-10-22T07:23:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T23:54:20.000Z (over 4 years ago)
- Last Synced: 2024-10-18T15:40:03.672Z (3 months ago)
- Topics: algorithms, c, clang, data-structures, makefile, study
- Language: C
- Homepage:
- Size: 9.1 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Algorithms_Data_Structures](https://user-images.githubusercontent.com/38081852/67428127-f16e4e80-f5b3-11e9-87db-a420da8e799f.png)
### This is an open source repository for algorithms, data structures, and C language studies.
### To see how structures and algorithms work more visually, see the website [Data Structure Visualizations](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html).
> ## References
#### Websites:
- [C Reference Documentation](https://devdocs.io/c/)
- [Cplusplus](http://www.cplusplus.com/reference/clibrary/)
- [JTC1/SC22/WG14 - C](http://www.open-std.org/JTC1/SC22/WG14/)
- [Microsoft C Language Reference](https://docs.microsoft.com/en-us/cpp/c-language/c-language-reference?view=vs-2019)
- [C Data Types - Wikipedia](https://en.wikipedia.org/wiki/C_data_types)
- [CUnit](http://cunit.sourceforge.net/doc/index.html)
- [AceUnit](http://aceunit.sourceforge.net/)
- [CUTest](http://cutest.sourceforge.net/)#### Books:
- [1] SEDGEWICK, Robert. - Algorithms in C - 1990 - Addison-Wesley Publishing Company, Inc.
- [2] KERNIGHAN, W. Brian. RITCHIE, M. Dennis - C Prigramming Language - Second Edition - Library of Congress Cataloging-in-Publication Data.
- [3] C Notes for Professionals - Goalkicher - Free Programming Books
- [4] SCHILDT, Herber - The Complete C Reference - Fourth Edition