Posts

#3

Image
 Hi, Day 3 is finally done. Today was a fun session where I didn't even realize how 2 hours passed by.

#2

 Hiii!, Welcome to Day 2 "Knowledge has to be improved, challenged and increase constantly, or it vanishes" What Problem is in focus 1. Add 2 numbers 2. Modify Prob #1 using a HashMap implementation. To get started with problem 2 on leetcode, I need to understand HashMaps and Linked List Learnt what are hash-maps, arrays and python fundamentals.  Currently thinking should I start from scratch with python or continue leetcode exercise in typescript? For solid  execution, I started on a exercise for python arrays hands-on Learning today  I have to read the question text properly and try to come up with a simple solution. Ran into issue understanding the question and added unnecessary complexity to the solution. As Python learning is expansive and would require detailed notes, I have started this notion doc to document my learnings Takeaways from today's learning 1. Read Question Properly : understand text, subtext before getting started on a solution 2. Keep it Simple...

# 1

"If you have built castles in the air, your work need not be lost; there is where they should be. Now put foundations under them"                              - Henry David Thoreau Hi,  Its Day 1 Starting with the 4th attempt to the #100DaysOfCode Challenge and it feels a little weird tbh Why am I doing this ?  With coding being a weakness in my skill set, I have always procrastinated with it and often lost steam on the way, often ending in self imposed limitations .  This time around, I want to have coding as strong skill and there are NO LIMITATIONS ON ME BEING ABLE TO LEARN. How will I do this ? Best way to start is fundamentals. So Leetcode and DSA is my plan of action. 4th Attempt ? Have completed the 3 ones before ? Nope. I've lost steam around 10 days so that looking forward to clear this first wall. What did you learn today ?      I attempted the easiest Two Sum ...