#cplusplus resultados da pesquisa
🚀 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 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
🚀 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 05 of My DSA Journey🚀 Today’s learning: >> Time & Space Complexities – Big O, efficiency, optimization >> Arrays – syntax, operations, limitations >> Patterns – Floyd’s & Pascal’s Triangle 💡Key takeaway: Efficiency + Structure = Smarter Code #DSA #CPlusPlus #100DaysOfCode
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
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
🎤 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
The world runs on C++. How can #cplusplus evolve towards safety-first development? John Lakos opens #codedive 2025 today (9 AM CEST) by exploring safety techniques & presenting a roadmap for achieving robust safety guarantees in C++26 & beyond bloom.bg/3KMHmfg #cpp26 #cpp
🚀 80,083 requests/sec with median latency 2.21 ms pure C++ performance. Built with #VixCpp, a modern backend framework designed for speed, scalability, and simplicity. wrk -t8 -c200 -d30s --latency http://localhost:8080/ #Cplusplus #Backend #Performance #FastAPIinCpp
🚀 Day 57 of #100DaysOfCode Solved LeetCode 2074 — Reverse Nodes in Even Length Groups ✅ Idea: 🔹 Group nodes: 1,2,3,4… 🔹 Reverse only even-sized groups 🔹 Reconnect & move forward ⏱ O(n) | 💾 O(1) #LeetCode #Cplusplus #LinkedList #CodingChallenge #DSA @harsh__x07
Day 17: Create a structure to store information about a student, such as name, age, and grade. #100DaysOfCode #Cplusplus
🚀 Day 93 of #100DaysOfCode Solved LeetCode 397 — Integer Replacement 🧮 Got 100% runtime efficiency (0 ms) ⚡ 🧠 Logic: If even → divide by 2 If odd → choose +1 or -1 wisely to minimize steps 🔁 #LeetCode #Cplusplus #CodingJourney #CodeNewbie #DSA
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
2 Project: C++ program to create a calculator that takes two numbers and a mathematical operator (+,-,*,/,^) as input from the user. Defined functions for each basic mathematical operation. #cplusplus #100DaysOfCode
💻 Just cracked LeetCode #6 – Zigzag Conversion using C++ ⚡ This one’s all about pattern logic — once you visualize the rows, the rest falls into place. Clean loops. Smart mapping. Efficient results. but boring :} #LeetCode #Cplusplus #ProblemSolving #CodeNewbie #DevJourney
#CppPollOfToday: Which open source licenses are you allowed to use in your works code base? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
Meeting C++ 2025 featured talk of the day: Andreas Fertig - Embedded-Friendly C++: Features That Make a Difference meetingcpp.com/mcpp/schedule/… #meetingcpp #cpp #cplusplus
Day 97 of #100DaysOfCode 💻 Solved “Basic Calculator II” on LeetCode 🔢 🧠 Learned how to handle operator precedence using a stack and perform division truncating toward zero. ⚙️ Runtime: 7ms (Beats 66.18%) 💾 Memory: 16.71 MB (Beats 13.04%) #LeetCode #CPlusPlus #CodingJourney
Book of the Day: Professional C++, 6th Edition by Marc Gregoire meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
In case you missed it, check out our new video from C++ on Sea 2024! std::generator in C++23: When to use, and how to improve it - Johannes Kalmbach - C++ on Sea 2025 youtube.com/watch?v=l9qKGG… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
std::generator in C++23: When to use, and how to improve it -...
Started with brute force, ended with brilliance 🔥 Every accepted submission tells a story of learning! #CodingLife #CPlusPlus #LeetCode #ProblemSolving
🧠 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
🎯 LeetCode Daily: Make Array Elements Zero ✅ Prefix + suffix sums! Check balance at each zero: equal = 2 valid, diff=1 = 1 valid. ⚡ O(n) with cumulative arrays 🎯 Balance determines validity 💡 Precompute for O(1) lookup #LeetCode #CPlusPlus #PrefixSum #100DaysOfCode
Day 4 | C++ OOP Learned Inheritance (modes & levels) and Polymorphism (compile-time & run-time). Faced some difficulty with abstraction and the virtual keyword, but improving daily Inheritance Well explained by @shradhakhapra mam #CPlusPlus #OOP #CodingJourney
Take a look at the schedule for Meeting C++ 2025 meetingcpp.com/2025/Schedule.… #cpp #cplusplus
Can frequencies be unique? 🤔 Solve LeetCode 1207 – Unique Number of Occurrences using a clean HashMap + Set approach in C++. ▶️ youtu.be/c43ootKIybk #LeetCode #CPlusPlus #DSA #CodingInterview #LANAcademy
Prerecording the Talk To lie... and hopefully, to lie usefully by Patrice Roy meetingcpp.com/mcpp/schedule/… #cpp #cplusplus
We have just released a new C++ on Sea 2025 Video! std::generator in C++23: When to use, and how to improve it - Johannes Kalmbach - C++ on Sea 2025 youtube.com/watch?v=l9qKGG… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
std::generator in C++23: When to use, and how to improve it -...
🚀 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 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
🚀 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 17: Create a structure to store information about a student, such as name, age, and grade. #100DaysOfCode #Cplusplus
✅ Day 62 of #100DaysOfCode Took on two Linked List tasks today: 🔹 Rotate a Linked List 🔹 Flatten a Linked List #DSA #Cplusplus #StriverSheet #LearnInPublic
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 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 73 of #100DaysOfCode Today I solved the classic “Reverse a Linked List” problem Simple. Clean. Efficient. Sometimes, elegance is just 3 pointers away ✨ #Cplusplus #CodeNewbie #100DaysOfCode #DSA
✅ 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
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 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 68 of #100DaysOfCode Focused on stacks with recursion today: 🔹 Sort Stack 🔹 Reverse Stack #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 68 of #100DaysOfCode Problem : Roman to Integer (LeetCode- 13) Implemented a clean and optimized approach using unordered_map and reverse iteration. #LeetCode #CPlusPlus #ProblemSolving #TechJourney #DSA
🗓️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 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. #DWTS 43.1K posts
- 2. Giannis 20.7K posts
- 3. Whitney 13.7K posts
- 4. Brunson 6,468 posts
- 5. Sixers 22.2K posts
- 6. Elaine 44.2K posts
- 7. #RHOSLC 5,704 posts
- 8. Ryan Rollins 2,026 posts
- 9. Alix 5,955 posts
- 10. Andy 66.7K posts
- 11. Bucks 27.2K posts
- 12. #WWENXT 16.6K posts
- 13. Markstrom 1,051 posts
- 14. Josh Hart 1,421 posts
- 15. Kuzma 1,344 posts
- 16. Don Lemon 9,150 posts
- 17. Caden 6,589 posts
- 18. Sabonis 1,954 posts
- 19. Flyers 9,047 posts
- 20. #fearthedeer N/A