Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unreal4u/binary-tree-telephone-number-picker
Just a small dirty script, just for the lol that calculates out your phone number based on a binary tree search
https://github.com/unreal4u/binary-tree-telephone-number-picker
Last synced: 14 days ago
JSON representation
Just a small dirty script, just for the lol that calculates out your phone number based on a binary tree search
- Host: GitHub
- URL: https://github.com/unreal4u/binary-tree-telephone-number-picker
- Owner: unreal4u
- Created: 2016-11-08T10:36:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T11:33:06.000Z (about 8 years ago)
- Last Synced: 2024-11-09T13:46:47.229Z (2 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a test script made for the lol during lunch to get to know how hard it
actually would be to create a script that will calculate your phone number
(I know, in Dutch format only) based on a binary tree search.It was a nice exercise and things could probably improve a lot, but as I said,
this was just made for the lol and nothing in here adheres to best practices
or other stuff I would do in a more serious environment. Enjoy!