https://github.com/dayanfreitas/advancedalgorithm
Repositories for advanced college algorithms subjects
https://github.com/dayanfreitas/advancedalgorithm
docker docker-compose elixir erla ruby
Last synced: 2 months ago
JSON representation
Repositories for advanced college algorithms subjects
- Host: GitHub
- URL: https://github.com/dayanfreitas/advancedalgorithm
- Owner: Dayanfreitas
- Created: 2022-08-12T22:34:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T22:01:45.000Z (over 3 years ago)
- Last Synced: 2025-06-11T22:48:19.228Z (about 1 year ago)
- Topics: docker, docker-compose, elixir, erla, ruby
- Language: Ruby
- Homepage:
- Size: 244 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Algorithm

Repositories for submit advanced algorithms. For college
## Summary
1. [Algorithm documentation](#algorithm-documentation)
2. [Development documentation](#development)
***
## Class exercise
### With Ruby:
1. [BinarySearch - IBGE Names](./advanced_algorithms_ruby/binary_search/main.rb)
2. [Heapsort - Songs Tik Tok](./advanced_algorithms_ruby/_exercise/order_song_tik_tok.rb)
3. [Maze - virtual mouse](./advanced_algorithms_ruby/hash/maze)
### With Elixir:
1. [BinarySearch - IBGE Names](./advanced_algorithms/lib/binary_search.ex)
***
## Algorithm documentation
### PT-BR π§π·
1. [BinarySearch - pt-BR](./_doc/binary_search.md)
2. [BubbleSort - pt-BR](./_doc/bubblesort.md)
3. [HeapSort - pt-BR](./_doc/heapsort.md)
## Development
* Dockerfile
image built to run ruby ββand erlang
* docker-compose
### Makefile
You can use shortcut commands
```shell
$ make bash
```