This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Short URL Generator | |
=================== | |
Python implementation for generating Tiny URL- and bit.ly-like URLs. | |
A bit-shuffling approach is used to avoid generating consecutive, predictable | |
URLs. However, the algorithm is deterministic and will guarantee that no |