https://github.com/lorhansohaky/ed-t3
https://github.com/lorhansohaky/ed-t3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorhansohaky/ed-t3
- Owner: LorhanSohaky
- License: mit
- Created: 2018-07-04T21:37:55.000Z (almost 7 years ago)
- Default Branch: development
- Last Pushed: 2018-07-11T18:15:41.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T01:54:58.548Z (5 months ago)
- Language: C++
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048 TREE
[](https://www.codacy.com/app/LorhanSohaky/ED-T3?utm_source=github.com&utm_medium=referral&utm_content=LorhanSohaky/ED-T3&utm_campaign=Badge_Grade)Trabalho de estrutura de dados, utilizando a estrutura de árvore. A estrutura inicial deste projeto foi retirada do [Default SFML Project](https://github.com/LorhanSohaky/DefaultSFMLProject).
### LICENSE
**MIT** [Read the license](LICENSE)### DEPENDENCIES
* SFML 2.5.0;
* g++ with support C++14;
* Make;
* Code Blocks (optional).### COMPILER USED
***g++ (Ubuntu 7.2.0-8ubuntu3.2) 7.2.0***