🚀 Day 46 of #100DaysOfCode Solved LeetCode 61 – Rotate List 🔁 Learned to handle linked list rotations efficiently using pointer manipulation & k % n. Runtime: 0ms ⚡️ #LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

RahulGupta_0's tweet image. 🚀 Day 46 of #100DaysOfCode
Solved LeetCode 61 – Rotate List 🔁
Learned to handle linked list rotations efficiently using pointer manipulation & k % n.
Runtime: 0ms ⚡️

#LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

🗓 Day 60/101 LeetCode #2273 Find Resultant Array After Removing Anagrams ✅ 🔹 Traverse words & remove consecutive anagrams. 🔹 Check using frequency count or sorting. ✅ Time: O(n * m) ✅ Space: O(n) #LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney

23GuptaSarthak's tweet image. 🗓 Day 60/101
LeetCode #2273  Find Resultant Array After Removing Anagrams ✅

🔹 Traverse words & remove consecutive anagrams.
🔹 Check using frequency count or sorting.

✅ Time: O(n * m)
✅ Space: O(n)

#LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney
23GuptaSarthak's tweet image. 🗓 Day 60/101
LeetCode #2273  Find Resultant Array After Removing Anagrams ✅

🔹 Traverse words & remove consecutive anagrams.
🔹 Check using frequency count or sorting.

✅ Time: O(n * m)
✅ Space: O(n)

#LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney
23GuptaSarthak's tweet image. 🗓 Day 60/101
LeetCode #2273  Find Resultant Array After Removing Anagrams ✅

🔹 Traverse words & remove consecutive anagrams.
🔹 Check using frequency count or sorting.

✅ Time: O(n * m)
✅ Space: O(n)

#LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney

Day 60 of #100DaysOfCode 💻 Solved “3Sum Closest” today — a twist on the classic 3Sum problem. Focused on logic optimization and precision in finding nearest targets 🎯 Every day, a bit sharper with problem-solving! #LeetCode #Cplusplus #CodingJourney

shivam21102005's tweet image. Day 60 of #100DaysOfCode 💻
Solved “3Sum Closest” today — a twist on the classic 3Sum problem.
Focused on logic optimization and precision in finding nearest targets 🎯
Every day, a bit sharper with problem-solving!
#LeetCode #Cplusplus #CodingJourney

🧠 Day 69 of #100DaysOfCode Solved “Intersection of Two Arrays II” 🔍 ✨ Used sorting + two-pointer approach to optimize from O(n²) ➜ O(n log n) Every day, one step closer to cleaner & faster code 🚀 #LeetCode #CPlusPlus #DSA #CodingJourney #ProblemSolving

shivam21102005's tweet image. 🧠 Day 69 of #100DaysOfCode
Solved “Intersection of Two Arrays II” 🔍
✨ Used sorting + two-pointer approach to optimize from O(n²) ➜ O(n log n)
Every day, one step closer to cleaner & faster code 🚀

#LeetCode #CPlusPlus #DSA #CodingJourney #ProblemSolving

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

pallavicodes's tweet image. 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 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

datboi_aayu's tweet image. 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
datboi_aayu's tweet image. 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

Day 80 ✅ Crushed the Maximal Rectangle problem on LeetCode! 💪 75/75 test cases ✅ Runtime: 2ms (beats 89.5%) ⚡ Memory: 18.34MB (beats 60.5%) 💾 Stack + histogram magic makes all the difference! 📊🔥 #100DaysOfCode #LeetCode #Cplusplus #CodingJourney #AlgoLove

AIDev_Sumit's tweet image. Day 80 ✅
Crushed the Maximal Rectangle problem on LeetCode! 💪
75/75 test cases ✅
Runtime: 2ms (beats 89.5%) ⚡
Memory: 18.34MB (beats 60.5%) 💾
Stack + histogram magic makes all the difference! 📊🔥
#100DaysOfCode #LeetCode #Cplusplus #CodingJourney #AlgoLove

DSA Problem Series : Topic: Reverse Kth Group using Queue Used Queue + Stack combo to reverse elements in fixed-size groups. Learned how both data structures balance order Mentors: @lovebabbar3 & Lakshay Kumar (@CodeHelp4U ) #DSA #Queue #Cplusplus #CodeHelp #ProblemSolving

adityasharma364's tweet image. DSA Problem Series  :

