#codeeveryday search results

Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic

Nidhy7611's tweet image. Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ  got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic
Nidhy7611's tweet image. Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ  got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic

Hello Everyone ๐Ÿ‘‹ Completed #Day677 of the #codeeveryday challenge. Solved: Search in Rotated Sorted Array โœ… T.C: O(n) โœ… S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day677 of the #codeeveryday challenge.

Solved: Search in Rotated Sorted Array

โœ… T.C: O(n)
โœ… S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Hello Everyone ๐Ÿ‘‹ Completed #Day675 of the #codeeveryday challenge. Solved: Maximum Binary Tree โœ… T.C: O(n^2) โœ… S.C: O(n) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day675 of the #codeeveryday challenge.

Solved: Maximum Binary Tree

โœ… T.C: O(n^2)
โœ… S.C: O(n)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

๐ŸŒŸ 500 Days of Code โ€” Badge Unlocked! ๐Ÿ™Œ Discipline > Motivation ๐Ÿ“ˆ Every submission is progress ๐Ÿ”— LeetCode Profile [leetcode.com/u/mdtabishrazaโ€ฆ] #LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

Tabish_khan090's tweet image. ๐ŸŒŸ 500 Days of Code โ€” Badge Unlocked!
๐Ÿ™Œ Discipline > Motivation
๐Ÿ“ˆ Every submission is progress
๐Ÿ”— LeetCode Profile [leetcode.com/u/mdtabishrazaโ€ฆ]

#LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

Hello Everyone ๐Ÿ‘‹ Completed #Day666 of the #codeeveryday challenge. Solved: Merge Two Sorted Lists โœ… T.C : O(n + m) โœ… S.C: O(n + m) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day666 of the #codeeveryday challenge.

Solved: Merge Two Sorted Lists

โœ… T.C : O(n + m)
โœ… S.C: O(n + m)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Every devโ€™s real journey = Learn โ†’ Code โ†’ Break โ†’ Debug โ†’ Ship โ†’ Repeat ๐Ÿ”„ Iโ€™m live-streaming this loop daily โ€” raw, unedited coding grind. โšกJoin me & letโ€™s grow together โ†’ #NoEditHD #LearnByDoing #CodeEveryday

codewithabhiX's tweet image. Every devโ€™s real journey = Learn โ†’ Code โ†’ Break โ†’ Debug โ†’ Ship โ†’ Repeat ๐Ÿ”„
Iโ€™m live-streaming this loop daily โ€” raw, unedited coding grind.
โšกJoin me & letโ€™s grow together โ†’ #NoEditHD #LearnByDoing #CodeEveryday

Hello Everyone ๐Ÿ‘‹ Completed #Day665 of the #codeeveryday challenge. Solved: Closest Subsequence Sum Observation: Met-in-the-Middle Algorithm โœ… T.C : O(n * 2^n/2) โœ… S.C: O(2^n/2) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day665 of the #codeeveryday challenge.

Solved: Closest Subsequence Sum

Observation: Met-in-the-Middle Algorithm

โœ… T.C : O(n * 2^n/2)
โœ… S.C: O(2^n/2)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

๐ŸŒŸ Day 5 of my 30 Days of DSA Todayโ€™s progress: Solved LeetCode #509 โ€“ Fibonacci No Breaking it down step by step taught me how to think in terms of reusing past results โ€” efficiency is all about smart reuse ๐Ÿš€ #DSA #CodeEveryday #DynamicProgramming #GrowthMindset #30DaysOfCode

arjun_aarya05's tweet image. ๐ŸŒŸ Day 5 of my 30 Days of DSA 
Todayโ€™s progress: Solved LeetCode #509 โ€“ Fibonacci No
Breaking it down step by step taught me how to think in terms of reusing past results โ€” efficiency is all about smart reuse ๐Ÿš€

#DSA #CodeEveryday #DynamicProgramming #GrowthMindset #30DaysOfCode

Day 30-31/100 1. Solved POTD of LeetCode since it was simple 2. Grade School Problem from Exercism solved 3. Read about push notifaction in React Native #100DaysOfCode #CodeEveryday #SelfTaughtDev

Soumava_221B's tweet image. Day 30-31/100 
1. Solved POTD of LeetCode since it was simple
2. Grade School Problem from Exercism solved
3. Read about push notifaction in React Native
#100DaysOfCode #CodeEveryday #SelfTaughtDev

