Filter
Exclude
Time range
-
Near
1/3/25 @LeetCode POTD Simulate what the question asks as we can do it in O(n). #DSA #CodingJourney #leetcode #DCC #everydaycode #Consistency
5
95
26/2/25 @LeetCode POTD We keep track of maxPreSum and minPreSum. If our preSum is positive subtract the most negative number to yield the largest result. Similarly preSum is negative, subtract largest preSum to yield the most positive val TC-O(n) #DSA #LeetCode #everydaycode
4
64
17/2/25 @LeetCode POTD Build freq array, and we try to build all possibilities. If we are able to put one char then increment the cnt as it is a valid subsequence. TC-O(n!) #dsa #everydaycode #Coding #CodingChallenge #LeetCode #DCC
19
152
#Everydaycode A TypeScript function that returns the recent last Monday Date. Any improvement or its optimized? #js #reactjs
1
2
104
15 Nov 2023
Day 13 of #FullStackWebDev: - Dived into the single & multi-threaded nature of JavaScript 🧵💻 - Fascinating insights into task handling! - Shoutout to #TeamIndia for the epic win in the semifinals against New Zealand! 🇮🇳🏏 #CodingJourney #JavaScript #CricketFever #EveryDayCode
3
117
13 Nov 2023
🚀 Day 11 of my journey! #EveryDayCode📷 Explored React props, and mastered various ways to write React props. Just pushed my e-commerce comic book site's code to GitHub. Exciting times ahead! 📷#ReactJS #WebDev #GitHub #FullStack📷 🚀
3
114
11 Nov 2023
🚀Day 9: Deepened understanding of React file structures #EveryDayCode - Practiced concepts through a project - Ongoing search for GSoC organizations - Exciting journey ahead in web development! 💻🌐 #WebDev #React #GSoC #100xdev 🚀
5
191
#EverydayCode #100DaysOfCode Changed the UI of my lookUp search engine and I also pushed to GitHub 2 projects, One for a client and the other for myself #github #coding
2
140
29 Mar 2023
Enfin prêt pour le cours de maths. (via everydaycode sur TikTok)
7
14
309
131,330
Day 365(All Milestone Completed 🥳🥳) Solved Detect Capital problem @scaler_official @interview_bit #scalerdiscord #everydaycode @gfg @LeetCode #codestudio
3
304
Day 342 Solved Minimum Distance to the Target Element problem @scaler_official @interview_bit #scalerdiscord #everydaycode @gfg @LeetCode #codestudio
2
Day 365 🎉✨ I have learned about JavaScript The new Set() Method. A JavaScript Set is a collection of unique values. Pass an Array to the new Set() constructor. @scaler_official @interview_bit #scaler #scalerdiscord #everydaycode
1
1
8
Day 364 🎉✨ I have learned about JavaScript Break Statement. The break statement, without a label reference, can only be used to jump out of a loop or a switch. @scaler_official @interview_bit #scaler #scalerdiscord #everydaycode
3
2
15
Day 363 I have learned about JavaScript Continue statement. The continue statement breaks one iteration (in the loop), if a specified condition occurs, and continues with the next iteration in the loop. @scaler_official @interview_bit #scaler #scalerdiscord #everydaycode
1
1
14
Day 362 I have learned about JavaScript Do While Loop. The do while loop is a variant of the while loop. @scaler_official @interview_bit #scaler #scalerdiscord #everydaycode
9
Day 361 I have learned about JavaScript While Loop method. The while loop loops through a block of code as long as a specified condition is true. @scaler_official @interview_bit #scaler #scalerdiscord #everydaycode
2
8
Day 360 I have learned about JavaScript For Each method. The forEach() method calls a function (a callback function) once for each array element. @scaler_official @interview_bit #scaler #scalerdiscord #everydaycode
1
8
Day 359 I have learned about JavaScript For In Loop. The JavaScript for in statement loops through the properties of an Object. @scaler_official @interview_bit #scaler #scalerdiscord #everydaycode
1
2
5