Skip to content

Instantly share code, notes, and snippets.

View firepacket's full-sized avatar

trustfreemarket firepacket

View GitHub Profile
using System.Collections.Generic;
using System.Linq;
using System.Text;
/**
* ShortURL: Bijective conversion between natural numbers (IDs) and short strings
*
* ShortURL.Encode() takes an ID and turns it into a short string
* ShortURL.Decode() takes a short string and turns it into an ID
*