Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)