Skip to content

Commit

Permalink
(challengeData): add 'christmas-tree-of-hanoi' entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pano9000 committed May 22, 2024
1 parent 83d312b commit 424f4f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/scripts/challengeData.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,15 @@
"dateSolved": "2024-05-19",
"description": "Determine if a given allergen is present in a person's allergy score.",
"comment": "After reading up on Bitmasks and how to use them, this was easily solvable :-)"
},
{
"id": "christmas-tree-of-hanoi",
"idEH": "26a2682d-a536-42e7-8c17-50031cb079bd",
"urlEH": "",
"urlSolution": "",
"dateSolved": "2024-05-22",
"description": "Write a function that captures all needed moves to solve the 'Christmas Trees of Hanoi' (better know as 'Towers of Hanoi') problem.",
"comment": ""
}
]
}

0 comments on commit 424f4f0

Please sign in to comment.