Spent time understanding time complexity and Big O notation . Realizing how a small change in loops can scale an algorithm from lightning fast to painfully slow. #LearnInPublic#100DaysOfCode#DataStructures
Moved from canonical forms to K-Maps (Karnaugh Maps) in digital logic. It's like solving a visual puzzle to simplify Boolean expressions before turning them into actual logic gates. #LearnInPublic#DigitalLogic#CS