Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.01 KB

File metadata and controls

17 lines (10 loc) · 1.01 KB

Links to Related Projects

Interpol is a minimal string interpolation library written in golang. It can be used to generate a series of strings from a set of rules. This is useful for example for people doing penetration testing or fuzzing.

The eight lonely rooks problem is a simple chess-based problem: place eight rooks on the chess board such that none of the rooks can attack each other.