https://github.com/mutalis/get-missing-numbers-in-array
Get missing numbers in an Array.
https://github.com/mutalis/get-missing-numbers-in-array
rspec ruby testing
Last synced: about 1 month ago
JSON representation
Get missing numbers in an Array.
- Host: GitHub
- URL: https://github.com/mutalis/get-missing-numbers-in-array
- Owner: mutalis
- License: gpl-3.0
- Created: 2018-04-13T01:27:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T01:32:13.000Z (about 8 years ago)
- Last Synced: 2025-09-12T12:01:07.240Z (10 months ago)
- Topics: rspec, ruby, testing
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Engineering Team Homework
1. Write a ruby method that given an array of unsorted numbers returns the missing number(s) in the natural range for that array.
2. Write some rspec unit tests for the method you created for #1.
Command to execute the tests:
```bash
bin/rspec --format doc
```
:smile: