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

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.

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)