https://github.com/wesgtox/data-structure-i
College "Data Structure I" exercises.
https://github.com/wesgtox/data-structure-i
algorithms c cpp data-structures sorting-algorithms stack-algorithm struct
Last synced: 4 months ago
JSON representation
College "Data Structure I" exercises.
- Host: GitHub
- URL: https://github.com/wesgtox/data-structure-i
- Owner: WesGtoX
- License: mit
- Created: 2018-06-26T22:37:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T17:48:30.000Z (over 6 years ago)
- Last Synced: 2025-01-13T06:09:46.162Z (5 months ago)
- Topics: algorithms, c, cpp, data-structures, sorting-algorithms, stack-algorithm, struct
- Language: C++
- Homepage:
- Size: 4.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structure I
Exercises and logics created with the Programming Language C/C++.
Made in College.
Author: [Wesley Mendes](https://github.com/WesGtoX)
## What is the Programming Language C? ##
C is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations.
## References ##
College: [Unaerp](http://www.unaerp.br/)
### License ###
[MIT](LICENSE)