Hello Everyone ๐Ÿ‘‹ Completed #Day664 of the #codeeveryday challenge. Solved: Maximum Gap โœ… T.C : O(nlogn) โœ… S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day664 of the #codeeveryday challenge.

Solved: Maximum Gap

โœ… T.C : O(nlogn)
โœ… S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

๐Ÿ’ฅ Action > Theory! Tutorials guide, but practice makes you a coder. Ship it, break it, fix it! ๐Ÿ‘จโ€๐Ÿ’ป Live on YouTube solving LeetCode & building projects daily! ๐Ÿ”ฅ Watch, learn, code along: youtube.com/@noedithd #LearnByDoing #NoEditHD #CodeEveryday #LiveCoding #DevJourney

codewithabhiX's tweet image. ๐Ÿ’ฅ Action > Theory! Tutorials guide, but practice makes you a coder. Ship it, break it, fix it!

๐Ÿ‘จโ€๐Ÿ’ป Live on YouTube solving LeetCode & building projects daily!

๐Ÿ”ฅ Watch, learn, code along: youtube.com/@noedithd

#LearnByDoing #NoEditHD #CodeEveryday #LiveCoding #DevJourney

Day 29/100: Keeping the grind steady ๐Ÿ’ปโœจ โœ… Cracked a LeetCode โœ… Conquered Exercism "Crypto Square" (hard) โœ… Dived into JS Promises Onward & upward! ๐Ÿš€ #100DaysOfCode #CodeEveryday #SelfTaughtDev

Soumava_221B's tweet image. Day 29/100: Keeping the grind steady ๐Ÿ’ปโœจ

โœ… Cracked a LeetCode
โœ… Conquered Exercism "Crypto Square" (hard)
โœ… Dived into JS Promises
Onward & upward! ๐Ÿš€
#100DaysOfCode #CodeEveryday #SelfTaughtDev

Day 33โ€“34/100 ๐Ÿš€ โœ… Solved a LeetCode problem โœ… Completed a few Exercism challenges โœ… Read about Expo push notifications #100DaysOfCode #CodeEveryday #SelfTaughtDev

Soumava_221B's tweet image. Day 33โ€“34/100 ๐Ÿš€
โœ… Solved a LeetCode problem
โœ… Completed a few Exercism challenges
โœ… Read about Expo push notifications
#100DaysOfCode #CodeEveryday #SelfTaughtDev

โœ…Day 28/100: Steady grind. 1. LeetCode problem solved. 2. Exercism hard problem 'change' solved. 3. Read about callbacks in JS #100DaysOfCode #CodeEveryday #SelfTaughtDev

Soumava_221B's tweet image. โœ…Day 28/100: Steady grind.

1. LeetCode problem solved.
2. Exercism hard problem 'change' solved.
3. Read about callbacks in JS

#100DaysOfCode #CodeEveryday #SelfTaughtDev

Day 27/100: Progress in Motion 1. LeetCode question solved 2. Exercism Tournament 3. Blogged about Package Managers Consistency isnโ€™t flashy, but it adds up. Every day counts. #100DaysOfCode #CodeEveryday #SelfTaughtDev

Soumava_221B's tweet image. Day 27/100: Progress in Motion
1. LeetCode question solved
2. Exercism Tournament 
3. Blogged about Package Managers 

Consistency isnโ€™t flashy, but it adds up. Every day counts. 
#100DaysOfCode #CodeEveryday #SelfTaughtDev

Hello Everyone ๐Ÿ‘‹ Completed #Day677 of the #codeeveryday challenge. Solved: Search in Rotated Sorted Array โœ… T.C: O(n) โœ… S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day677 of the #codeeveryday challenge.

Solved: Search in Rotated Sorted Array

โœ… T.C: O(n)
โœ… S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Is there anyone who can suggest to me which platform is best to learn DSA? #codeeveryday


Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic

Nidhy7611's tweet image. Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ  got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic
Nidhy7611's tweet image. Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ  got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic

Hello Everyone ๐Ÿ‘‹ Completed #Day676 of the #codeeveryday challenge. Solved: Sort List โœ… T.C: O(nlogn) โœ… S.C: O(n) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day676 of the #codeeveryday challenge.

Solved: Sort List

โœ… T.C: O(nlogn)
โœ… S.C: O(n)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

College fest is going on ๐ŸŽช But while everyoneโ€™s dancing, Iโ€™m debugging ๐Ÿ˜Ž Utilizing the break to clear 3 responsive lectures + finish JS from @harshbhaiyaa Yt VED And revising responsive with @sarthacksharma Yt ved๐Ÿ’ป Fest fun fades skills stay ๐Ÿš€ #Sheryians #CodeEveryday

