It has been 6 months since I joined @Walmart as an SDE3. Itโs been a wonderful journey so far โ I even received the Bravo award! Let me know if youโd like to hear about my interview experience.
#programming#softwareengineer#Walmart#Tech#womenintech
๐ Day 7/80 of the GfG160 challenge!
@geeksforgeeks
Question: Maximum Product Subarray
Approach: Using max and min, using kadane algo. TC: O(n) SC: O(1)
๐ Day 6/80 of the GfG160 challenge!
@geeksforgeeks
โQuestion: Smallest positive missing number
๐ฉ๐ปโ๐ปBrute Force Approach: Sorting and using hash set
TC: O(n log n) SC: O(n)
โ Better Approach: Using Visiting Array
TC: O(n) SC: O(n)
#gfg160#geekstreak2025#womenintech#DSA
Happy Sunday โ๏ธ๐๐ฅณ
My today's plan:
Eat๐. Sleep๐ด. Overthink that one line of code I wrote on Friday๐ญ๐๐ค
What's your plan?๐ฆง
#sundayvibes#coding