https://github.com/asaph/happynumber
Prints out all the happy numbers between 1 and 1000
https://github.com/asaph/happynumber
Last synced: 12 months ago
JSON representation
Prints out all the happy numbers between 1 and 1000
- Host: GitHub
- URL: https://github.com/asaph/happynumber
- Owner: asaph
- License: mit
- Created: 2015-05-04T01:25:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T22:06:32.000Z (over 9 years ago)
- Last Synced: 2025-01-28T14:47:53.501Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Happy Numbers
Prints out all the [happy numbers](http://en.wikipedia.org/wiki/Happy_number) between 1 and 1000.
Inspired by this [blog entry](http://www.smashcompany.com/technology/embarrassing-code-i-wrote-under-stress-at-a-job-interview) which was linked from [Hacker News](https://news.ycombinator.com/item?id=9478906).