NaitikChit60838's tweet image. College fest is going on ๐ŸŽช
But while everyoneโ€™s dancing, Iโ€™m debugging ๐Ÿ˜Ž
Utilizing the break to clear 3 responsive lectures + finish JS from @harshbhaiyaa  Yt VED
And revising responsive with @sarthacksharma Yt ved๐Ÿ’ป
Fest fun fades skills stay ๐Ÿš€ #Sheryians #CodeEveryday

Hello Everyone ๐Ÿ‘‹ Completed #Day675 of the #codeeveryday challenge. Solved: Maximum Binary Tree โœ… T.C: O(n^2) โœ… S.C: O(n) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day675 of the #codeeveryday challenge.

Solved: Maximum Binary Tree

โœ… T.C: O(n^2)
โœ… S.C: O(n)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Hello Everyone ๐Ÿ‘‹ Completed #Day674 of the #codeeveryday challenge. Solved: Sort an Array โœ… T.C: O(nlogn) โœ… S.C: O(n) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day674 of the #codeeveryday challenge.

Solved: Sort an Array

โœ… T.C: O(nlogn)
โœ… S.C: O(n)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

๐ŸŒŸ Day 18 of my 30 Days of DSA ๐ŸŒŸ Solved LeetCode #205 โ€“ Isomorphic Strings โœ… Tried the Brute Force way โ€” mapping characters step by step to grasp the core logic. Understanding before optimizing is the real growth ๐Ÿš€ #DSA #CodeEveryday #Strings #30DaysOfCode

arjun_aarya05's tweet image. ๐ŸŒŸ Day 18 of my 30 Days of DSA ๐ŸŒŸ
Solved LeetCode #205 โ€“ Isomorphic Strings โœ…
Tried the Brute Force way โ€” mapping characters step by step to grasp the core logic.
Understanding before optimizing is the real growth ๐Ÿš€
#DSA #CodeEveryday #Strings #30DaysOfCode

Hello Everyone ๐Ÿ‘‹ Completed #Day673 of the #codeeveryday challenge. Solved: Kth Largest Element in an Array โœ… T.C : O(n) average, O(n^2) worst case โœ… S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day673 of the #codeeveryday challenge.

Solved: Kth Largest Element in an Array

โœ… T.C : O(n) average, O(n^2) worst case
โœ… S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Hello Everyone ๐Ÿ‘‹ Completed #Day672 of the #codeeveryday challenge. Solved: Decode String โœ… T.C : O(n) โœ… S.C: O(n) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day672 of the #codeeveryday challenge.

Solved: Decode String

โœ… T.C : O(n)
โœ… S.C: O(n)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

November is here, and Iโ€™m coding with purpose. This month isnโ€™t about writing more code itโ€™s about writing code that matters. Small consistent progress ,,big random effort. #DeveloperMindset #CodeEveryday #Motivation

GreatMarvoo's tweet image. November is here, and Iโ€™m coding with purpose.
This month isnโ€™t about writing more code itโ€™s about writing code that matters.
Small consistent progress ,,big random effort.
#DeveloperMindset #CodeEveryday #Motivation

Hello Everyone ๐Ÿ‘‹ Completed #Day671 of the #codeeveryday challenge. Solved: Search Insert Position T.C : O(log n) S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day671 of the #codeeveryday challenge.

Solved: Search Insert Position

T.C : O(log n)
S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Hello Everyone ๐Ÿ‘‹ Completed #Day670 of the #codeeveryday challenge. Solved: Search a 2D Matrix โœ… T.C : O(n + m) โœ… S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day670 of the #codeeveryday challenge.     

Solved: Search a 2D Matrix

โœ… T.C : O(n + m)
โœ… S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic

Nidhy7611's tweet image. Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ  got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic
Nidhy7611's tweet image. Day 5 of learning JavaScript with @lovebabbar3 ๐Ÿ’ป โ€” Today I unlocked the magic of Bitwise Operators! Learning how computers think in 0s and 1s ๐Ÿคฏ  got stucked in binary but done by clearing doubt in chatgpt #JavaScript #Bitwise #CodeEveryday #LearningInPublic

Hello Everyone ๐Ÿ‘‹ Completed #Day677 of the #codeeveryday challenge. Solved: Search in Rotated Sorted Array โœ… T.C: O(n) โœ… S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day677 of the #codeeveryday challenge.

Solved: Search in Rotated Sorted Array

