#cplusplus ผลการค้นหา
🧠 Day 74/100 of #100DaysOfCode Algo vibes 1️⃣ Pick index `i` where `nums[i] == 0` 2️⃣ Choose dir → left / right 3️⃣ While in bounds: • if `nums[i]==0` → move same dir • else → `nums[i]--`, flip dir, move 4️⃣ Count if all → 0 #LeetCode #CPlusPlus #Algorithm #CodingJourney
![23GuptaSarthak's tweet image. 🧠 Day 74/100 of #100DaysOfCode
Algo vibes 
1️⃣ Pick index `i` where `nums[i] == 0`
2️⃣ Choose dir → left / right
3️⃣ While in bounds:
 • if `nums[i]==0` → move same dir
 • else → `nums[i]--`, flip dir, move
4️⃣ Count if all → 0 
#LeetCode #CPlusPlus #Algorithm #CodingJourney](https://pbs.twimg.com/media/G4XYd3-XYAAgtZR.jpg) 
                                            ![23GuptaSarthak's tweet image. 🧠 Day 74/100 of #100DaysOfCode
Algo vibes 
1️⃣ Pick index `i` where `nums[i] == 0`
2️⃣ Choose dir → left / right
3️⃣ While in bounds:
 • if `nums[i]==0` → move same dir
 • else → `nums[i]--`, flip dir, move
4️⃣ Count if all → 0 
#LeetCode #CPlusPlus #Algorithm #CodingJourney](https://pbs.twimg.com/media/G4XYd5FWoAAJM0B.jpg) 
                                            Day 78 of #100DaaysOfCode Problem: Intersection of Multiple Arrays Always satisfying to see that green “Accepted” 💚 #LeetCode #Cplusplus #Coding #Programming #100DaysOfCode
 
                                            🚀 Day 38 of #100DaysOfCode Solved LeetCode 36 – Valid Sudoku No map, no set — just clean array logic ✅ leetcode: leetcode.com/u/eklavyaasingh #LeetCode #CPlusPlus #DSA #CodeWithEklavya
 
                                            I have partnered again with Packt to author a new #UnrealEngine book! I will be writing about advanced #CPlusPlus programming techniques. This time, I'll be using the amazing assets from @Quaternius. More updates very soon! #gamedev #gameprogramming #ue5 #gameplay #book
 
                                            Day 56 & 57 – #100DaysOfCode Recursion + OOP combo 😵💫 • Printed binary numbers where 1s >= 0s • Started OOP – made Bank, Car & Laptop classes (OOP vibe 🔥) • LeetCode revision: Max Product of Word Lengths • POTD: Laser Beams in a Bank DSA grind mode ✅ #CPlusPlus #DSA
 
                                             
                                             
                                             
                                            💻 Day 87 / 100 — Daily Question 0 ms runtime ⚡ | Beats 100% TC: O(log n) SC: O(1) Power of logic + precision = perfection 💯 #100DaysOfCode #LeetCode #CPlusPlus #SpidyCode #LogicBuilder #DeveloperMindset
 
                                            🚀 Day 58 of #100DaysOfCode Solved LeetCode 138 — Copy List with Random Pointer ✅ Idea: 🔹 Insert cloned nodes 🔹 Assign random pointers 🔹 Split the lists Time: O(n) | Space: O(1) #LeetCode #Cplusplus #LinkedList #CodingChallenge #DSA @harsh__x07
 
                                            Today I start working on my new project "digital clock" Using ctime/chrono (c++ library) 👨💻😁. #100daysofcode #cplusplus #programming
Nonsense errors are always a pain. Visual Studio and X-Code both often report issues that aren't actually issues. Solution builds fine. Likely some sort of corruption of intellisense data, but this just shouldn't happen! #cplusplus #visualstudio #intellisense
 
                                            Day 65 of #100DaysOfCode Tried the Sliding Window technique for the first time today — and it’s actually kinda cool Solved LeetCode #643 – Maximum Average Subarray I #LeetCode #Cplusplus #CodingJourney #DevCommunity #100DaysOfDSA
 
                                            🚀 Day 58 of #100DaysOfCode Solved LeetCode 138 — Copy List with Random Pointer ✅ Idea: 🔹 Clone nodes & interleave 🔹 Fix random pointers 🔹 Detach cloned list ⏱ O(n) | 💾 O(1) #LeetCode #Cplusplus #LinkedList #CodingChallenge #DSA #ProblemSolving @harsh__x07
 
                                            Day 17: Create a structure to store information about a student, such as name, age, and grade. #100DaysOfCode #Cplusplus
 
                                            🚀 Just solved Climbing Stairs on LeetCode! Optimized my recursion with memoization got 0 ms runtime, beating 💯% 🔥 Dynamic Programming for the win 🧠💪 #LeetCode #100DaysOfCode #Cplusplus #DynamicProgramming
 
                                            Day 04 of my DSA Journey 🚀 > Learnt about Number Systems — Binary <-> Decimal conversions, > Practiced number & star patterns, and > Got my first look at Time & Space Complexity Slowly building the base stronger each day 💻 #DSA #Cplusplus #100DaysOfCode #CodingJourney
 
                                             
                                             
                                            Ever wonder how fast your app could really fly? C++ rewrites for React Native promise a mind-blowing 10x boost in performance. Is this the end of slow apps as we know them? 🚀 Say goodbye to lag and hello to blazing speed! #ReactNative #CPlusPlus #AppDev
#CppPollOfToday: How long have you been working with C++? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
Upgrading C++ Projects to Visual Studio 2026 devblogs.microsoft.com/cppblog/upgrad… #cpp #cplusplus
🎯 LeetCode Daily: Min Increments to Form Target ✅ Hard problem, simple solution! Count upward differences only. Gravity handles the rest. ⚡ O(n) greedy genius 🎯 Only pay for going UP 💡 5 lines = Hard solved #LeetCode #CPlusPlus #Greedy #100DaysOfCode
 
                                            Every ‘*’ deletes the previous character — can you rebuild the string? Solve LeetCode 2390 – Removing Stars From a String in C++ with clear logic & code. 🎥 youtu.be/wCesmNz8mts #LeetCode #Cplusplus #CodingInterview #Programming #LANAcademy
Book of the Day: Surviving the C++ Coding Interview by Šimon Tóth meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
📘 Day 17 of my DSA in C++ Topic Covered: Binary Search Algorithm (Part 1) 1️⃣ Real-life use of Binary Search 2️⃣ Iterative & Recursive approach 3️⃣ Dry Run + Optimization 4️⃣ Time Complexity → O(log n) 💡 Efficient search in sorted data. #DSA #Cplusplus #BinarySearch
Rust Traits In C++ - Eduardo Madrid - C++ on Sea 2025 youtube.com/watch?v=uM72qP… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
Rust Traits In C++ - Eduardo Madrid - C++ on Sea 2025
In case you missed it, check out our new video from C++ on Sea 2024! C++, C#, Rust or Python - Which is the Best Choice for Low Energy Consumption? - C++ on Sea 2025 youtube.com/watch?v=DYu1Np… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
C++, C#, Rust or Python - Which is the Best Choice for Low Energy...
Day 78 of #100DaaysOfCode Problem: Intersection of Multiple Arrays Always satisfying to see that green “Accepted” 💚 #LeetCode #Cplusplus #Coding #Programming #100DaysOfCode
 
                                            🚀 Day 60 of #100DaysOfCode Solved LeetCode 84 — Largest Rectangle in Histogram ✅ Idea: 🔹 Use Monotonic Stack 🔹 Find Previous & Next Smaller Elements 🔹 Compute max rectangle area ⏱ O(n) | 💾 O(n) #LeetCode #Cplusplus #DSA #ProblemSolving #CodingChallenge #Stack @harsh__x07
 
                                            🚀 Day 38 of #100DaysOfCode Solved LeetCode 36 – Valid Sudoku No map, no set — just clean array logic ✅ leetcode: leetcode.com/u/eklavyaasingh #LeetCode #CPlusPlus #DSA #CodeWithEklavya
 
                                            Meeting C++ 2025 featured talk of the day: Victor Ciura - Rust for The Curious C++ Developers meetingcpp.com/mcpp/schedule/… #meetingcpp #cpp #cplusplus
We have just released a new C++ on Sea 2025 Video! C++, C#, Rust or Python - Which is the Best Choice for Low Energy Consumption? - C++ on Sea 2025 youtube.com/watch?v=DYu1Np… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
C++, C#, Rust or Python - Which is the Best Choice for Low Energy...
Today I start working on my new project "digital clock" Using ctime/chrono (c++ library) 👨💻😁. #100daysofcode #cplusplus #programming
🚀 Stellar Science seeks a Scientific Software Developer in Tysons, VA to craft C++20/23 code for space domain awareness, HPC, AI simulations. Required stack: C++, Python, Eigen, Linux, Qt, CUDA. #Cplusplus #SpaceTech #HPC #JobOpening aihackerjobs.com/company/stella…
✅ Benefit from MTK's cross-language support for flexible development workflows. ㅤ ✅ Use native C++ APIs for performance-critical tasks, or work with idiomatic C# and #Python bindings. Control the web viewer via #JavaScript. ㅤ 🔗 Learn more — link in bio. ㅤ #cplusplus #csharp
 
                                            ✅ Day 69 of #100DaysOfCode Implemented atoi with 4 errors fixed—great debugging! Learned backtracking while generating parentheses. Progress through challenges fuels growth! #DSA #Cplusplus #Backtracking #LearnInPublic
 
                                             
                                            Day 78 of #100DaaysOfCode Problem: Intersection of Multiple Arrays Always satisfying to see that green “Accepted” 💚 #LeetCode #Cplusplus #Coding #Programming #100DaysOfCode
 
                                            🧠 Day 74/100 of #100DaysOfCode Algo vibes 1️⃣ Pick index `i` where `nums[i] == 0` 2️⃣ Choose dir → left / right 3️⃣ While in bounds: • if `nums[i]==0` → move same dir • else → `nums[i]--`, flip dir, move 4️⃣ Count if all → 0 #LeetCode #CPlusPlus #Algorithm #CodingJourney
![23GuptaSarthak's tweet image. 🧠 Day 74/100 of #100DaysOfCode
Algo vibes 
1️⃣ Pick index `i` where `nums[i] == 0`
2️⃣ Choose dir → left / right
3️⃣ While in bounds:
 • if `nums[i]==0` → move same dir
 • else → `nums[i]--`, flip dir, move
4️⃣ Count if all → 0 
#LeetCode #CPlusPlus #Algorithm #CodingJourney](https://pbs.twimg.com/media/G4XYd3-XYAAgtZR.jpg) 
                                            ![23GuptaSarthak's tweet image. 🧠 Day 74/100 of #100DaysOfCode
Algo vibes 
1️⃣ Pick index `i` where `nums[i] == 0`
2️⃣ Choose dir → left / right
3️⃣ While in bounds:
 • if `nums[i]==0` → move same dir
 • else → `nums[i]--`, flip dir, move
4️⃣ Count if all → 0 
#LeetCode #CPlusPlus #Algorithm #CodingJourney](https://pbs.twimg.com/media/G4XYd5FWoAAJM0B.jpg) 
                                            💻 Day 87 / 100 — Daily Question 0 ms runtime ⚡ | Beats 100% TC: O(log n) SC: O(1) Power of logic + precision = perfection 💯 #100DaysOfCode #LeetCode #CPlusPlus #SpidyCode #LogicBuilder #DeveloperMindset
 
                                            ✅ Day 61 of #100DaysOfCode Solved: Reverse Linked List in Groups of K Could only solve one problem 😅 #DSA #Cplusplus #StriverSheet #LearnInPublic
 
                                            Day 1 of #100DaysOfCode Started the DSA series — completed 3 lectures today. Feeling motivated to take on this 100-day challenge. Let’s go all in, even if it ends in failure 😤 #DSA #cplusplus #codingcommunity
 
                                            ✅ Day 62 of #100DaysOfCode Took on two Linked List tasks today: 🔹 Rotate a Linked List 🔹 Flatten a Linked List #DSA #Cplusplus #StriverSheet #LearnInPublic
 
                                             
                                            Day 4 of my DSA journey by @rohit_negi9 ✅ Learned input in C++ ✅ Type conversion & truncation ✅ If-else conditions ✅ For loop basics ✅ Solved practice Qs on loops & conditions 🔥 Step by step, feeling more confident #100DaysOfCode #DSA #Cplusplus #CodingJourney
 
                                             
                                            Day 65 of #100DaysOfCode Tried the Sliding Window technique for the first time today — and it’s actually kinda cool Solved LeetCode #643 – Maximum Average Subarray I #LeetCode #Cplusplus #CodingJourney #DevCommunity #100DaysOfDSA
 
                                            🚀 Day 38 of #100DaysOfCode Solved LeetCode 36 – Valid Sudoku No map, no set — just clean array logic ✅ leetcode: leetcode.com/u/eklavyaasingh #LeetCode #CPlusPlus #DSA #CodeWithEklavya
 
                                            ✅ Day 64 of #100DaysOfCode Practiced Doubly Linked List basics: 🔹 Insert a Node 🔹 Delete a Node Getting the hang of DLL operations! #DSA #Cplusplus #StriverSheet #LearninPublic
 
                                             
                                            🎤 The C++ Online 2026 Call for Speakers is now open! We welcome submissions from all backgrounds & experience levels. Runs until 21 Nov 2025 Find out more including how to apply at cpponline.uk/call-for-speak… #cpp #cplusplus #coding #programming
 
                                            🚀 Day 67 of #100DaysOfCode Today I solved the “Sqrt(x)” problem using Binary Search 🧠 Optimized my approach to achieve O(log n) time complexity — instead of using built-in functions, I implemented the logic from scratch! ⚙️ #LeetCode #CPlusPlus #Programming #100DaysOfCode
 
                                            🚀 Day 58 of #100DaysOfCode Solved LeetCode 138 — Copy List with Random Pointer ✅ Idea: 🔹 Insert cloned nodes 🔹 Assign random pointers 🔹 Split the lists Time: O(n) | Space: O(1) #LeetCode #Cplusplus #LinkedList #CodingChallenge #DSA @harsh__x07
 
                                            ✅ Day 60 of #100DaysOfCode Solved these Linked List classics: 🔹 Add 2 Numbers in Linked List 🔹 Find Intersection Point of Y Linked Lists Two Months Done 🔥🔥 #DSA #Cplusplus #StriverSheet #LinkedLists
 
                                             
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Dolphins 35.1K posts
- 2. Ryan Rollins 10.1K posts
- 3. Ravens 50.5K posts
- 4. Lamar 47.3K posts
- 5. Mike McDaniel 4,039 posts
- 6. Happy Halloween 143K posts
- 7. Derrick Henry 5,228 posts
- 8. Achane 4,556 posts
- 9. #TNFonPrime 2,605 posts
- 10. Bucks 46.9K posts
- 11. Jackson 5 4,049 posts
- 12. Starks 3,070 posts
- 13. Mark Andrews 3,214 posts
- 14. UTSA 3,268 posts
- 15. #PhinsUp 4,387 posts
- 16. YouTube TV 42.7K posts
- 17. Tulane 9,165 posts
- 18. #PorVida 1,681 posts
- 19. Giannis 23.7K posts
- 20. Ware 5,878 posts
 
             
             
             
             
                                             
             
             
             
             
             
                                             
             
             
                                             
                                             
                                             
             
             
             
             
             
             
             
             
             
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
             
             
             
            