#100daysofcoding résultats de recherche
Position: absolute, fixed, sticky, static, relative are the 5 types of positions to move or place the object in the webpage 2 project done 👍 #100daysofcoding @CoderArmy @adityatandon02 @rohit_negi9 Day 9 completed with project Working on the real-world project 💯🎯
DAY29:(of learning web development with @rohit_negi9 sir) Done with CRUD Operation in DOM #coderarmy #100daysofcoding
Day 9 of winter arc ❄️ 》Started reading pydantic (for data validation ) 》 Done two medium graph problems from striver sde sheet (0/1 matrix ) 》 4km Morning Running 🏃♂️ #100daysofcoding #machinelearningjourney #WINTER
🚀 Day 48 of #100DaysOfCoding 🔹 Solved two important array problems today: Trapping Rain Water Buy and Sell Stocks 🔹 Strengthened my understanding of problem-solving and algorithm optimization. 🔹 Learned some new vocabularies to improve my English skills. #zigbee
#Day4 of #100daysofcoding Here is my today's leaning :- How to create a server? How to make API calls Types of API call and REST API How to test API What are the Routing methods Just keep connected ✨ Keep learning ✨ Keep growing ✨ #DSA #100dayofcode #nodejs #JS
🚀 Day 76/100 of #100DaysOfCoding 235. Lowest Common Ancestor of a Binary Search Tree 1008. Construct Binary Search Tree from Preorder Traversal #Java #DSA #TreeTraversal #Recursion #ProblemSolving #Algorithms #DataStructures #CodingChallenge #LeetCode #ProgrammersLife
Day 17-18 #100daysofcoding ->solved 5 problems on the leetcode(reverse pairs , merge sorted arrays , merge intervals,4sum,palindrome no. ->started learning javasript and building a clone . can somebody help me to get reach here🙂. #codingjourney #letsconnect
Today just solved -Container with most water medium -Palindrome linkedlist (easy) -Find the minimum area to cover all ones I (medium ) And did exception handling in java #java #dsa #100daysofcoding
Day 20 of #100daysofcoding why do programmers no longer use the VAR keyword to assign a variable anymore ?
Day 22 of #100daysofcoding WORKING W LOOPS in programming LOOPS are used to repeat a block of code multiple times example of a loop would be when you are designing a program that needs to print out a list of items below a pathway of how loops works
Day 7 of my Python coding journey! I am grateful for the progress so far. Thanks, @amaha_24 and @yu_angela, for the guidance and lessons. #100DaysOfcoding
Day 10 of #100daysofcoding chat I finally know how to call a function function sayHi() { console.log("Hi there!"); } sayHi(); // calling the function calling a function means telling JavaScript to actually run the instructions you already wrote inside it chat u grab ?
DM me on how to do that. #100daysofhacking #100daysofcoding #cheatingpartner #hackers #cheat #partner #love #twitter #RelationshipAdvice #school #getfollowers #unitedarabemirates #fashionstyle
DM me on how to do that. #100daysofhacking #100daysofcoding #cheatingpartner #hackers #cheat #partner #love #twitter #RelationshipAdvice #school #getfollowers #unitedarabemirates #fashionstyle
Day 64/120 ✅ Rust Exercises (@RareCodeAI): Ch65 Floating Points (6/14 Qs, ongoing) ✅ Anchor Tweet Program tests written ✅ Read about X402 on Solana 📊 Progress: 64/80 (80%) #100daysofcoding
🚀 Day 48 of #100DaysOfCoding 🔹 Solved two important array problems today: Trapping Rain Water Buy and Sell Stocks 🔹 Strengthened my understanding of problem-solving and algorithm optimization. 🔹 Learned some new vocabularies to improve my English skills. #zigbee
Done day 78 of #100daysofcoding @ #NxtWave CCBP 4.0 Technology. Today I learned some more concepts on list and strings, like slicing, negative indexing, etc. #Python #AIML #Consistency #FullStackDeveloper
I can't Imagine that I had to scream when I wanted to start a project on @rwaassetchain I had to go back to building bit by bit to understand the concept of what I want to build. Day one of 100days building on @rwaassetchain #100daysofcoding
Day 36 of #100daysofcoding: 🔢 Count Elements With Maximum Frequency! Using a Counter, find the highest frequency 📊, then sum values matching that max 🔍. Efficient: O(n) time & space. Clear, straightforward approach to identify top-frequency elements! 🚀 #learninpublic
[31/32/33/100] #100DiasDeCodigo | #100daysofcoding Seguimos 🔥, eu esqueci legal de atualizar tudo por aqui mais esses dias comecei enum e composicao, apliquei também polimorfismo e ja temos o primeiro projeto em JAVA😭😭😭 See ya!
Day 63/120 ✅ Rust Exercises (@RareCodeAI): - Ch63: to_string (5 Qs) - Ch64: try_into and try_from (5 Qs) ✅ Anchor Tweet Project written 📊 Progress: 64/80 (80%) #100daysofcoding
DAY 7 of 100 Today I started learning loops in C! Practiced a few basic problems on the ‘for loop’, and it’s amazing how much simpler repetition becomes once you get the logic right. #100daysofcoding #cprogrammingbasics #CodingJourney #LearnInPublic
Day 47 of #100DaysOfCoding Solved the Maximum Subarray Sum problem using three different approaches, including Kadane’s Algorithm Understood how Kadane’s Algorithm efficiently finds the maximum sum in O(n) time . Learned some new vocabularies. #zigbee
Day 35 of #100daysofcoding: 🔄 Rotate Array problem! 📌 Uses slicing with modular k to handle rotations, swapping array parts in-place ⏱️ O(n) time, O(1) space — efficient and clean! 🚀 #learninpublic
Day 35 of #100daysofcoding: 🔄 Rotate Array problem! ⚡️ This solution uses slice assignment to rotate in-place with a pivot, avoiding extra space. 🔢 Time complexity: O(n), Space complexity: O(1) Clear, efficient, and straightforward! 🚀 #learninpublic
Laziness and Procrastination has started,I missed a day on this journey 😩🥺 #100daysofcoding #frontenddevelopers #backendevelopers #FullStackDeveloper
Day 35 of #100daysofcoding: 🧐 Tackling Palindrome Partitioning! 🔍 Uses backtracking to explore all splits, with a helper to check palindromes in-place. ⚡ Time: O(2^n * n), Space: O(n) — efficient exploration of all palindrome partitions! #learninpublic
Day 35 of #100daysofcoding: 🔢 Dive into "Combinations"! 🔍 Uses DFS + backtracking to generate all k-length combinations from 1 to n. ⏱️ O(C(n, k)) time, O(k) space — efficient and straightforward! 🚀 #learninpublic
Day 35 of #100daysofcoding: 🔢 Tackling the "Combinations" problem! 🤖 Uses DFS with backtracking to explore all subsets of size k ⏱️ O(C(n,k)) time, O(n) space to generate all combinations #Coding #LeetCode 🚀 #learninpublic
Day 35 of #100daysofcoding: Generate Parentheses! ✨ Uses DFS backtracking to explore adding '(' and ')' while keeping track of counts 🔢. Prunes invalid sequences early for efficiency 🏃♂️. Time: O(4^n / √n), Space: O(n) for recursion and results. #learninpublic
Just updated my portfolio with some new projects. check it out and try out the projects yatinkumar.vercel.app feel free to tell me any suggestions !! #WebDevelopment #100daysofcoding #buildInPublic #fullstackwebdevelopment #Portfolio
Day 12 of - 90Days > Solved 1 Easy & POTD LeetCode > Revised Greedy & DP topics > Built a To-do GUI app with Tkinter > Last Tkinter project, moving to Flask/FastAPI next: recommend one? :) #learninpublic #100daysofcoding(90) #CSJourney
So, here we go again. I'm starting the #100daysofcoding Challenge, again because we need to lock in. Nothing More to Say.
Day 17-18 #100daysofcoding ->solved 5 problems on the leetcode(reverse pairs , merge sorted arrays , merge intervals,4sum,palindrome no. ->started learning javasript and building a clone . can somebody help me to get reach here🙂. #codingjourney #letsconnect
Position: absolute, fixed, sticky, static, relative are the 5 types of positions to move or place the object in the webpage 2 project done 👍 #100daysofcoding @CoderArmy @adityatandon02 @rohit_negi9 Day 9 completed with project Working on the real-world project 💯🎯
🚀 Day 48 of #100DaysOfCoding 🔹 Solved two important array problems today: Trapping Rain Water Buy and Sell Stocks 🔹 Strengthened my understanding of problem-solving and algorithm optimization. 🔹 Learned some new vocabularies to improve my English skills. #zigbee
summaryday48 1 DOM lecture complete,but docs still remain 2spent some time to enjoy,watched esport tournament(bgmi)after long time 3i got some start up ideas but when i searched online i saw it already exist and then studied them for hours ( random urge) 4 GN💤 #100daysofcoding
🚀 Day 76/100 of #100DaysOfCoding 235. Lowest Common Ancestor of a Binary Search Tree 1008. Construct Binary Search Tree from Preorder Traversal #Java #DSA #TreeTraversal #Recursion #ProblemSolving #Algorithms #DataStructures #CodingChallenge #LeetCode #ProgrammersLife
Day 37 of #100daysofcoding Could've utilised day better entire time spent with friends lol... Btw wrote my first program in Golang. I was unsure of wt to write so just wrote a get request to an api lol xD .
completed this tutorial from youtube for Machine Learning .one of the amazing tutor i have ever seen. suggested for beginner ML learner. now ill build some projects on this topics. next step :Matplotlib (separate) #MachineLearning #Learnininpublic #100daysofcoding #DataScience
day 21 /#100daysofcoding solve 3 dsa problem ✅ 1 machine coding question(todo-list) ✅ revise promise API and Promise ✅ fitness : yoga and pushup ✅ sprinting✅ running✅
Something went wrong.
Something went wrong.
United States Trends
- 1. Penn State 12.5K posts
- 2. Mendoza 10.2K posts
- 3. Indiana 21.9K posts
- 4. Sunderland 135K posts
- 5. $SSHIB 1,335 posts
- 6. Gus Johnson N/A
- 7. Arsenal 234K posts
- 8. Texas Tech 11.1K posts
- 9. St. John 7,524 posts
- 10. #iufb 1,998 posts
- 11. Jeremiah Smith 2,160 posts
- 12. Charlie Becker N/A
- 13. Happy Valley 1,051 posts
- 14. Julian Sayin 1,164 posts
- 15. #SUNARS 13.4K posts
- 16. #GoDawgs 4,145 posts
- 17. Raya 27K posts
- 18. Jim Knowles N/A
- 19. Nick Singleton N/A
- 20. Philon 1,789 posts