โœ… T.C: O(n)
โœ… S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Hello Everyone ๐Ÿ‘‹ Completed #Day666 of the #codeeveryday challenge. Solved: Merge Two Sorted Lists โœ… T.C : O(n + m) โœ… S.C: O(n + m) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day666 of the #codeeveryday challenge.

Solved: Merge Two Sorted Lists

โœ… T.C : O(n + m)
โœ… S.C: O(n + m)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Hello Everyone ๐Ÿ‘‹ Completed #Day675 of the #codeeveryday challenge. Solved: Maximum Binary Tree โœ… T.C: O(n^2) โœ… S.C: O(n) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day675 of the #codeeveryday challenge.

Solved: Maximum Binary Tree

โœ… T.C: O(n^2)
โœ… S.C: O(n)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Every devโ€™s real journey = Learn โ†’ Code โ†’ Break โ†’ Debug โ†’ Ship โ†’ Repeat ๐Ÿ”„ Iโ€™m live-streaming this loop daily โ€” raw, unedited coding grind. โšกJoin me & letโ€™s grow together โ†’ #NoEditHD #LearnByDoing #CodeEveryday

codewithabhiX's tweet image. Every devโ€™s real journey = Learn โ†’ Code โ†’ Break โ†’ Debug โ†’ Ship โ†’ Repeat ๐Ÿ”„
Iโ€™m live-streaming this loop daily โ€” raw, unedited coding grind.
โšกJoin me & letโ€™s grow together โ†’ #NoEditHD #LearnByDoing #CodeEveryday

Hello Everyone ๐Ÿ‘‹ Completed #Day665 of the #codeeveryday challenge. Solved: Closest Subsequence Sum Observation: Met-in-the-Middle Algorithm โœ… T.C : O(n * 2^n/2) โœ… S.C: O(2^n/2) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day665 of the #codeeveryday challenge.

Solved: Closest Subsequence Sum

Observation: Met-in-the-Middle Algorithm

โœ… T.C : O(n * 2^n/2)
โœ… S.C: O(2^n/2)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Hello Everyone ๐Ÿ‘‹ Completed #Day664 of the #codeeveryday challenge. Solved: Maximum Gap โœ… T.C : O(nlogn) โœ… S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day664 of the #codeeveryday challenge.

Solved: Maximum Gap

โœ… T.C : O(nlogn)
โœ… S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

๐ŸŒŸ 500 Days of Code โ€” Badge Unlocked! ๐Ÿ™Œ Discipline > Motivation ๐Ÿ“ˆ Every submission is progress ๐Ÿ”— LeetCode Profile [leetcode.com/u/mdtabishrazaโ€ฆ] #LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

Tabish_khan090's tweet image. ๐ŸŒŸ 500 Days of Code โ€” Badge Unlocked!
๐Ÿ™Œ Discipline > Motivation
๐Ÿ“ˆ Every submission is progress
๐Ÿ”— LeetCode Profile [leetcode.com/u/mdtabishrazaโ€ฆ]

#LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

๐Ÿ’ชโ€œConsistency beats intensity.โ€๐Ÿ˜‰๐Ÿ˜Ž Proud to have solved problems 50+ days on LeetCode. Next milestone loadingโ€ฆ ๐Ÿš€ #CodeEveryday #LeetCode #DeveloperJourney

Pramod_chauhan0's tweet image. ๐Ÿ’ชโ€œConsistency beats intensity.โ€๐Ÿ˜‰๐Ÿ˜Ž
Proud to have solved problems 50+ days  on LeetCode.
Next milestone loadingโ€ฆ ๐Ÿš€
#CodeEveryday #LeetCode #DeveloperJourney

๐ŸŒŸ Day 5 of my 30 Days of DSA Todayโ€™s progress: Solved LeetCode #509 โ€“ Fibonacci No Breaking it down step by step taught me how to think in terms of reusing past results โ€” efficiency is all about smart reuse ๐Ÿš€ #DSA #CodeEveryday #DynamicProgramming #GrowthMindset #30DaysOfCode

arjun_aarya05's tweet image. ๐ŸŒŸ Day 5 of my 30 Days of DSA 
Todayโ€™s progress: Solved LeetCode #509 โ€“ Fibonacci No
Breaking it down step by step taught me how to think in terms of reusing past results โ€” efficiency is all about smart reuse ๐Ÿš€

#DSA #CodeEveryday #DynamicProgramming #GrowthMindset #30DaysOfCode

