Skip to content

Commit

Permalink
2024/07
Browse files Browse the repository at this point in the history
  • Loading branch information
encse committed Dec 7, 2024
1 parent fb59680 commit abec626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/Day07/Solution.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ where check(target, 0, nums)
select target;

// separate checkers provided for the two parts, these recursive functions go
// over the numbers and use all alloved operators to update the accumulated result
// over the numbers and use all alloved operators to update the accumulated result.
// at the end of the recursion we simply check if we reached the target
private bool Check1(long target, long acc, List<long> nums) =>
nums switch {
Expand Down
Binary file added 2024/Day07/illustration.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abec626

Please sign in to comment.