Skip to content

Instantly share code, notes, and snippets.

View david-beckman's full-sized avatar

David Beckman david-beckman

  • Centennial, CO
View GitHub Profile
@david-beckman
david-beckman / IsraeliParliamentaryCoalitions.csx
Created March 25, 2020 18:47
Israeli Parliamentary Coalitions
// https://ayende.com/blog/190275-C/giving-a-job-candidate-a-hard-problem
static var parliment = new Dictionary<string, (int Seats, int Index)>
{
["Likud"] = (36, 0),
["KahulLaval"] = (33, 1),
["JointList"] = (15, 2),
["Shas"] = (9, 3),
["YahadutHatora"] = (7, 4),
["IsrealBeitenu"] = (7, 5),