Day 30-31/100 1. Solved POTD of LeetCode since it was simple 2. Grade School Problem from Exercism solved 3. Read about push notifaction in React Native #100DaysOfCode #CodeEveryday #SelfTaughtDev

Soumava_221B's tweet image. Day 30-31/100 
1. Solved POTD of LeetCode since it was simple
2. Grade School Problem from Exercism solved
3. Read about push notifaction in React Native
#100DaysOfCode #CodeEveryday #SelfTaughtDev

Hello Everyone ๐Ÿ‘‹ Completed #Day671 of the #codeeveryday challenge. Solved: Search Insert Position T.C : O(log n) S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day671 of the #codeeveryday challenge.

Solved: Search Insert Position

T.C : O(log n)
S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Day 29/100: Keeping the grind steady ๐Ÿ’ปโœจ โœ… Cracked a LeetCode โœ… Conquered Exercism "Crypto Square" (hard) โœ… Dived into JS Promises Onward & upward! ๐Ÿš€ #100DaysOfCode #CodeEveryday #SelfTaughtDev

Soumava_221B's tweet image. Day 29/100: Keeping the grind steady ๐Ÿ’ปโœจ

โœ… Cracked a LeetCode
โœ… Conquered Exercism "Crypto Square" (hard)
โœ… Dived into JS Promises
Onward & upward! ๐Ÿš€
#100DaysOfCode #CodeEveryday #SelfTaughtDev

Hello Everyone ๐Ÿ‘‹ I have completed #Day647 of the #codeeveryday challenge. Solved: Next Greater Element I โœ… T.C: O(m + n) โœ… S.C: O(m) #consistencyiskey #buildinpublic #developer

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

I have completed #Day647 of the #codeeveryday challenge.

Solved: Next Greater Element I

โœ… T.C: O(m + n)
โœ… S.C: O(m)

#consistencyiskey #buildinpublic #developer

โ€œDay 2 of #100DaysOfCode โœ… | Replicated the Lobe Tour project page! Focused on structuring with HTML and styling with CSSโ€”flexbox, colors, and layout refinements. Step by step, getting better! ๐Ÿš€ #WebDevelopment #CodeEveryday @scarfacedoteth @emmanueldoji @blockfuselabs

Onyedikachi_001's tweet image. โ€œDay 2 of #100DaysOfCode โœ… | Replicated the Lobe Tour project page!
Focused on structuring with HTML and styling with CSSโ€”flexbox, colors, and layout refinements. Step by step, getting better! ๐Ÿš€ #WebDevelopment #CodeEveryday
@scarfacedoteth 
@emmanueldoji 
@blockfuselabs
Onyedikachi_001's tweet image. โ€œDay 2 of #100DaysOfCode โœ… | Replicated the Lobe Tour project page!
Focused on structuring with HTML and styling with CSSโ€”flexbox, colors, and layout refinements. Step by step, getting better! ๐Ÿš€ #WebDevelopment #CodeEveryday
@scarfacedoteth 
@emmanueldoji 
@blockfuselabs
Onyedikachi_001's tweet image. โ€œDay 2 of #100DaysOfCode โœ… | Replicated the Lobe Tour project page!
Focused on structuring with HTML and styling with CSSโ€”flexbox, colors, and layout refinements. Step by step, getting better! ๐Ÿš€ #WebDevelopment #CodeEveryday
@scarfacedoteth 
@emmanueldoji 
@blockfuselabs

โœ…Day 28/100: Steady grind. 1. LeetCode problem solved. 2. Exercism hard problem 'change' solved. 3. Read about callbacks in JS #100DaysOfCode #CodeEveryday #SelfTaughtDev

Soumava_221B's tweet image. โœ…Day 28/100: Steady grind.

1. LeetCode problem solved.
2. Exercism hard problem 'change' solved.
3. Read about callbacks in JS

#100DaysOfCode #CodeEveryday #SelfTaughtDev

Hello Everyone ๐Ÿ‘‹ Completed #Day669 of the #codeeveryday challenge. Solved: Sort Colors โœ… T.C : O(n) โœ… S.C: O(1) #consistencyiskey #buildinpublic #developer #Engineering #LeetCode

thehungertocode's tweet image. Hello Everyone ๐Ÿ‘‹

Completed #Day669 of the #codeeveryday challenge.    

Solved: Sort Colors

โœ… T.C : O(n)
โœ… S.C: O(1)

#consistencyiskey #buildinpublic #developer #Engineering #LeetCode

Loading...

Something went wrong.


Something went wrong.


United States Trends