Wrote an algorithm for finding a matching set of characters in a given text. This made me see the importance of pseudocode in arranging one's thoughts. I also started learning about semi conductors #day27#embeddedsystems#100DaysOfCode
Wrote a subtraction algorithm today, it's amazing how something we do so simply in our head is not so easy to write. Finally starting to see that CS isn't just writing code #embeddedsystems#100daysofcodechallenge#day26
I wrote a program in python that calculates the greatest common divisior of 2 integers, I really enjoyed the thought process behind it, and I got to implement recursion. #day25#100DaysOfCode#embeddedsystems
Today I wrote an algorithm capable of add 2 integer numbers of n digits where n is a whole numbers. It's something we do on a daily basis, but automating it on a computer was interesting #day24#100daysofcode#embeddedsystems
Been busy for a while, but I'm back now. Today I finally learnt how to use git and gitHub after posting for so long, and I started learning about transformers #embeddedsystems#100DaysOfCode#day23
Today I learnt about RC and LC AC circuits. I was finding it difficult to understand why current and voltage were out of phase with each other #embeddedsystems#100DaysOfCode#day21
Today I started implementing what I learnt about recursion to make a minimax function to create an unbeatable AI program for a tictactoe game in python
#100DaysOfCode#embeddedsystems#day10
I completed all 39 C exercises from W3Schools. I will start working on projects to implement what I've learnt https://t.co/nkHINYLDcR
#100DaysOfCode#embeddedsystems#Day9
I'm learning recursion and trying to create a minimax function which basically creates an unbeatable player in a 2-player, buly analysing every possible move, and picking the best one. I Will be using this to create an unbeatable AI tic-tac-toe player with python #100DaysOfCode