Personal tools

Haskell Quiz/IP to Country

From HaskellWiki

< Haskell Quiz
Revision as of 03:45, 19 September 2007 by Dolio (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, 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.

1 The Problem

2 Solutions