Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.8 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.8 KB

hire-badge Twitter Follow

Advanced Building Blocks - Enumerables

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.

screenshot

What it does

This software can do almost anything you want with any arrays, from sorting them to making basic operations with its items.

Built with

Ruby

Live Demo

Click for live webpage

Getting Started

You will be redirected to a webpage where you can provide arrays and blocks which you would like to see the results.

Author

Murilo Roque Paiva da Silva

Github: @MuriloRoque

Twitter: @MuriloRoquePai1

Linkedin: MuriloRoque

🤝 Contributing

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

Show your support

Give a ⭐️ if you like this project!