#codingpractice resultados da pesquisa
DSA in C++ Topics cover - Variable - data type - operator This topics I covered today . #buildinginpublic #DSA #codingpractice
My 3-step LC approach 1️⃣ Python: Challenge thinking 2️⃣ JavaScript: Confirm understanding 3️⃣ TypeScript + Jest: Type safety & testing This sharpens my problem-solving & keeps me proficient in multiple languages. How do you practice coding? #CodingPractice #TechLearning
Conquer Your Lead Code Fear with These Simple Tips! #LeetCode #CodingPractice #ProblemSolving #TechInterviews #Pseudocode #DeveloperJourney #CodingTips #InterviewPreparation #SoftwareEngineering #ConfidenceInCoding
Exercism C Track Practice C programming with fun exercises and community collaboration for all skill levels. #CProgramming #CodingPractice #OpenSource
🚀 Day 56/100: Crushing Bugs & Building Logic – One Line at a Time! 561. Array Partition 605. Can Place Flowers #100DaysOfCode #CodingPractice #JavaProgramming #DataStructuresAndAlgorithms #ProblemSolvingSkills #TechJourney #connect #SoftwareEngineering #DailyCode
Day 37/100 | #100DaysOfCode 🚀. 🐍 Day 13th of my #PythonLearningjourney! Focused on: • Tech Foundation & While Loops 🔄 • Cheat Sheets, MCQs & Assessment ✅ • Coding Practice 1 & 2 + Assignments #CodingPractice #DeveloperJourney #ProblemSolving
Diving back into recursion with an easy win! Solved 'Count Operations to Obtain Zero' - great way to sharpen those skills. #Programming #Recursion #CodingPractice #LearnToCode @LeetCode #LeetCode
Day 69 of #100DaysOfCode 🚀 Today, focused on practicing comparison operators in JavaScript. 💻💡 #JavaScript #CodingPractice
Project: Nature View Link: naturevi3w.ccbp.tech #CodingPractice #NXTWave #CCBP #Intermediate #ResponsiveWebDesign #FlexBox #CSS #WebDesign
Project: Milky Way Link: https://milkyway3.ccbp.tech #CodingPractice #NXTWave #CCBP #Intermediate #ResponsiveWebDesign #FlexBox #CSS #WebDesign
Project: Covid-19 Precautions Link: precauti0ns.ccbp.tech #CodingPractice #NXTWave #CCBP #Intermediate #ResponsiveWebDesign #FlexBox #CSS #WebDesign
✅ Daily LeetCode Problem: 1768. Merge Strings Alternately Difficulty: Easy Result: Accepted (0 ms) Note: Used two pointers to merge characters alternately. #LeetCode #100DaysOfCode #CodingPractice #C++
✅ Daily DSA Progress Update 📌 Problem Solved: LeetCode 242. Valid Anagram 📝 Approach: Sorting Method: Sort both strings and compare them. Time Complexity: O(n log n) due to sorting. Space Complexity: O(1) (if sorting in place) 🔗 Keep grinding! #DSA #LeetCode #CodingPractice
Solved LeetCode 2704 – To Be Or Not To Be 🎯 Built a clean expect() function with strict equality checks + error handling. Simple problem, satisfying solution! #JavaScript #CodingPractice #100DaysOfCode
DSA in C++ Topics cover - Variable - data type - operator This topics I covered today . #buildinginpublic #DSA #codingpractice
Mistake #1: Building in a Vacuum You spent 6 months coding features nobody asked for. Zero user interviews. Zero validation. You built what YOU wanted, not what users need. #ProductDevelopment #StartupLife #codingpractice
Hello Everyone, Today, l have done my Coding practice 11 & Coding practice 12 where l have built an "Book store Page" & "Music Page" using the concepts of bootstrap & CCBP UI Kit and passed the all test cases.... #nxtwaveccbp #codingpractice #Rahulattuluri
Write code like future-you will come back to read it. (Because he will... and he'll be angry.) #code #codingpractice
Exercism C Track Practice C programming with fun exercises and community collaboration for all skill levels. #CProgramming #CodingPractice #OpenSource
Diving back into recursion with an easy win! Solved 'Count Operations to Obtain Zero' - great way to sharpen those skills. #Programming #Recursion #CodingPractice #LearnToCode @LeetCode #LeetCode
Just finished setting up my registration process on the MERN stack for practice! Excited to dive deeper into full-stack development. #MERN #codingpractice 🚀
DSA in C++ Topics cover - Variable - data type - operator This topics I covered today . #buildinginpublic #DSA #codingpractice
🚀 Day 56/100: Crushing Bugs & Building Logic – One Line at a Time! 561. Array Partition 605. Can Place Flowers #100DaysOfCode #CodingPractice #JavaProgramming #DataStructuresAndAlgorithms #ProblemSolvingSkills #TechJourney #connect #SoftwareEngineering #DailyCode
Day 37/100 | #100DaysOfCode 🚀. 🐍 Day 13th of my #PythonLearningjourney! Focused on: • Tech Foundation & While Loops 🔄 • Cheat Sheets, MCQs & Assessment ✅ • Coding Practice 1 & 2 + Assignments #CodingPractice #DeveloperJourney #ProblemSolving
Day 69 of #100DaysOfCode 🚀 Today, focused on practicing comparison operators in JavaScript. 💻💡 #JavaScript #CodingPractice
My 3-step LC approach 1️⃣ Python: Challenge thinking 2️⃣ JavaScript: Confirm understanding 3️⃣ TypeScript + Jest: Type safety & testing This sharpens my problem-solving & keeps me proficient in multiple languages. How do you practice coding? #CodingPractice #TechLearning
Warmup Challenge 🔥 | #100DaysOfCode Kicking off the day with a quick problem to sharpen my coding skills! 💡 Consistency is key! Let’s keep the momentum going! 🚀 #Python #CodingPractice #LeetCode #DailyCoding #100DaysOfLeetCode
#codingpractice #Python #pythonprogramming #Ccbp #ccbpian #ccbpacademy @nxtwave_tech @rahulattuluri @sashankreddy07
Swipe through our carousel to explore these fun programming challenges that will sharpen your skills and fuel your passion for coding! 🚀 #ProgrammingChallenges #CodingPractice #ProjectEuler #LeetCode #AdventOfCode #Codewars #HackerRank #tweets
🚀 Practicing JavaScript! 🖥️ Here's my solution: function seriesResistance(arr) { const total = arr.reduce((a, x) => a + x) return `${total} ohm${'s'.repeat(total > 1)}` } Share your approach! 💡 #javascript #CodingPractice
Day 90-91: November 15, 2024 Today, I learned about Tries data structure and solved one new LeetCode challenge! LeetCode 208: Implement Trie (Prefix Tree) #LeetCode #CodingPractice #DFS #BFS #GraphTheory #CodingJourney
✅ Daily LeetCode Problem: 1768. Merge Strings Alternately Difficulty: Easy Result: Accepted (0 ms) Note: Used two pointers to merge characters alternately. #LeetCode #100DaysOfCode #CodingPractice #C++
Something went wrong.
Something went wrong.
United States Trends
- 1. Brunson 7,058 posts
- 2. Knicks 13.1K posts
- 3. Celtics 14.2K posts
- 4. Jaylen Brown 6,874 posts
- 5. Duke 28.8K posts
- 6. Notre Dame 36.2K posts
- 7. Jordan Walsh N/A
- 8. Miami 96.8K posts
- 9. Bama 23.5K posts
- 10. Braylon Mullins N/A
- 11. #WWENXT 11.1K posts
- 12. Van Epps 129K posts
- 13. Tennessee 217K posts
- 14. Caleb Wilson N/A
- 15. #kubball 1,108 posts
- 16. Mikal Bridges 1,564 posts
- 17. Nashville 33.4K posts
- 18. Brandon Garrison N/A
- 19. Behn 80.2K posts
- 20. #RHOSLC 2,761 posts