README.md
Categorize numerical data in buckets given a list of numbers and a bucket size.
Things to consider:
- If no bucket size is given, the largest number in the list is used as the default bucket size.
- The largest number in the list will be used as the bucket size if the given bucket size is greater than the largest number in the list.