#cplusplus hasil pencarian
Day 81: Solved Add Two Numbers (LeetCode #2) using linked lists 💪 Learned how to handle carry propagation and dynamic node creation efficiently in C++! Got it accepted ✅ — runtime 2ms ⚡ #100DaysOfCode #LeetCode #CPlusPlus #CodingJourney

Book of the Day: Beautiful C++ by J. Guy Davidson and Kate Gregory meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
🗓️Day 4 of DSA with @takeUforward_ 📚Solved 3 classic pattern problems to sharpen logic-building skills. 1️⃣⭐ Decreasing star pattern 2️⃣🔢 Decreasing number sequence 3️⃣⛰️ Pyramid star pattern #DSA #100DaysOfCode #cplusplus



📚Day 3 of DSA with @takeUforward_ 💻Solve 4 pattern problems to develop strong logic-building & improving control over loops 1️⃣Square star pattern 2️⃣Right-angled triangle with stars 3️⃣Right-angled triangle with numbers in sequence 4️⃣Right-angled triangle with repeating numbers




Solved LeetCode 721 – Accounts Merge with Disjoint Set (Union-Find) in C++! ⚡ Runtime: 36 ms | 💾 Memory: 40 MB #LeetCode #DSA #Cplusplus

#CppPollOfToday: Do you use boost? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
My ALS Journey (31/31): The End modernescpp.com/index.php/my-a… #cpp #cplusplus
🚀 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 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

DSA Problem Series — Day 49 🚀 Topic: Deque (Double Ended Queue) Learned how to perform insertion and deletion from both ends efficiently. Also explored its use in sliding window problems and palindrome checking. Mentors: @lovebabbar3 (@CodeHelp4U ) #DSA #Deque #Cplusplus



Day 60 of #100DaysOfCode 💻 Solved “3Sum Closest” today — a twist on the classic 3Sum problem. Focused on logic optimization and precision in finding nearest targets 🎯 Every day, a bit sharper with problem-solving! #LeetCode #Cplusplus #CodingJourney

Day 146 of #365daysodcode 🚀 Day 13 of DSA with C++ Today I wrote my first C++ program and explored: 🔹 Data types & their sizes (int, char, bool, float, double) 🔹 Type conversion & ASCII values 🔹 Comparison operators #DSA #CPlusPlus #CodingJourney #100DaysOfCode #Programmer


DSA Problem Series : Topic: Reverse Kth Group using Queue Used Queue + Stack combo to reverse elements in fixed-size groups. Learned how both data structures balance order Mentors: @lovebabbar3 & Lakshay Kumar (@CodeHelp4U ) #DSA #Queue #Cplusplus #CodeHelp #ProblemSolving


Day 80 ✅ Crushed the Maximal Rectangle problem on LeetCode! 💪 75/75 test cases ✅ Runtime: 2ms (beats 89.5%) ⚡ Memory: 18.34MB (beats 60.5%) 💾 Stack + histogram magic makes all the difference! 📊🔥 #100DaysOfCode #LeetCode #Cplusplus #CodingJourney #AlgoLove

Using AI Code Assistants to Generate Unit Tests and Maximize Coverage qt.io/blog/using-ai-… #cpp #cplusplus
New CppCast: Reflection and C++26, with Herb Sutter cppcast.com/reflection_and… #cpp #cplusplus
As you plan your 2026 budget: I'll be in Munich in February and available for C++ training. If that timing doesn't work, we can of course find another date that fits your team. #cpp #cpp20 #cplusplus
🚀 Day 74 of my coding journey! Dove into Spiral Matrix generation in C++ today. Learned how to fill an n x n matrix in spiral order using boundaries and loops. 🌀 #100DaysOfCode #Cplusplus #CodingJourney #LeetCode #DevLife #Day74

🌊 LeetCode Daily: Pacific Atlantic Water Flow ✅ Reverse DFS magic! Start from oceans, flow upward. Cells reachable from both = answer. ⚡ O(m×n) double DFS 🎯 Reverse thinking wins 💡 From boundaries inward #LeetCode #CPlusPlus #DFS #100DaysOfCode

As you plan your 2026 budget: I'll be in Munich in February and available for C++ training. If that timing doesn't work, we can of course find another date that fits your team. #cpp #cpp20 #cplusplus
🗓 Day 60/101 LeetCode #2273 Find Resultant Array After Removing Anagrams ✅ 🔹 Traverse words & remove consecutive anagrams. 🔹 Check using frequency count or sorting. ✅ Time: O(n * m) ✅ Space: O(n) #LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney



What makes a game tick? Part 7 - Data Driven Multi-Threading mropert.github.io/2025/10/06/mak… #cpp #cplusplus
C++ Templates: How to Iterate through std::tuple: C++26 Packs and Expansion Statements cppstories.com/2025/tuple-ite… #cpp #cplusplus
Hosting an interview with Klaus Iglberger on Thursday meetup.com/meeting-cpp-on… #cpp #cplusplus
#CppPollOfToday: Do you use boost? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
Making A Program Faster - On Multithreading & Automatic Compiler Vectorization - Ivica Bogosavljevic - C++Now 2025 youtu.be/GTAE_znTvuk #Coding #Cplusplus #Cpp #Programming
youtube.com
YouTube
Making A Program Faster - Multithreading & Automatic Compiler...
Day 147 of #365DaysOfCode 🚀 Day 14 of DSA with C++ Today I practiced basic conditionals in C++: 🔹 Checking positive, negative & zero values 🔹 Comparing two numbers (a & b) 🔹 Using if–else for decision making 🔹 Practicing cin / cout I/O #CPlusPlus #DSA #CodingJourney


🔮 LeetCode Daily: Magical Sequences ✅ Elite DP! 4D memoization + combinatorics + modular exponentiation + carry propagation. ⚡ O(n×m²×k) with 4D state 🎯 Binomial coefficients + bit manipulation 💡 Extreme complexity = extreme skill #LeetCode #CPlusPlus #AdvancedDP

Day 81: Solved Add Two Numbers (LeetCode #2) using linked lists 💪 Learned how to handle carry propagation and dynamic node creation efficiently in C++! Got it accepted ✅ — runtime 2ms ⚡ #100DaysOfCode #LeetCode #CPlusPlus #CodingJourney

Book of the Day: Beautiful C++ by J. Guy Davidson and Kate Gregory meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
In case you missed it, check out our new video from C++ on Sea 2024! Extending std::execution Further - Higher-Order Senders and the Shape of Asynchronous Programs youtube.com/watch?v=B5J6ez… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
Extending std::execution Further - Higher-Order Senders and the Shape...
Day 23 JS Objects Deep Dive & C++ Binary Search 🧠 Learnt object cloning, destructuring, and Symbol in JS. Solved advanced Binary Search problems on LeetCode & GfG. #WebDev #DSA #CPlusPlus #JavaScript @rohit_negi9

🚀 Day 20 of #100DaysOfCode Solved LeetCode 345: Reverse Vowels of a String using the two-pointer approach. Pretty easy to solve it once I got the logic leetcode: leetcode.com/u/eklavyaasingh #LeetCode #Cplusplus #100DaysOfCode #DSA #CodeWithEklavya

We have just released a new C++ on Sea 2025 Video! Extending std::execution Further - Higher-Order Senders and the Shape of Asynchronous Programs youtube.com/watch?v=B5J6ez… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
Extending std::execution Further - Higher-Order Senders and the Shape...
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 60/101 LeetCode #2273 Find Resultant Array After Removing Anagrams ✅ 🔹 Traverse words & remove consecutive anagrams. 🔹 Check using frequency count or sorting. ✅ Time: O(n * m) ✅ Space: O(n) #LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney



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 4 of DSA with @takeUforward_ 📚Solved 3 classic pattern problems to sharpen logic-building skills. 1️⃣⭐ Decreasing star pattern 2️⃣🔢 Decreasing number sequence 3️⃣⛰️ Pyramid star pattern #DSA #100DaysOfCode #cplusplus



📚Day 3 of DSA with @takeUforward_ 💻Solve 4 pattern problems to develop strong logic-building & improving control over loops 1️⃣Square star pattern 2️⃣Right-angled triangle with stars 3️⃣Right-angled triangle with numbers in sequence 4️⃣Right-angled triangle with repeating numbers




Day 81: Solved Add Two Numbers (LeetCode #2) using linked lists 💪 Learned how to handle carry propagation and dynamic node creation efficiently in C++! Got it accepted ✅ — runtime 2ms ⚡ #100DaysOfCode #LeetCode #CPlusPlus #CodingJourney

✅ Day 62 of #100DaysOfCode Took on two Linked List tasks today: 🔹 Rotate a Linked List 🔹 Flatten a Linked List #DSA #Cplusplus #StriverSheet #LearnInPublic


Today’s learning journey : 🔹 DSA – implemented stacks (array, vector, linked list, queue) & queues (array, linked list, stack). 🔹 DBMS – explored CAP theorem & master-slave replication. DBMS playlist✅ Next stop → Operating Systems #DSA #Cplusplus #StriverSheet #Learninpublic

✅ Day 67 of #100DaysOfCode Finished Linked List section 🔥🔥 and started Recursion! Solved: 🔹 Count Good Numbers 🔹 Power Function Recursion feels powerful already! #DSA #Cplusplus #StriverSheet #LearnInPublic


✅ 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


Today’s wins Explored OS components & kernel types 🖥️ Solved 2 DSA problems (Next Greater Element I & II using Monotonic Stacks) Loved how theory + problem-solving balanced my day. Small consistent steps → big progress 🔥 #DSA #Cplusplus #StriverSheet #LearnInPublic


🚀 Day 21 Progress Completed the whole C++ basics video by Striver today 💻 ✔️ Revised old programs for better understanding 📚 ⚡ Not feeling well since yesterday, but still showed up 💪 #100DaysOfCode #Cplusplus #DSA #CodingJourney


✅ Day 68 of #100DaysOfCode Focused on stacks with recursion today: 🔹 Sort Stack 🔹 Reverse Stack #DSA #Cplusplus #StriverSheet #LearnInPublic


✅ 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


Today’s learning 🔹 DSA: Explored stack & queue conversions — infix ↔ postfix ↔ prefix. Operators & operands finally clicked! 🔹 OS: Learned about types — single, batch, multiprocessing, multiprogramming, real-time & distributed. #DSA #Cplusplus #StriverSheet #LearninPublic

🚀 Day 19 Progress I did a small Python project on Sentiment Analysis 📊 ✔️ Learned C++ basics — easier since I already know C 💻 ⚡ Spent time on hackathon work, so less coding today Still showed up and kept the streak alive 💪 #100DaysOfCode #Python #Cplusplus



We’re at @CppCon! Stop by the Optiver table to meet our engineers and chat about real-world problems in high-performance systems, trading infrastructure, and more. #cpp #cplusplus

🚀 Day 3: #DSA with @lovebabbar3 💻 ✨ Today I Learned: Vectors in C++ 📌 Topics Covered: 1️⃣ Create Vector in C++ 🛠️ 2️⃣ Push Elements ➕ 3️⃣ Pop Elements ➖ 4️⃣ Find Size 5️⃣ Check Capacity 6️⃣ Print Elements 🖨️ #100DaysOfCode #CPlusPlus #CodingJourney #CodeNewbie #Programming



🚀 Day 53 of #100DaysOfCode Rotated an n x n matrix 90° clockwise in-place 💻 💡 Approach: 1️⃣ Transpose the matrix 2️⃣ Reverse each row ✅ Used a pointer-based swap function for efficiency #CPlusPlus #DSA #ProblemSolving #Coding #100DaysOfCode #MatrixRotation


Something went wrong.
Something went wrong.
United States Trends
- 1. Columbus 80.4K posts
- 2. #WWERaw 34.7K posts
- 3. #SwiftDay 9,008 posts
- 4. #IDontWantToOverreactBUT N/A
- 5. #IndigenousPeoplesDay 3,757 posts
- 6. Middle East 174K posts
- 7. Seth 30.6K posts
- 8. Marc 38.7K posts
- 9. Knesset 133K posts
- 10. Thanksgiving 45.9K posts
- 11. #MondayMotivation 13.5K posts
- 12. The Vision 87.2K posts
- 13. Victory Monday 2,111 posts
- 14. Flip 50.5K posts
- 15. Good Monday 42.8K posts
- 16. Bron Breakker 4,033 posts
- 17. Bronson 5,885 posts
- 18. Heyman 4,131 posts
- 19. Branch 50.3K posts
- 20. Egypt 168K posts