Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesgtox/data-structure-ii
College "Data Structure II" exercises.
https://github.com/wesgtox/data-structure-ii
algorithms c cpp data-structures hash-table tree-structure
Last synced: 9 days ago
JSON representation
College "Data Structure II" exercises.
- Host: GitHub
- URL: https://github.com/wesgtox/data-structure-ii
- Owner: WesGtoX
- License: mit
- Created: 2019-02-08T17:59:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T05:27:37.000Z (over 5 years ago)
- Last Synced: 2024-11-13T18:38:57.919Z (2 months ago)
- Topics: algorithms, c, cpp, data-structures, hash-table, tree-structure
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structure II
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)