https://github.com/gokoshijr/algoritmos2-java
Algoritmos y Estructuras 2 - UJAP 2020 2CR
https://github.com/gokoshijr/algoritmos2-java
colas excepciones java listas-enlazadas pilas trees
Last synced: 10 months ago
JSON representation
Algoritmos y Estructuras 2 - UJAP 2020 2CR
- Host: GitHub
- URL: https://github.com/gokoshijr/algoritmos2-java
- Owner: GokoshiJr
- License: mit
- Created: 2020-10-11T16:38:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T23:50:09.000Z (over 5 years ago)
- Last Synced: 2025-03-26T18:54:42.882Z (about 1 year ago)
- Topics: colas, excepciones, java, listas-enlazadas, pilas, trees
- Language: Java
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algoritmos2-java
This is the algoritmos2 repository, only Java are used.
## Install
```git
$ git clone https://github.com/GokoshiJr/algoritmos2-java.git
```
## Content
- *[OOP Concurso](https://github.com/GokoshiJr/algoritmos2-java/tree/master/src/concurso).*
- *[OOP Universidad](https://github.com/GokoshiJr/algoritmos2-java/tree/master/src/universidad).*
- *[Listas Enlazadas](https://github.com/GokoshiJr/algoritmos2-java/tree/master/src/tda_listas_enlazadas).*
- *[Colas](https://github.com/GokoshiJr/algoritmos2-java/tree/master/src/tda_colas).*
- *[Pilas](https://github.com/GokoshiJr/algoritmos2-java/tree/master/src/tda_pilas).*
- *[Binary Search Trees](https://github.com/GokoshiJr/algoritmos2-java/tree/master/src/bst).*
- *[Exceptions](https://github.com/GokoshiJr/algoritmos2-java/tree/master/src/excepciones).*
- *[Debugger](https://github.com/GokoshiJr/algoritmos2-java/tree/master/src/debugger).*
## Contributing
If someone wants to add or improve something, I invite you to collaborate directly in this repository: [algoritmos2-java](https://github.com/GokoshiJr/algoritmos2-java).
## License
algoritmos2 is released under the [MIT License](https://opensource.org/licenses/MIT).
## Resources
- *[W3Schools(Java)](https://www.w3schools.com/java/default.asp).*
## Author
**[GokoshiJr](https://github.com/GokoshiJr)** (Julio González) Ing Computación UJAP 2020-2CR.