Skip to content

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

License

Notifications You must be signed in to change notification settings

MuriloRoque/enumerable_methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages