Solving Algorithm and Datastructure challenges from Repl.it using Ruby.
Clone the repository to your local machine
$ git clone https://github.com/johnsonsirv/algos-and-datastructures-in-ruby.git
Go to the directory
$ cd algos-and-datastructures-in-ruby
Run any of the files
$ ruby binary_search.rb
- Github: @johnsonsirv
- Twitter: @vokeugo
- Email: okeugo.victor.c@gmail.com
- Fork it (https://github.com/johnsonsirv/repl.it/fork)
- Create your feature (dev) branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -m 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
You can also create issues
This project is licensed under the MIT License - see the LICENSE file for details