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

https://github.com/theluqmn/gemlooks

Sort and search algorithms written in Ruby.
https://github.com/theluqmn/gemlooks

ruby search-algorithm sorting-algorithms

Last synced: 11 months ago
JSON representation

Sort and search algorithms written in Ruby.

Awesome Lists containing this project

README

          

# GemLooks

A Ruby-based sorting/searching library.

## Supported functions

### Search algorithms

- [x] Linear search
- [x] Binary search
- [ ] Depth-first search
- [ ] Breadth-first search

### Sort algorithms

- [ ] Bubble sort
- [ ] Selection sort
- [ ] Merge sort
- [ ] Quick sort
- [ ] Heap sort
- [ ] Radix sort