https://github.com/tahmidefaz/look-and-say
A Python implementation of the weird but interesting Look and Say algorithm
https://github.com/tahmidefaz/look-and-say
algorithm lookandsay python python3
Last synced: 7 months ago
JSON representation
A Python implementation of the weird but interesting Look and Say algorithm
- Host: GitHub
- URL: https://github.com/tahmidefaz/look-and-say
- Owner: tahmidefaz
- License: mit
- Created: 2017-08-31T23:45:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T19:28:04.000Z (about 8 years ago)
- Last Synced: 2025-01-16T12:35:48.968Z (9 months ago)
- Topics: algorithm, lookandsay, python, python3
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LookAndSay
A Python implementation of the weird but interesting Look and Say sequence### Here is a nice video that explains everything about the Look and Say sequence
[](http://www.youtube.com/watch?v=LpjX3kHXcR0)