#cplusplus arama sonuçları
Day 79 of #100daysOfCode Solved LeetCode #7 – Reverse Integer Shouldn’t really be marked as Medium. Just a simple overflow check and done ✅ #LeetCode #CPlusPlus #Coding #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
Day 86 / 100 — #100DaysOfCode 🚀 Today’s grind 💻 ✅ Solved Word Search using C++ + Backtracking ✅ Revised JavaScript (till DOM) ✅ Did Exam Prep ✅ Practiced Competition Questions Every tick = one step closer to mastery ⚔️🔥 #CodeNewbie #CPlusPlus #WebDev #DSA
🚀 Day 61 of #100DaysOfCode Solved LeetCode 1944 — Number of Visible People in a Queue 👀✅ Idea: 🔹 Traverse from right to left 🔹 Use monotonic stack 🔹 Count visible (pop smaller, +1 for taller) ⏱ O(n) | 💾 O(n) #LeetCode #Cplusplus #Stack #DSA #ProblemSolving @harsh__x07
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
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 4/100 – DSA Streak 🚀 📚 Learned about Space & Time Complexity: Big O Notation (O(1), O(n), O(log n), O(n²)) Best, Average & Worst Case Comparing algorithm efficiency Finding smarter, not slower, solutions 💡 #100DaysOfCode #Cplusplus #DSA #TimeComplexity
New to speaking? Or from an underrepresented background? 💡 C++ Online 2026 wants YOUR voice! We anonymize reviews & offer mentoring to support new speakers. Submit your talk or workshop proposal by 21 Nov 2025 cpponline.uk/call-for-speak… #Cpp #CPlusPlus #coding #programming
🚀 Day 41 of #100DaysOfCode Solved LeetCode 241: Different Ways to Add Parentheses 💡 Used recursion + memoization to find all possible results efficiently. Keep breaking problems down to conquer them 💪 leetcode: leetcode.com/u/eklavyaasingh #LeetCode #CPlusPlus #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
🚀 Day 65 of #100DaysOfCode Solved LeetCode 239 — Sliding Window Maximum ⚡ Idea 👇 🔹 Use Monotonic Stack (NGE logic) 🔹 Jump to next greater to find window max 🔹 Avoid O(n·k), achieve O(n) #LeetCode #Cplusplus #DSA #Coding #Algorithms #100DaysOfCode @harsh__x07
Day 77 of #100daysOfCode LeetCode 2215 — Find the Difference of Two Arrays (C++) Initially, I overcomplicated it with sorting and two-pointer logic 😅 But using unordered_set makes this problem super clean and efficient #LeetCode #CPlusPlus #DSA #Coding
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
🎯 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
🌟 Day 79 of #100DaysOfCode ✅ Solved “Assign Cookies” 🍪 using a Greedy approach ✅ Studied Reasoning for entrance prep 🧠 ⚠️ No React Today Tomorrow Full time to react #DSA #CPlusPlus #Greedy #WebDev
Day 09 Applied OOP in my Bank System project using C++. Added an Employee class inheriting from BankSystem — showing how real-world systems reuse and extend code logic. Learning theory is fine, but building makes it real #100DaysOfCode #CPlusPlus #OOP
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
🧬 PhD in C++ Software Engineering for 3D Cell-Based Tissue Simulation at ETH Zürich (Basel). Join a top research team modeling tissue formation with SimuCell3D. Apply now! #PhD #ComputationalBiology #CPlusPlus #ETHZurich #Research jobs.ethz.ch/job/view/JOPG_…
Techniques for Declarative Programming in C++ - Richard Powell - C++Now 2025 youtu.be/zyz0IUc5po4 #Coding #Cplusplus #Cpp
youtube.com
YouTube
Techniques for Declarative Programming in C++ - Richard Powell -...
Day 86 / 100 — #100DaysOfCode 🚀 Today’s grind 💻 ✅ Solved Word Search using C++ + Backtracking ✅ Revised JavaScript (till DOM) ✅ Did Exam Prep ✅ Practiced Competition Questions Every tick = one step closer to mastery ⚔️🔥 #CodeNewbie #CPlusPlus #WebDev #DSA
#CppPollOfToday: Would you recommend your current workplace to a fellow C++ programmer? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
New to speaking? Or from an underrepresented background? 💡 C++ Online 2026 wants YOUR voice! We anonymize reviews & offer mentoring to support new speakers. Submit your talk or workshop proposal by 21 Nov 2025 cpponline.uk/call-for-speak… #Cpp #CPlusPlus #coding #programming
Step by step, I’m building consistency and skill — and I thank God for the grace to keep going. 🙏 #Day6 #CPlusPlus #CodingJourney #LearnToCode #50DaysOfCode #ProgrammerInProgress
I also got introduced to functions, and I can already tell how they’ll make my code cleaner and more organized. Every day, I’m learning not just to write code, but to think in code. #Day6 #CPlusPlus #CodingJourney #LearnToCode #50DaysOfCode #ProgrammerInProgress
It was exciting watching the computer “think” and respond to my guesses using random number logic and loops. #Day6 #CPlusPlus #CodingJourney #LearnToCode #50DaysOfCode #ProgrammerInProgress
💻 Day 6 of My 50-Day C++ Learning Challenge Today was both fun and fulfilling! I deepened my understanding of random events and built my first Number Guessing Game — one of the classic beginner projects in C++. #Day6 #CPlusPlus #CodingJourney #LearnToCode #50DaysOfCode
New Journey, New Language! I’ve started learning C++ and plan to share my progress along the way — from basics to real-world applications. Sharing to stay consistent and inspire others to start too!! Be Ready let's Rockkk🙂 #Cplusplus #Coding #LearnInPublic #TechCommunity
📊 LeetCode Daily: Find X-Sum K-Long Subarrays ✅ Sliding window + max heap! Count frequencies, extract top x, calculate sum. Repeat for each window. ⚡ O(n×k×log k) with heap 🎯 Freq-first, value-second ordering 💡 Sliding window pattern #LeetCode #CPlusPlus #SlidingWindow
Tomorrow evening Meeting C++ 2025 will get on its way with the folks arriving and getting their badges! You still can join us online or onsite by getting your ticket tomorrow! meetingcpp.com/2025/Schedule.… #cpp #cplusplus
Day 10 | C++ OOP Implemented constructor + destructor in my Bank System project Constructor → init + welcome Destructor → save + exit message OOP finally feels real, not theory #CPlusPlus #OOP #100DaysOfCode
When writing the firmware and server, getting an RTP stream up from IoT device to Linux server is a lot more DIY than expected. Support libs are still underway themselves. Interesting. #cplusplus #esp32
Day 19 of my DSA in C++ 📘 Topic: Peak Index in Mountain Array (LeetCode 852) 1️⃣ Approach explanation 2️⃣ Pseudocode 3️⃣ Handling edge cases 4️⃣ Dry run 5️⃣ Code implementation #DSA #Cplusplus #BinarySearch #LeetCode #CodingJourney
In case you missed it, check out our new video from C++ on Sea 2024! What C++ Needs to be Safe - John Lakos - C++ on Sea 2025 youtube.com/watch?v=3eqhtK… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
What C++ Needs to be Safe - John Lakos - C++ on Sea 2025
Day 8/100 of #100DaysOfCode Today I learnt how to create a Linked List and insert elements into it — finally seeing how nodes connect in action! Step by step . #Cplusplus #DSA #LinkedList #CodingJourney #LearnToCode
The Sender/Receiver Framework in C++ - Getting the Lazy Task Done - Dietmar Kühl - C++Now 2025 youtu.be/gAnvppqvJw0 #Coding #Cplusplus #Cpp #Programming
youtube.com
YouTube
The Sender/Receiver Framework in C++ - Getting the Lazy Task Done -...
We have just released a new C++ on Sea 2025 Video! What C++ Needs to be Safe - John Lakos - C++ on Sea 2025 youtube.com/watch?v=3eqhtK… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
What C++ Needs to be Safe - John Lakos - C++ on Sea 2025
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
Day 10 | C++ OOP Implemented constructor + destructor in my Bank System project Constructor → init + welcome Destructor → save + exit message OOP finally feels real, not theory #CPlusPlus #OOP #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
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 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 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 86 / 100 — #100DaysOfCode 🚀 Today’s grind 💻 ✅ Solved Word Search using C++ + Backtracking ✅ Revised JavaScript (till DOM) ✅ Did Exam Prep ✅ Practiced Competition Questions Every tick = one step closer to mastery ⚔️🔥 #CodeNewbie #CPlusPlus #WebDev #DSA
✅ 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 62 of #100DaysOfCode Took on two Linked List tasks today: 🔹 Rotate a Linked List 🔹 Flatten a Linked List #DSA #Cplusplus #StriverSheet #LearnInPublic
Day 79 of #100daysOfCode Solved LeetCode #7 – Reverse Integer Shouldn’t really be marked as Medium. Just a simple overflow check and done ✅ #LeetCode #CPlusPlus #Coding #100DaysOfCode
🚀 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 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 68 of #100DaysOfCode Focused on stacks with recursion today: 🔹 Sort Stack 🔹 Reverse Stack #DSA #Cplusplus #StriverSheet #LearnInPublic
Day 15 of my DSA journey with @rohit_negi9 bhaiyaa... Topic covered: Introduction to 2D array. #dsa #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
Something went wrong.
Something went wrong.
United States Trends
- 1. #DWTS 12.7K posts
- 2. Virginia 290K posts
- 3. Alix 5,406 posts
- 4. Louisville 93.9K posts
- 5. Flav 4,383 posts
- 6. Jay Jones 39.5K posts
- 7. Abigail Spanberger 37.2K posts
- 8. #WWENXT 6,880 posts
- 9. Carrie Ann N/A
- 10. Dylan 23.9K posts
- 11. Collin Chandler N/A
- 12. Jets 137K posts
- 13. Tyrese Maxey 2,504 posts
- 14. #Election2025 6,720 posts
- 15. College Football Playoff 5,237 posts
- 16. #DancingWithTheStars N/A
- 17. MD-11 20.4K posts
- 18. Brandon Ingram 2,094 posts
- 19. New Jersey 340K posts
- 20. Honolulu 9,364 posts