In this project I:
- Used Ruby to implement the algorithms;
- Built various enumerable methods: my_each, my_each_with_index, my_select, my_all?, my_any?, my_none?, my_count, my_map and my_inject;
- Tested the methods with the official Enumerables documentation examples, found in this link.
This software can do almost anything you want with any arrays, from sorting them to making basic operations with its items.
Ruby
You will be redirected to a webpage where you can provide arrays and blocks which you would like to see the results.
Murilo Roque Paiva da Silva
Github: @MuriloRoque
Twitter: @MuriloRoquePai1
Linkedin: MuriloRoque
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
Give a ⭐️ if you like this project!