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

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

Awesome Lists containing this project

README

          

# Advanced Algorithm
![example workflow](https://github.com/Dayanfreitas/AdvancedAlgorithm/actions/workflows/main.yml/badge.svg)

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
```