Did you know there is a higher order function for Javascript array called .flat() that flattens out a nested array. I didn’t until I saw the solutions to today’s exercise Kindergarten Garden. In that there are two rows of plants[…]↓ Read the rest of this entry…
Posts Tagged #100DaysOfCode
Last night I did the last “Hard” exercise on the Java Script track which was “change: which involves giving change in the smallest number of coins. I felt like that didn’t really count so today I did “robot simulator” too.[…]↓ Read the rest of this entry…
I said I was going to do it yesterday, but I forgot. So instead I did the Javascript version of the React exercise today. It was a bit different than the C# version as expected but I still needed to[…]↓ Read the rest of this entry…
Today’s exercise was crypto square. It is a cipher where you remove anything non-alphanumeric, lower case it, then break a message up into chunks that when piled on top of each other form the best square you can manage. When[…]↓ Read the rest of this entry…
I did the exercise ‘Armstrong Numbers’ on the Javascript track because it was easy and I only have two hard ones on the C# track. That way if I start one of them and can’t finish in a day I[…]↓ Read the rest of this entry…
Well since I was here past midnight, I decided to roll into day 74. So far I have done the Knapsack exercise on both the Java Script and C# tracks. C# has just two exercises left, both marked hard. They[…]↓ Read the rest of this entry…
Today’s exercises are: Javascript – Protein Translation (Dictionary lookup with some extra trimmings) and C# – Baffling Birthday make random birthdays, see if any overlap, and find the probability of their overlap. It is almost midnight, so that’s all you[…]↓ Read the rest of this entry…
It has been a while since I started off with the fun stuff so lets do that today. I decided to go a bit further with the small OLED display. One of the first things I always seem to do[…]↓ Read the rest of this entry…
I am getting some easier exercises out of the way today. C# got Swift Scheduling, and Javascript got Atbash Cipher. Of course yesterday’s .net upgrade that broke all my projects required downloading a new visual studio community & .net runtime[…]↓ Read the rest of this entry…
Today’s exercise was Satellite. It was really about constructing a binary tree given its in-order and pre-order traversal (left, self, right , or self, left, right). However, exercism broke all of my C# submissions. It looks like someone upgraded the[…]↓ Read the rest of this entry…







