toy prog challenge solution
Did the [subset sum challenge](https://qoto.org/web/statuses/103097971180704809) today, in #JuliaLang. [Code here](https://git.qoto.org/digital_carver/toy-programming-challenges/-/blob/master/subsetsum.jl). I used to get stuck with dynamic programming problems, finding them hard to reason about, so it was pleasant to find that with this one the logic flowed nice and easy. Typing in the test cases and getting the test setup going took up more time than actually solving the problem itself!
toy prog challenge solution
@digital_carver wow, you went straight for the challenging ones, I'm yet to get through those myself. Glad you liked it. I spent disproportionate amount of time on some of the earlier ones.