I finished. Hooray!! Todays exercise was sublist. Check if a list is equal to, a subset of or superset of another list. Looking at the community solutions I still think they are overusing LINQ, not everything has to be done[…]↓ Read the rest of this entry…
100 Days of Code 2025
So close I can taste it…. the finish line that is. Today’s exercise was List Ops. Make your own higher order list functions like map, and reduce as well as more common ones like concatenate. You were supposed to roll[…]↓ Read the rest of this entry…
Just two days left. Today’s exercise was Flatten Array. There must not be much wiggle room because my solutions was suspiciously similar to the first community solution I found. The hardest part was searching for how to tell is an[…]↓ Read the rest of this entry…
I’ve got to get back on the daily exercise bandwagon. So today I completed Binary Search Tree on exercism.org. The only part that got me was the enumerators, I didn’t know what they wanted and the way they wanted me[…]↓ Read the rest of this entry…
Again, no exercise, I wanted to polish up the competition entry. Unfortunately, I was too slow and had the code broken when the submission timer ran out. I guess I am just going with what I had yesterday. Someone remind[…]↓ Read the rest of this entry…
No exercism.org exercise today, I need to get my OLC Code Jam 2025 entry working well enough to submit. Tomorrow I only have until about noon. I might be able to do some last minute cleanup but I want something[…]↓ Read the rest of this entry…
Atbash Cipher was today’s exercise. Basically exclude anything that isn’t a letter or digit and lower case the letters. Replace any letters with the letter at the same position of the reversed alphabet. Finally break it up into chunks of[…]↓ Read the rest of this entry…
Between last night and today I did two hard problems. Connect, and SGF Parsing. Connect was to see if a path connects on a hex board either top to bottom for player O or left to right for player X.[…]↓ Read the rest of this entry…
Today’s exercise was to take a wordy description of a math operation and turn it into a result. I goofed on this one. I thought we had to implement precedence and went and implemented the Shunting yard algorithm. Then when[…]↓ Read the rest of this entry…
Today’s exercise was to find all the rectangles in an ASCII art drawing of spaces, +, -, and |. I think my code is a nice readable version. You don’t need a dozen functions for this. I did see one[…]↓ Read the rest of this entry…









