Classic Fibonacci recursive solution- but this time in Java for me!
This was much easier than a different recursive problem I had to work on 😅
Classic Fibonacci recursive solution- but this time in Java for me!
This was much easier than a different recursive problem I had to work on 😅
The before and after I optimized today's daily Leetcode for Big O time complexity :D I was using a full on 2D matrix at first so that I could visualize this literal spreadsheet. After submitting I realized no one is seeing this sheet so I can make it a dictionary instead!
The before and after I optimized today's daily Leetcode for Big O time complexity :D I was using a full on 2D matrix at first so that I could visualize this literal spreadsheet. After submitting I realized no one is seeing this sheet so I can make it a dictionary instead!
Hi all! Lots of exciting things happening in my world of code. ✨
I solved a leetcode-style problem for my Java class today, am continuing to work on two React JS projects with some friends, started dabbling with Lua through Solarus, aaaand did #9 in Leetcode.
Hi all! Lots of exciting things happening in my world of code. ✨
I solved a leetcode-style problem for my Java class today, am continuing to work on two React JS projects with some friends, started dabbling with Lua through Solarus, aaaand did #9 in Leetcode.
Started my DSA class yesterday, and it’s going to be in Java (gasp!)
Worked on my first lab with the target sum premise, solved it with the non-optimal solution and the hashmap solution.
Java's not my favorite but I learned more about hashmaps in Java with this problem
Started my DSA class yesterday, and it’s going to be in Java (gasp!)
Worked on my first lab with the target sum premise, solved it with the non-optimal solution and the hashmap solution.
Java's not my favorite but I learned more about hashmaps in Java with this problem
Completed today’s Leetcode Daily Problem: #3446. Sort Matrix by Diagonals (medium). Not the most optimal in terms of runtime, but the memory was decent!
Going through nested arrays always makes me think of using nested for loops- just me? 👀
Completed today’s Leetcode Daily Problem: #3446. Sort Matrix by Diagonals (medium). Not the most optimal in terms of runtime, but the memory was decent!
Going through nested arrays always makes me think of using nested for loops- just me? 👀
Completed a quick Clash of Code on CodinGame where you’re given a log of parentheses and you need to determine what floor the elevator ended up on. “(“ meant 1 floor up, and “)” meant 1 floor down.
Completed a quick Clash of Code on CodinGame where you’re given a log of parentheses and you need to determine what floor the elevator ended up on. “(“ meant 1 floor up, and “)” meant 1 floor down.
🚧 Worked on today’s Leetcode problem. I think I'm close but feeling fuzzy so I haven’t solved it entirely. Posting now before I forget! Will try to work on it later.
🚧 Worked on today’s Leetcode problem. I think I'm close but feeling fuzzy so I haven’t solved it entirely. Posting now before I forget! Will try to work on it later.
Today’s Medium Leetcode was a fun one for me because it had me searching “factorial for addition” lol and it reminded me of an existing formula for that! Even though I didn’t solve it optimally, I’m glad I got a solution for this problem.
Yay Coding! 💻
Today’s Medium Leetcode was a fun one for me because it had me searching “factorial for addition” lol and it reminded me of an existing formula for that! Even though I didn’t solve it optimally, I’m glad I got a solution for this problem.
Yay Coding! 💻
Big Milestone yesterday as it marked the end of my job as Snap Engineering Academy Coach! It was such a wonderfully rewarding experience and I’m so excited to see what our scholars do next. 💛
Here’s two easy Leetcode problems I did this morning :)
Big Milestone yesterday as it marked the end of my job as Snap Engineering Academy Coach! It was such a wonderfully rewarding experience and I’m so excited to see what our scholars do next. 💛
Here’s two easy Leetcode problems I did this morning :)
One of my favorite casual puzzle games, this is one of the few games I bought the ad-free version for and it's given me actual years of fun. Thank you Big Duck! 🦆
One of my favorite casual puzzle games, this is one of the few games I bought the ad-free version for and it's given me actual years of fun. Thank you Big Duck! 🦆
- Attempted today’s hard Leetcode problem of Rearranging Fruits (passed 4 test cases where only 1 swap is needed)
- Completed yesterday’s Leetcode problem for Pascal’s Triangle
- Attempted today’s hard Leetcode problem of Rearranging Fruits (passed 4 test cases where only 1 swap is needed)
- Completed yesterday’s Leetcode problem for Pascal’s Triangle
Today I worked on an easy Leetcode problem to boost my confidence.
(note to self - though I've been coding more often, I'll just count every post as a day)
Some other things I've been doing: deploying a react site via github, coaching eng scholars, and reviewing DSA
Today I worked on an easy Leetcode problem to boost my confidence.
(note to self - though I've been coding more often, I'll just count every post as a day)
Some other things I've been doing: deploying a react site via github, coaching eng scholars, and reviewing DSA
✅ Worked on my EER to relational mapping
✅ Fixed up my tkinter project with styling options
🚧 Want to work on having text font be white if it's a certain hue
Check out the Tkinter project where users can make their own basic website by their inputs :D
✅ Worked on my EER to relational mapping
✅ Fixed up my tkinter project with styling options
🚧 Want to work on having text font be white if it's a certain hue
Check out the Tkinter project where users can make their own basic website by their inputs :D
✅ Today I worked on my full-stack project, broke a few things but resolved the conflicts!
🚧 I added notes on what I need to fix for my page.
Learning a lot of backend with this project- confusing but ok :) Have had more fun with Tkinter which I hope to share tomorrow
✅ Today I worked on my full-stack project, broke a few things but resolved the conflicts!
🚧 I added notes on what I need to fix for my page.
Learning a lot of backend with this project- confusing but ok :) Have had more fun with Tkinter which I hope to share tomorrow
✅ Survived my tech interviews a couple of days ago
✅ Did some Clash of Codes today
✅ Did the first Olymbits round of hurdles! That was fun to figure out with conditional statements and debugging my string index being out of range
Have a nice weekend all
✅ Survived my tech interviews a couple of days ago
✅ Did some Clash of Codes today
✅ Did the first Olymbits round of hurdles! That was fun to figure out with conditional statements and debugging my string index being out of range
Have a nice weekend all
✅ Coding problems by following solutions when needed - attached 2 problems I did today
✅ Reviewed my Give Fund project codebase
✅ did some Neetcode python for beginners modules for confidence boosting X)
Hope you all have a good Wednesdayyyyy
✅ Coding problems by following solutions when needed - attached 2 problems I did today
✅ Reviewed my Give Fund project codebase
✅ did some Neetcode python for beginners modules for confidence boosting X)
Hope you all have a good Wednesdayyyyy
✅ Yesterday (5/12) I completed Neetcode’s Is Valid Sudoku problem. I had to do a lot of debugging to figure out I had forgotten to add 3 at some point. Fun problem!
🚧 Started working on their Rain Water problem but haven’t solved it.
Hope you all have a nice day ✨
✅ Yesterday (5/12) I completed Neetcode’s Is Valid Sudoku problem. I had to do a lot of debugging to figure out I had forgotten to add 3 at some point. Fun problem!
🚧 Started working on their Rain Water problem but haven’t solved it.
Hope you all have a nice day ✨
✅ Feel confident about SQL and using mySQL Workbench after creating sample databases & tables pictures below.
❌ Could not get mysql to work through terminal!! So frustrating. I attached one of my many searches lol
-- end of day 24 of #100DaysOfCode
✅ Feel confident about SQL and using mySQL Workbench after creating sample databases & tables pictures below.
❌ Could not get mysql to work through terminal!! So frustrating. I attached one of my many searches lol
-- end of day 24 of #100DaysOfCode
✅ Solved a plusOne problem on Neetcode that I failed a month ago, growth lol
✅ Managed to get my nonprofits dummy data for my old project today!! That was making me the most nervous so big win!! Woohoo
✅ Solved a plusOne problem on Neetcode that I failed a month ago, growth lol
✅ Managed to get my nonprofits dummy data for my old project today!! That was making me the most nervous so big win!! Woohoo
✅ Pulled group React code and fixed dependencies
✅ Looked into restoring an old project with Supabase and React Native
❓ Did small Codewars and Coding Games challenges but even those stumped me bc I was doing it late and tired lol
Hope you all are having a good day!!
✅ Pulled group React code and fixed dependencies
✅ Looked into restoring an old project with Supabase and React Native
❓ Did small Codewars and Coding Games challenges but even those stumped me bc I was doing it late and tired lol
Hope you all are having a good day!!
✅ Did a Clash of Codes and some Mad Pod Racing on Coding Games
❌ Made progress on the 4kyu kata "Most frequently used...” from yesterday
✅ Did a Clash of Codes and some Mad Pod Racing on Coding Games
❌ Made progress on the 4kyu kata "Most frequently used...” from yesterday
✅ Had class today and worked on our EERD, also looked at sample code for SQL project
✅ Completed 8kyu kata “Sum Arrays"
❌ Attempted 4kyu kata "Most frequently used..." but the lambda function gets me every time. Please recommend any good YouTube video explaining it, ty!
✅ Had class today and worked on our EERD, also looked at sample code for SQL project
✅ Completed 8kyu kata “Sum Arrays"
❌ Attempted 4kyu kata "Most frequently used..." but the lambda function gets me every time. Please recommend any good YouTube video explaining it, ty!
✅ Codewars “So Many Permutations!” 4kyu and “Which are in?” 6kyu (after struggling with a few other codewars problems)
✅ Did a little bit of React to review Routers and Links in preparation for our group project
✅ Codewars “So Many Permutations!” 4kyu and “Which are in?” 6kyu (after struggling with a few other codewars problems)
✅ Did a little bit of React to review Routers and Links in preparation for our group project
Early post today bc it's Fridayyy ✨
✅ Submitted my Ordering Kiosk tkinter app, added a Canva image I made for styling fun.
✅ Codewars "Sum of Digits/Digital Root"
Might do some React later to prepare for a group project. Hope you all have a nice weekend!
Early post today bc it's Fridayyy ✨
✅ Submitted my Ordering Kiosk tkinter app, added a Canva image I made for styling fun.
✅ Codewars "Sum of Digits/Digital Root"
Might do some React later to prepare for a group project. Hope you all have a nice weekend!