Explore tweets tagged as #cplusplus
Fuck the C series!. Rewrote my GPIO wave script in modern C++17 for KianV (RISC-V Linux SoC). Cleaner, faster, and type-safe. #RISC-V #CPlusPlus #FPGA #GPIO #KianV
6
22
388
π Real-time AI hand tracking in #cplusplus and #raylib using Google #MediaPipe (C API build, no Python). Double-hand detection Β· Smoothed landmarks Β· 20β25 ms CPU response. Compiling MediaPipe for C/C++ wasn't trivial, but it works!.#handtracking #gamedev
14
156
1K
π Cracked the 4Sum Problem in one go!.From sorting to two-pointers β everything clicked π‘.Feeling that sweet DSA momentum π₯.#100DaysOfCode #DSA #LeetCode #Cplusplus #CodingJourney
1
0
6
Solved "Number of Provinces" π using BFS in C++ π§ .Each province = group of directly or indirectly connected cities. DFS also works, but I went with BFS this time. #LeetCode #Cplusplus #Coding
0
0
9
π§ Day 74/100: LRU Cache.β
Designed custom doubly linked list with HashMap.β
O(1) get & put operations using pointers π.β
Handles eviction and insertion like a pro!.Perfect blend of logic & optimization π‘.#100DaysOfCode #LeetCode #CPlusPlus #LRUCache #SystemDesign #DSA
1
0
7
#100DaysOfCode Day 16β
. Today I learned the Painter Partition Problem ποΈπ§ .βοΈ Binary Search on Answer approach.βοΈ Understood how to minimize the maximum work.βοΈ Practiced on LeetCode & VS Code. #Coding #LeetCode #letsconnect. #DSA #ApnaCollege #Cplusplus #ITSECTOR #tmsl
0
0
5
I was confused π€.The question asks: find the number of paths from (0,0) to (m-1,n-1). Why do some DP codes start from (m-1,n-1)? In recursion, direction doesnβt matter if subproblems are defined correctly. #LeetCode #Striver #DP #DSA #100DaysOfCode #Cplusplus
0
0
7
#100DaysOfCode Day 17β
. Solved the Aggressive Cows problem today ππ». Practiced binary search on the answer approach β really challenging!.βοΈ Practiced on VS Code.By :-@ShradhaKhapra_. #Coding #LeetCode #letsconnect. #DSA #ApnaCollege #Cplusplus #ITSECTOR #tmsl
0
0
5
POV: You combine C++23's "deducing this" and C++17's CTAD to implement a vector iterator that propagates constness with no repetition (DRY). Can you spot the mistake? Every LLM seems to be fine with the code! . #cpp #cplusplus #gamedev #coding
3
5
47
Day 61 of #100DaysOfCodeDay .Day 34 of #gfg160challenge . β
Solved "longest subarray with sum k".β
Solved "subarrays sum equal k". #DevCommunity #TechTwitter #cplusplus #DSA #WomenWhoCode #Leetcode #CodingJourney #DBMS #chaiaurcode #react #CodeNewbie #WebDevelopment #gfg
4
0
42
π’ Day 75/100: Subarray Sum Equals K.β
Used prefix sum + hashmap for O(n) efficiency.β
Handled negative numbers with ease.β
Counted all subarrays summing to target k.Hashing magic in action! πͺβ¨.#100DaysOfCode #LeetCode #CPlusPlus #DSA #HashMap #CodingChallenge
0
0
5
π Day 69/100: Reverse Words in a String.β
Reversed the sentence word by word manually.β
Skipped extra spaces, handled edge cases.π§ Learned deeper string manipulation tricks.Minimal STL, max brainpower π₯π».#100DaysOfCode #CPlusPlus #String #LeetCode #DSA
0
0
2
If Bjarne Stroustrup were a superhero, what kind of hero would he be? Listen to Bjarne - the creator of C++ - for an insightful discussion on the languageβs past, present, and future: #Cpp #CPlusPlus
0
0
3
Solved: βReschedule Meetings for Maximum Free Time Iβ on LeetCode!. π Used sliding window to cancel k meetings and maximize total gaps (aka free time). π§ Clean C++ logic!. #LeetCode #SlidingWindow #Scheduling #Cplusplus #DSA #100DaysOfCode #TechTwitter
1
0
3
β
Day 12 of #100DaysOfCode.Learned Bubble Sort and Insertion Sort in C++ π.Understanding how comparisons, swaps & passes work in sorting.#DSA #Cplusplus #Sorting #StriverSheet
5
0
48
Day 20 of #100DaysOfCode π.Solved LeetCode Medium: "98. Validate BST" π³. Used recursion to check:.πΈ Left β (min, root).πΈ Right β (root, max). Thanks @ShradhaKhapra_ maβam! π. #DSA #LeetCode #ravixpanchal #Recursion #BST #Day20 @ai_ds_gsv @LeetCode #cplusplus #Tech
0
0
10
Solved todayβs Lc Daily #2311 β βLongest Binary Subsequence β€ Kβ. Key take-away: always widen your literal before bit-magicking past 31. π οΈ. π‘ Result: 0 β Accepted in one compile. Feeling good, on to the next! π #100DaysOfCode #cplusplus #LeetCode
2
0
16