Haskell Quiz/IP to Country

From HaskellWiki
< Haskell Quiz
Revision as of 03:45, 19 September 2007 by Dolio (talk | contribs) (creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


The object of this quiz was to use a database associating IPs with their hosting countries to look up a country given a particular IP address. The less time and memory used, the better.

The Problem

Solutions