#cplusplus resultados da pesquisa
Consistency over noise.Solved Height Checker problem on leetcode. Back to solving. 💻🔥#LeetCode #DSA #Cplusplus #ProblemSolving #DailyCoding #Consistency
🏢 LeetCode: Count Covered Buildings ✅ Sets track row/column extremes! Building covered if NOT at any boundary. Check all 4 directions with begin/rbegin. ⚡ O(n log n) with sets 🎯 4-direction check 💡 Sorted containers FTW #LeetCode #CPlusPlus #Sets #100DaysOfCode
✅ Just solved a LeetCode Medium problem in an efficient way! 📌 Next Greater Node In Linked List 💻 My solution 👉 github.com/DevSars24/dsa-… #leetcode #cplusplus #100DaysOfCode #DSA
⚡Code completion just became instant. It's now up to twice as fast, making your C and C++ workflows in CLion smoother than ever. jb.gg/wn_clion_253 #cpp #cplusplus
No Graphics API sebastianaaltonen.com/blog/no-graphi… #cpp #cplusplus
The real problem of C++ - Klaus Iglberger - Meeting C++ 2025 youtube.com/watch?v=QmNkbU… #cpp #cplusplus
youtube.com
YouTube
The real problem of C++ - Klaus Iglberger - Meeting C++ 2025
We have just released a new CppCon 2025 Video! What’s New in Visual Studio for C++ Developers in 2025 - Augustin Popa & David Li - CppCon 2025 youtu.be/G0ptIEX0y5c #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
What’s New in Visual Studio for C++ Developers in 2025 - Augustin...
Hare Krishna 🙏🏼 🚀 Day 5 of Strike ( DSA with C++) 🔍 Covered Do–While Loop, Reverse Number, Decimal ↔ Binary, Factorial, Fibonacci, Armstrong No., and Square Root. ⚡ Feeling the improvement in logic & consistency every day. #DSA #CPlusPlus #LearnInPublic #100DaysOfCode
🔐 LeetCode: Count Computer Unlocking Permutations ✅ First must be smallest! If valid → (n-1)! permutations. If not → 0. ⚡ O(n) validation + factorial 🎯 Constraint: first < all others 💡 Simple check, factorial multiply #LeetCode #CPlusPlus #Math #100DaysOfCode
🔢 LeetCode: Count Special Triplets ✅ Fix middle, count 2×middle on both sides! Multiply left×right frequencies for each position. ⚡ O(n) with hash map 🎯 i+j=2k relationship 💡 Left-right split trick #LeetCode #CPlusPlus #HashMap #100DaysOfCode
Book of the Day: C++17 In Detail by Bartlomiej Filipek meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
#CppPollOfToday: Which platforms/OS do you target with C++? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
Writing cache friendly C++ - Jonathan Müller youtube.com/watch?v=Nz9SiF… #cpp #cplusplus
youtube.com
YouTube
Writing cache friendly C++ - Jonathan Müller - Meeting C++ 2018
Day 8: Back to basics to build a strong foundation. Spent today on Lecture 4 (Strike Batch). Realized that solving pattern problems is the best way to master flow control and loops. Consistency is the only cheat code. 💻✨ @rohit_negi9 #DSA #LearningJourney #Cplusplus #Code
✅ Today's #LeetCode: Coupon Code Validator Validated & sorted coupons by business line + format. HashMap + composite key sorting. O(n log n) solution 🚀 #100DaysOfCode #CPlusPlus
🚀 Enjoy fast performance, smart code analysis, and AI-powered coding out of the box in your trusted IDE. Try CLion, the cross-platform IDE for C and C++, and stay productive at every stage of your development process! jb.gg/cl_253 #cpp #cplusplus
💯 100 LeetCode problems solved! One step closer to mastering DSA 🚀 #LeetCode #100DaysOfCode #Cplusplus #CodingJourney #Abdullah
🚀 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
Just applied for the C++ Developer role at Pratiti Technologies! 🚀 Excited for the opportunity and eager to explore where this journey leads. Sharing the link in case it helps someone in my network ↘️ placement.acciojob.com/job-drive-deta… #CareerOpportunities #CPlusPlus #TechRoles
Boost C++ productivity! Upgrade MSVC, optimize build times, and refactor code with GitHub Copilot in Visual Studio 2026. AI-powered tools for faster builds & smarter edits. 👉 Read more, msft.it/6015tbvhL #CPlusPlus #GitHubCopilot
Day 78 of #100DaaysOfCode Problem: Intersection of Multiple Arrays Always satisfying to see that green “Accepted” 💚 #LeetCode #Cplusplus #Coding #Programming #100DaysOfCode
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 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
🏢 LeetCode: Count Covered Buildings ✅ Sets track row/column extremes! Building covered if NOT at any boundary. Check all 4 directions with begin/rbegin. ⚡ O(n log n) with sets 🎯 4-direction check 💡 Sorted containers FTW #LeetCode #CPlusPlus #Sets #100DaysOfCode
#180daysofcode - Day 27 ✅ with @rohit_negi9 bhaiyaa... Learn about: Map, filter, reduce, set and map in JavaScript in depth... #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
There once was a geek with a code, Whose bugs made his apps nearly explode. Visual Studio shat, On his old sorry hat, Now he hacks with a curse and a goad. #VisualStudio2026 #CodingLife #CPlusPlus #DevHumor
✅ Day 68 of #100DaysOfCode Focused on stacks with recursion today: 🔹 Sort Stack 🔹 Reverse Stack #DSA #Cplusplus #StriverSheet #LearnInPublic
✅ Day 61 of #100DaysOfCode Solved: Reverse Linked List in Groups of K Could only solve one problem 😅 #DSA #Cplusplus #StriverSheet #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 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
📅 Day - 1 of STRIKE Topics Covered: C++ Basics Number System Data Types Thanks 🙏 to @rohit_negi9 Bhaiya for an amazing session! @CoderArmy #STRIKE #CPlusPlus #Coding #100DaysOfCode #100DaysOfCoding
Something went wrong.
Something went wrong.
United States Trends
- 1. Seahawks 28.5K posts
- 2. Rams 39K posts
- 3. Puka 28.6K posts
- 4. #TNFonPrime 2,383 posts
- 5. Kennedy Center 92.6K posts
- 6. Salem 24.2K posts
- 7. Jobe N/A
- 8. Hunger Games 53.4K posts
- 9. Hornets 5,134 posts
- 10. Kenneth Walker 1,010 posts
- 11. Arnold 8,172 posts
- 12. McVay 2,377 posts
- 13. Zach Charbonnet N/A
- 14. Greg Biffle 101K posts
- 15. #LARvsSEA N/A
- 16. Trae 14.7K posts
- 17. Brandon Miller 2,470 posts
- 18. Marshawn Lynch N/A
- 19. #TSTheEndOfAnEra 6,268 posts
- 20. Rocket Power N/A