Topic: Reverse Kth Group using Queue

Used Queue + Stack combo to reverse elements in fixed-size groups.

Learned how both data structures balance order

Mentors: @lovebabbar3  & Lakshay Kumar (@CodeHelp4U )
#DSA #Queue #Cplusplus #CodeHelp #ProblemSolving
adityasharma364's tweet image. DSA Problem Series  :

Topic: Reverse Kth Group using Queue

Used Queue + Stack combo to reverse elements in fixed-size groups.

Learned how both data structures balance order

Mentors: @lovebabbar3  & Lakshay Kumar (@CodeHelp4U )
#DSA #Queue #Cplusplus #CodeHelp #ProblemSolving

🚀 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

shivam21102005's tweet image. 🚀 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

🎤 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

cpponlineconf's tweet image. 🎤 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 81: Solved Add Two Numbers (LeetCode #2) using linked lists 💪 Learned how to handle carry propagation and dynamic node creation efficiently in C++! Got it accepted ✅ — runtime 2ms ⚡ #100DaysOfCode #LeetCode #CPlusPlus #CodingJourney

AIDev_Sumit's tweet image. Day 81:
Solved Add Two Numbers (LeetCode #2) using linked lists 💪
Learned how to handle carry propagation and dynamic node creation efficiently in C++!
Got it accepted ✅ — runtime 2ms ⚡
#100DaysOfCode #LeetCode #CPlusPlus #CodingJourney

Poll: Does your project use terminating assertions in production? herbsutter.com/2025/10/13/pol… #cpp #cplusplus


DSA Problem Series — Day 49 🚀 Topic: Deque (Double Ended Queue) Learned how to perform insertion and deletion from both ends efficiently. Also explored its use in sliding window problems and palindrome checking. Mentors: @lovebabbar3 (@CodeHelp4U ) #DSA #Deque #Cplusplus

adityasharma364's tweet image. DSA Problem Series — Day 49 🚀

Topic: Deque (Double Ended Queue)

Learned how to perform insertion and deletion from both ends efficiently.

Also explored its use in sliding window problems and palindrome checking.

Mentors: @lovebabbar3  (@CodeHelp4U )
#DSA #Deque #Cplusplus
adityasharma364's tweet image. DSA Problem Series — Day 49 🚀

Topic: Deque (Double Ended Queue)

Learned how to perform insertion and deletion from both ends efficiently.

Also explored its use in sliding window problems and palindrome checking.

Mentors: @lovebabbar3  (@CodeHelp4U )
#DSA #Deque #Cplusplus
adityasharma364's tweet image. DSA Problem Series — Day 49 🚀

Topic: Deque (Double Ended Queue)

Learned how to perform insertion and deletion from both ends efficiently.

Also explored its use in sliding window problems and palindrome checking.

Mentors: @lovebabbar3  (@CodeHelp4U )
#DSA #Deque #Cplusplus

DSA Problem Series Topic: Queue (Creation of Queue) Learned FIFO logic, enqueue & dequeue ops using array. Mentors: @lovebabbar3 & Lakshay Kumar (@CodeHelp4U ) #DSA #Queue #Cplusplus #Coding #CodeHelp #letsconnect #learninpubic #buildinpublic

adityasharma364's tweet image. DSA Problem Series 

Topic: Queue (Creation of Queue)

Learned FIFO logic, enqueue & dequeue ops using array.

Mentors: @lovebabbar3   & Lakshay Kumar (@CodeHelp4U )

#DSA #Queue #Cplusplus #Coding #CodeHelp #letsconnect #learninpubic #buildinpublic
adityasharma364's tweet image. DSA Problem Series 

Topic: Queue (Creation of Queue)

Learned FIFO logic, enqueue & dequeue ops using array.

Mentors: @lovebabbar3   & Lakshay Kumar (@CodeHelp4U )

#DSA #Queue #Cplusplus #Coding #CodeHelp #letsconnect #learninpubic #buildinpublic

🅿️⚙️💻【案件紹介】 駐車場システム開発案件✨ 組込みソフトウェア開発エンジニア募集! ✅ C / C++(2年以上) ✅ Linux環境 / 基本設計〜テストまで担当 ✅ 自ら考えて動ける方歓迎 👉 詳細はぼくのプロフから、フリキャレでチェックにゃ! #フリーランスエンジニア #C言語 #Cplusplus #Linux

fullnyanX's tweet image. 🅿️⚙️💻【案件紹介】
駐車場システム開発案件✨
組込みソフトウェア開発エンジニア募集!

✅ C / C++(2年以上)
✅ Linux環境 / 基本設計〜テストまで担当
✅ 自ら考えて動ける方歓迎

👉 詳細はぼくのプロフから、フリキャレでチェックにゃ!

#フリーランスエンジニア #C言語 #Cplusplus #Linux

📈 LeetCode Daily: Adjacent Increasing Subarrays Sliding window finds two consecutive strictly increasing subarrays. Check both segments per position. ⚡ O(n×k) window validation 🎯 Two k-length segments required 💡 Sliding window pattern #LeetCode #CPlusPlus #SlidingWindow

me_sajeeb's tweet image. 📈 LeetCode Daily: Adjacent Increasing Subarrays 

Sliding window finds two consecutive strictly increasing subarrays. Check both segments per position.

⚡ O(n×k) window validation 
🎯 Two k-length segments required 
💡 Sliding window pattern

#LeetCode #CPlusPlus #SlidingWindow

In case you missed it, check out our new video from C++ on Sea 2024! C++ Performance Tips - Cutting Down on Unnecessary Objects - Prithvi Okade & Kathleen Baker youtube.com/watch?v=ypkAKB… #Coding #Cplusplus #Cpp #Programming #cpponsea

cpponsea's tweet card. C++ Performance Tips - Cutting Down on Unnecessary Objects - Prithvi...

youtube.com

YouTube

C++ Performance Tips - Cutting Down on Unnecessary Objects - Prithvi...


Day 17 of my DSA journey with @rohit_negi9 bhaiyaa... Topic covered : Introduction to Strings ... #DSA #cplusplus #codingjourney

codewitharun9's tweet image. Day 17 of my DSA journey with @rohit_negi9 bhaiyaa...

Topic covered :
Introduction to Strings ...

#DSA
#cplusplus
#codingjourney

🚀 Day 22 of #100DaysOfCode Solved LeetCode 1750 using the Two Pointer approach! Really enjoying solving these logical problems now leetcode: leetcode.com/u/eklavyaasingh #LeetCode #Cplusplus #ProblemSolving

eklavyaasingh's tweet image. 🚀 Day 22 of #100DaysOfCode

Solved LeetCode 1750 using the Two Pointer approach!
Really enjoying solving these logical problems now 
leetcode: leetcode.com/u/eklavyaasingh
#LeetCode #Cplusplus #ProblemSolving

We have just released a new C++ on Sea 2025 Video! C++ Performance Tips - Cutting Down on Unnecessary Objects - Prithvi Okade & Kathleen Baker youtube.com/watch?v=ypkAKB… #Coding #Cplusplus #Cpp #Programming #cpponsea

cpponsea's tweet card. C++ Performance Tips - Cutting Down on Unnecessary Objects - Prithvi...

youtube.com

YouTube

C++ Performance Tips - Cutting Down on Unnecessary Objects - Prithvi...


Comparing accumulate to C++23s fold_left meetingcpp.com/blog/items/Com… #cpp #cplusplus


🚀 Hiring Systems Engineer (C/C++) – Bangalore 5–8 yrs exp | Up to ₹30 LPA | Max 30 days notice Work on high-performance, low-latency systems with a global tech leader 🌍 🔗 Apply → techconnexions.in/job/systems-en… #Hiring #Cplusplus #BangaloreJobs #TechCareers

techconnexions.in

Systems Engineer – (C/C++) - Techconnexions

Systems Engineer (C/C++) — Bangalore. 5–8 yrs. Up to ₹30 LPA. Max 30 days notice


🎤 The C++ Online 2026 Call for Speakers is 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

cpponlineconf's tweet image. 🎤 The C++ Online 2026 Call for Speakers is 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

Take a look at the schedule for Meeting C++ 2025! meetingcpp.com/mcpp/schedule/ #cpp #cplusplus


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

amn_singh0's tweet image. 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 46 of #100DaysOfCode Solved LeetCode 61 – Rotate List 🔁 Learned to handle linked list rotations efficiently using pointer manipulation & k % n. Runtime: 0ms ⚡️ #LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

RahulGupta_0's tweet image. 🚀 Day 46 of #100DaysOfCode
Solved LeetCode 61 – Rotate List 🔁
Learned to handle linked list rotations efficiently using pointer manipulation & k % n.
Runtime: 0ms ⚡️

#LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

🧠 Day 69 of #100DaysOfCode Solved “Intersection of Two Arrays II” 🔍 ✨ Used sorting + two-pointer approach to optimize from O(n²) ➜ O(n log n) Every day, one step closer to cleaner & faster code 🚀 #LeetCode #CPlusPlus #DSA #CodingJourney #ProblemSolving

shivam21102005's tweet image. 🧠 Day 69 of #100DaysOfCode
Solved “Intersection of Two Arrays II” 🔍
✨ Used sorting + two-pointer approach to optimize from O(n²) ➜ O(n log n)
Every day, one step closer to cleaner & faster code 🚀

#LeetCode #CPlusPlus #DSA #CodingJourney #ProblemSolving

🗓 Day 60/101 LeetCode #2273 Find Resultant Array After Removing Anagrams ✅ 🔹 Traverse words & remove consecutive anagrams. 🔹 Check using frequency count or sorting. ✅ Time: O(n * m) ✅ Space: O(n) #LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney

23GuptaSarthak's tweet image. 🗓 Day 60/101
LeetCode #2273  Find Resultant Array After Removing Anagrams ✅

🔹 Traverse words & remove consecutive anagrams.
🔹 Check using frequency count or sorting.

✅ Time: O(n * m)
✅ Space: O(n)

#LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney
23GuptaSarthak's tweet image. 🗓 Day 60/101
LeetCode #2273  Find Resultant Array After Removing Anagrams ✅

🔹 Traverse words & remove consecutive anagrams.
🔹 Check using frequency count or sorting.

✅ Time: O(n * m)
✅ Space: O(n)

#LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney
23GuptaSarthak's tweet image. 🗓 Day 60/101
LeetCode #2273  Find Resultant Array After Removing Anagrams ✅

🔹 Traverse words & remove consecutive anagrams.
🔹 Check using frequency count or sorting.

✅ Time: O(n * m)
✅ Space: O(n)

#LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney

We’re at @CppCon! Stop by the Optiver table to meet our engineers and chat about real-world problems in high-performance systems, trading infrastructure, and more. #cpp #cplusplus

OptiverGlobal's tweet image. We’re at @CppCon! Stop by the Optiver table to meet our engineers and chat about real-world problems in high-performance systems, trading infrastructure, and more. #cpp #cplusplus

On Friday, we had the final CppCon 2025 Plenary C++: Some Assembly Required - Matt Godbolt Watch Now! cppcon.programmingarchive.com/?mgi_5197=8206… #cpp #cplusplus #programming #coding

CppCon's tweet image. On Friday, we had the final CppCon 2025 Plenary

C++: Some Assembly Required - Matt Godbolt

Watch Now! cppcon.programmingarchive.com/?mgi_5197=8206…

#cpp #cplusplus #programming #coding

Today’s learning 🔹 DSA: Explored stack & queue conversions — infix ↔ postfix ↔ prefix. Operators & operands finally clicked! 🔹 OS: Learned about types — single, batch, multiprocessing, multiprogramming, real-time & distributed. #DSA #Cplusplus #StriverSheet #LearninPublic

rjeetgupta's tweet image. Today’s learning 
🔹 DSA: Explored stack & queue conversions — infix ↔ postfix ↔ prefix. Operators & operands finally clicked!
🔹 OS: Learned about types — single, batch, multiprocessing, multiprogramming, real-time & distributed.
#DSA #Cplusplus #StriverSheet #LearninPublic

Today’s wins Explored OS components & kernel types 🖥️ Solved 2 DSA problems (Next Greater Element I & II using Monotonic Stacks) Loved how theory + problem-solving balanced my day. Small consistent steps → big progress 🔥 #DSA #Cplusplus #StriverSheet #LearnInPublic

rjeetgupta's tweet image. Today’s wins 
Explored OS components & kernel types 🖥️
Solved 2 DSA problems (Next Greater Element I & II using Monotonic Stacks)
Loved how theory + problem-solving balanced my day.
Small consistent steps → big progress 🔥
#DSA #Cplusplus #StriverSheet #LearnInPublic
rjeetgupta's tweet image. Today’s wins 
Explored OS components & kernel types 🖥️
Solved 2 DSA problems (Next Greater Element I & II using Monotonic Stacks)
Loved how theory + problem-solving balanced my day.
Small consistent steps → big progress 🔥
#DSA #Cplusplus #StriverSheet #LearnInPublic

✅ 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

Pratikwebtech's tweet image. ✅ 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
Pratikwebtech's tweet image. ✅ 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 64 of #100DaysOfCode Practiced Doubly Linked List basics: 🔹 Insert a Node 🔹 Delete a Node Getting the hang of DLL operations! #DSA #Cplusplus #StriverSheet #LearninPublic

Pratikwebtech's tweet image. ✅ 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
Pratikwebtech's tweet image. ✅ 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 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

shivam21102005's tweet image. 🚀 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
shivam21102005's tweet image. 🚀 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 Finished Linked List section 🔥🔥 and started Recursion! Solved: 🔹 Count Good Numbers 🔹 Power Function Recursion feels powerful already! #DSA #Cplusplus #StriverSheet #LearnInPublic

Pratikwebtech's tweet image. ✅ Day 67 of #100DaysOfCode
Finished Linked List section 🔥🔥 and started Recursion!
Solved:
🔹 Count Good Numbers
🔹 Power Function
Recursion feels powerful already!
#DSA #Cplusplus #StriverSheet #LearnInPublic
Pratikwebtech's tweet image. ✅ Day 67 of #100DaysOfCode
Finished Linked List section 🔥🔥 and started Recursion!
Solved:
🔹 Count Good Numbers
🔹 Power Function
Recursion feels powerful already!
#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

cpponlineconf's tweet image. 🎤 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

Solved: Reverse each row K times in a matrix 🧩 ✔️ Get rows & cols ✔️ Use k % m ✔️ Reverse first K, then remaining, then full row Clean & efficient 💻 Thank you so much @rohit_negi9 Bhaiya ❤️ #DSA #CPlusPlus #ProblemSolving #100DaysOfCode

SUMIT_DEVELOPER's tweet image. Solved: Reverse each row K times in a matrix 🧩
✔️ Get rows & cols
✔️ Use k % m
✔️ Reverse first K, then remaining, then full row

Clean & efficient 💻

Thank you so much @rohit_negi9
Bhaiya ❤️ 
#DSA #CPlusPlus #ProblemSolving #100DaysOfCode
SUMIT_DEVELOPER's tweet image. Solved: Reverse each row K times in a matrix 🧩
✔️ Get rows & cols
✔️ Use k % m
✔️ Reverse first K, then remaining, then full row

Clean & efficient 💻

Thank you so much @rohit_negi9
Bhaiya ❤️ 
#DSA #CPlusPlus #ProblemSolving #100DaysOfCode
SUMIT_DEVELOPER's tweet image. Solved: Reverse each row K times in a matrix 🧩
✔️ Get rows & cols
✔️ Use k % m
✔️ Reverse first K, then remaining, then full row

Clean & efficient 💻

Thank you so much @rohit_negi9
Bhaiya ❤️ 
#DSA #CPlusPlus #ProblemSolving #100DaysOfCode
SUMIT_DEVELOPER's tweet image. Solved: Reverse each row K times in a matrix 🧩
✔️ Get rows & cols
✔️ Use k % m
✔️ Reverse first K, then remaining, then full row

Clean & efficient 💻

Thank you so much @rohit_negi9
Bhaiya ❤️ 
#DSA #CPlusPlus #ProblemSolving #100DaysOfCode

✅ Day 62 of #100DaysOfCode Took on two Linked List tasks today: 🔹 Rotate a Linked List 🔹 Flatten a Linked List #DSA #Cplusplus #StriverSheet #LearnInPublic

Pratikwebtech's tweet image. ✅ Day 62 of #100DaysOfCode
Took on two Linked List tasks today:
🔹 Rotate a Linked List
🔹 Flatten a Linked List
#DSA #Cplusplus #StriverSheet #LearnInPublic
Pratikwebtech's tweet image. ✅ Day 62 of #100DaysOfCode
Took on two Linked List tasks today:
🔹 Rotate a Linked List
🔹 Flatten a Linked List
#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

ftma_twt6's tweet image. 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
ftma_twt6's tweet image. 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 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

pallavicodes's tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends