Forwarded from Code & Coffee
Trying to get back to LeetCode.
I’ll try to solve one problem a day and see how much I improve this month.
I’ll try to solve one problem a day and see how much I improve this month.
❤5
steeling this idea from 'code and coffee' , if it helps me to be consistent in my leetcode
🥰5
Genesis arc - valid-parentheses, palindrome number , two sums
redid these first actually, got to remember the python basics , don't judge😂
#leetcode
redid these first actually, got to remember the python basics , don't judge😂
#leetcode
😁5
LeetCode #1 – Merge Strings Alternately
had to think a bit about looping … getting this memory tested
#leetcode
had to think a bit about looping … getting this memory tested
#leetcode
👍5
LeetCode #2 - Is Subsequence
Looked easy at first… but the order matters.
Two pointers made it simple.
#leetcode
Looked easy at first… but the order matters.
Two pointers made it simple.
#leetcode
❤7
LeetCode #3- Find All Numbers Disappeared in an Array
Had to think about time complexity a little.
Used index marking instead of sorting.
Clean O(n).
#leetcode
Had to think about time complexity a little.
Used index marking instead of sorting.
Clean O(n).
#leetcode
❤9
Forwarded from WTM Ethiopia
📣📣 Every year, we celebrate International Women’s Day (IWD) to honor women who break barriers and inspire the next generation.
This year’s theme is Break the Pattern, a global theme for IWD 2026 – brings a bigger and better full-day event, hosted by Women Techmakers Ethiopia in partnership with ALX Ethiopia at ALX Lideta Hub starting from 9AM 🎉🎉
Why you should attend 🫵
✔️ Hear real stories of perseverance and achievement
✔️ Participate in hands-on workshops
✔️ Build meaningful connections & expand your tech network
✔️ Explore internships and career opportunities
✔️ Compete in hackathons and showcase your talent
🔗 Click here to Register
‼️ Spots are limited, snag yours before they are gone!
This year’s theme is Break the Pattern, a global theme for IWD 2026 – brings a bigger and better full-day event, hosted by Women Techmakers Ethiopia in partnership with ALX Ethiopia at ALX Lideta Hub starting from 9AM 🎉🎉
Why you should attend 🫵
‼️ Spots are limited, snag yours before they are gone!
Please open Telegram to view this post
VIEW IN TELEGRAM
❤5
LeetCode #4 – Maximum Product of Three Numbers
ngl i was just tryna pick an easy one cause i’m sleepy 😭 , thought it was just multiply last 3 numbers, nvm.
real trick:
either 3 biggest numbers
or 2 smallest (negative) × biggest
#leetcode
ngl i was just tryna pick an easy one cause i’m sleepy 😭 , thought it was just multiply last 3 numbers, nvm.
real trick:
either 3 biggest numbers
or 2 smallest (negative) × biggest
#leetcode
⚡7
❤4
"If you ever feel like you haven’t accomplished anything, you probably have—just the fact that we’re still standing, still going, and still trying to create the best life for ourselves is a huge accomplishment."
I’ve been watching her for a while now—she’s honestly my favorite YouTuber, and I’ve seen most of her videos.
If you’ve ever felt stuck, like your past is holding you back, you’ve gotta watch this one - https://www.youtube.com/watch?v=vM-w47M730w&t=384s
. Most of her videos are so helpful, tbh—definitely check her out! 🖤
#The Wizard Liz
@helina_commit
❤7
Applying for a dev job and they ask for my Instagram… excuse me, how are my random selfies relevant to Python?👩🦯
😁8👀5
LeetCode #7 - Check if All Integers in a Range Are Covered
just check if each number in [left, right] is in some interval.
#leetcode
just check if each number in [left, right] is in some interval.
#leetcode
❤3
LeetCode #8 – Minimum Index Sum of Two Lists
Save positions of list1 in a dictionary.
Go through list2 and check matches.
Keep the ones with the smallest index total.
#leetcode
Save positions of list1 in a dictionary.
Go through list2 and check matches.
Keep the ones with the smallest index total.
#leetcode
❤3
Forwarded from Samri’s Log
To automatically upload your leetcode solutions to your GitHub use this extension https://chromewebstore.google.com/detail/ppkbejeolfcbaomanmbpjdbkfcjfhjnd?utm_source=item-share-cp
Google
LeetSync - Leetcode to Github Synchronizer - Chrome Web Store
LeetSync is a Chrome extension that enables you to sync your LeetCode problem submissions with a selected GitHub repository.
❤4
LeetCode #9 – Subarray Sum Equals K
Prefix sum + hashmap.
Check currentSum - k, count frequencies.
trying medium levels now because my so-called sister is bullying me 🚶🏼♀️
#leetcode
Prefix sum + hashmap.
Check currentSum - k, count frequencies.
trying medium levels now because my so-called sister is bullying me 🚶🏼♀️
#leetcode
👌5
Forwarded from Tech Hub
Many students don’t realize how powerful their university email is. It’s more than just sending assignments it’s access to real opportunities.
With a university email, students can access Microsoft Azure and other student benefits.
Your student email can give you:
Take advantage of platforms like Microsoft and Microsoft Azure that support students.
The opportunity is there.
The question is are you using it
#Techhub@btbyte1 Techhub
Please open Telegram to view this post
VIEW IN TELEGRAM
👌6