Explore tweets tagged as #cplusplus
@splinedrive
logic destroyer
1 month
C++23 on KianV RISC-V SoC.Bubble sort with VT220 animation using:. std::span for generic views. std::views::zip + drop for clean pairwise iteration.No heap, no macros, just elegant modern. #cpp #RISCV #FPGA #Linux #CPlusPlus #Embedded
Tweet media one
10
27
308
@splinedrive
logic destroyer
1 month
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
@cloudofoz
Claudio Z.
4 days
πŸ‘‹ 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
@AbhayPratap9151
Abhay Pratap Singh
5 days
πŸš€ Cracked the 4Sum Problem in one go!.From sorting to two-pointers β€” everything clicked πŸ’‘.Feeling that sweet DSA momentum πŸ”₯.#100DaysOfCode #DSA #LeetCode #Cplusplus #CodingJourney
Tweet media one
1
0
6
@ShristiRawat137
Shristi Rawat
2 days
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
Tweet media one
0
0
9
@Vishal738703
Vishal Singh
2 days
🧠 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
Tweet media one
1
0
7
@itsRituRaz
Ritu Raj
3 days
#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
Tweet media one
0
0
5
@the_vishaal26
Vishal
3 days
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
Tweet media one
0
0
7
@itsRituRaz
Ritu Raj
2 days
#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
Tweet media one
0
0
5
@supahvee1234
Vittorio Romeo
22 days
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
Tweet media one
3
5
47
@aspiringcode
Anjali
14 days
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
Tweet media one
Tweet media two
4
0
42
@Vishal738703
Vishal Singh
1 day
πŸ”’ 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
Tweet media one
0
0
5
@vishaaltwts
dietSamosa
5 days
there are objects in cplusplus. what's your excuse?
Tweet media one
2
0
6
@Vishal738703
Vishal Singh
7 days
πŸ”„ 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
Tweet media one
0
0
2
@KDABQt
KDAB
25 days
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
@me_sajeeb
Sajeeb Das Shuvo
3 days
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
@Pratikwebtech
Pratik Thakur
18 hours
βœ… Day 12 of #100DaysOfCode.Learned Bubble Sort and Insertion Sort in C++ πŸ”.Understanding how comparisons, swaps & passes work in sorting.#DSA #Cplusplus #Sorting #StriverSheet
Tweet media one
5
0
48
@ravixpanchal
Ravi Panchal
2 days
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
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
10
@MohitPr7987101
Mohit
16 days
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
Tweet media one
2
0
16