A 🥂 to new beginnings and to me.
2024 has thrown more at me than I ever could handle. If I look back, the only thing I have done is SURVIVED. So, here’s to me, to the person I became through it all, to the strength I didn’t know I had, to surviving.
I believe 2025 will be my year.
#NewYear #NewYear2025
Can’t believe companies are still out here using Workday. Come onnnnn!
Logging in feels like trying to hack into the Pentagon, except less rewarding and more ‘why am I here?’
#tech #job#recruitment
If AI can predict my shopping habits and play DJ to my moods, it better start checking in on me throughout the day, too. Just ping me with a ‘Hey, how’s life?’ every now and then, and maybe I’ll finally ditch my therapist.
#FutureTherapy#JustAIThings#CheckOnMe”
#21DayChallenge
Day 18
Solved 7 mediums
Trees are recursive data structures, so practice thinking recursively and breaking problems into subproblems. Avoid fitting your solution into algo templates. Build from scratch. That shit helps build intuition.
#leetcode#codelife#trees
#21DayChallenge
Day 17
Could not do much. Spent most time figuring out the Lowest Common Ancestor problem, an absolute interview favorite.
#leetcode#codelife#trees
#21DayChallenge
Day 15
Solved 7 mediums
The best way to calculate the distance between any two nodes in a binary tree is to convert it into a graph and then traverse it from the start node to the end node while keeping track of the distance.
#leetcode#tree#graphs#codelife
12 AM: When your code starts working and your brain stops.
Now I'm too excited to sleep. Is this what winning feels like? 😵💫
A week away from when my 'early to bed' shifts to 4 AM
#Code#InsomniaClub
#21DayChallenge
Day 13
Can you solve the "Binary Tree Right Side View" problem?
Given a binary tree, return the values you'd see if you were standing on its right side.
When your data structure needs a side hustle as a model :P
#leetcode#tree#codelife