#cplusplus 搜尋結果

🗓️Day 4 of DSA with @takeUforward_ 📚Solved 3 classic pattern problems to sharpen logic-building skills. 1️⃣⭐ Decreasing star pattern 2️⃣🔢 Decreasing number sequence 3️⃣⛰️ Pyramid star pattern #DSA #100DaysOfCode #cplusplus

arbazhaider0's tweet image. 🗓️Day 4 of DSA with @takeUforward_ 
📚Solved 3 classic pattern problems to sharpen logic-building skills.
1️⃣⭐ Decreasing star pattern
2️⃣🔢 Decreasing number sequence
3️⃣⛰️ Pyramid star pattern
#DSA #100DaysOfCode #cplusplus
arbazhaider0's tweet image. 🗓️Day 4 of DSA with @takeUforward_ 
📚Solved 3 classic pattern problems to sharpen logic-building skills.
1️⃣⭐ Decreasing star pattern
2️⃣🔢 Decreasing number sequence
3️⃣⛰️ Pyramid star pattern
#DSA #100DaysOfCode #cplusplus
arbazhaider0's tweet image. 🗓️Day 4 of DSA with @takeUforward_ 
📚Solved 3 classic pattern problems to sharpen logic-building skills.
1️⃣⭐ Decreasing star pattern
2️⃣🔢 Decreasing number sequence
3️⃣⛰️ Pyramid star pattern
#DSA #100DaysOfCode #cplusplus

📚Day 3 of DSA with @takeUforward_ 💻Solve 4 pattern problems to develop strong logic-building & improving control over loops 1️⃣Square star pattern 2️⃣Right-angled triangle with stars 3️⃣Right-angled triangle with numbers in sequence 4️⃣Right-angled triangle with repeating numbers

arbazhaider0's tweet image. 📚Day 3 of DSA with @takeUforward_ 
💻Solve 4 pattern problems to develop strong logic-building & improving control over loops
1️⃣Square star pattern
2️⃣Right-angled triangle with stars
3️⃣Right-angled triangle with numbers in sequence
4️⃣Right-angled triangle with repeating numbers
arbazhaider0's tweet image. 📚Day 3 of DSA with @takeUforward_ 
💻Solve 4 pattern problems to develop strong logic-building & improving control over loops
1️⃣Square star pattern
2️⃣Right-angled triangle with stars
3️⃣Right-angled triangle with numbers in sequence
4️⃣Right-angled triangle with repeating numbers
arbazhaider0's tweet image. 📚Day 3 of DSA with @takeUforward_ 
💻Solve 4 pattern problems to develop strong logic-building & improving control over loops
1️⃣Square star pattern
2️⃣Right-angled triangle with stars
3️⃣Right-angled triangle with numbers in sequence
4️⃣Right-angled triangle with repeating numbers
arbazhaider0's tweet image. 📚Day 3 of DSA with @takeUforward_ 
💻Solve 4 pattern problems to develop strong logic-building & improving control over loops
1️⃣Square star pattern
2️⃣Right-angled triangle with stars
3️⃣Right-angled triangle with numbers in sequence
4️⃣Right-angled triangle with repeating numbers


Solved LeetCode 721 – Accounts Merge with Disjoint Set (Union-Find) in C++! ⚡ Runtime: 36 ms | 💾 Memory: 40 MB #LeetCode #DSA #Cplusplus

tehami_326's tweet image. Solved LeetCode 721 – Accounts Merge with Disjoint Set (Union-Find) in C++!
⚡ Runtime: 36 ms | 💾 Memory: 40 MB

#LeetCode #DSA #Cplusplus

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 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

C++ programming assignments can be a real headache—syntax errors, logic bugs, endless debugging sessions! Say goodbye to stress and hello to better grades! 👉 tinyurl.com/96xvuccw #CPlusPlus #ProgrammingHelp #CodingAssignments #debugging #csstudents #CaseStudyHelp


🚀 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

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

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

🚀 Day 74 of my coding journey! Dove into Spiral Matrix generation in C++ today. Learned how to fill an n x n matrix in spiral order using boundaries and loops. 🌀 #100DaysOfCode #Cplusplus #CodingJourney #LeetCode #DevLife #Day74

AIDev_Sumit's tweet image. 🚀 Day 74 of my coding journey!
Dove into Spiral Matrix generation in C++ today. Learned how to fill an n x n matrix in spiral order using boundaries and loops. 🌀
#100DaysOfCode #Cplusplus #CodingJourney #LeetCode #DevLife #Day74

Eureka! I see endless possibilities with this black canvas. First C++ SDL project, preserving this moment 😎 #Cplusplus #CPP #SDL2 #GameDev #IndieDev #Coding #Programming #DevLife #GraphicsProgramming #MadeWithCode #LearnToCode #OpenSource #CodeArt #GamedevCommunity

Godslayerpvp's tweet image. Eureka!
I see endless possibilities with this black canvas.
First C++ SDL project, preserving this moment 😎

#Cplusplus #CPP #SDL2 #GameDev #IndieDev #Coding #Programming #DevLife #GraphicsProgramming #MadeWithCode #LearnToCode #OpenSource #CodeArt  #GamedevCommunity

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 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

Making A Program Faster - On Multithreading & Automatic Compiler Vectorization - Ivica Bogosavljevic - C++Now 2025 youtu.be/GTAE_znTvuk #Coding #Cplusplus #Cpp #Programming

cppnow's tweet card. Making A Program Faster - Multithreading & Automatic Compiler...

youtube.com

YouTube

Making A Program Faster - Multithreading & Automatic Compiler...


Day 147 of #365DaysOfCode 🚀 Day 14 of DSA with C++ Today I practiced basic conditionals in C++: 🔹 Checking positive, negative & zero values 🔹 Comparing two numbers (a & b) 🔹 Using if–else for decision making 🔹 Practicing cin / cout I/O #CPlusPlus #DSA #CodingJourney

datboi_aayu's tweet image. Day 147 of #365DaysOfCode
🚀 Day 14 of DSA with C++

Today I practiced basic conditionals in C++:
🔹 Checking positive, negative & zero values
🔹 Comparing two numbers (a & b)
🔹 Using if–else for decision making
🔹 Practicing cin / cout I/O

#CPlusPlus #DSA #CodingJourney
datboi_aayu's tweet image. Day 147 of #365DaysOfCode
🚀 Day 14 of DSA with C++

Today I practiced basic conditionals in C++:
🔹 Checking positive, negative & zero values
🔹 Comparing two numbers (a & b)
🔹 Using if–else for decision making
🔹 Practicing cin / cout I/O

#CPlusPlus #DSA #CodingJourney

🔮 LeetCode Daily: Magical Sequences ✅ Elite DP! 4D memoization + combinatorics + modular exponentiation + carry propagation. ⚡ O(n×m²×k) with 4D state 🎯 Binomial coefficients + bit manipulation 💡 Extreme complexity = extreme skill #LeetCode #CPlusPlus #AdvancedDP

me_sajeeb's tweet image. 🔮 LeetCode Daily: Magical Sequences ✅

Elite DP! 4D memoization + combinatorics + modular exponentiation + carry propagation.

⚡ O(n×m²×k) with 4D state 
🎯 Binomial coefficients + bit manipulation 
💡 Extreme complexity = extreme skill

#LeetCode #CPlusPlus #AdvancedDP

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

In case you missed it, check out our new video from C++ on Sea 2024! Extending std::execution Further - Higher-Order Senders and the Shape of Asynchronous Programs youtube.com/watch?v=B5J6ez… #Coding #Cplusplus #Cpp #Programming #cpponsea

cpponsea's tweet card. Extending std::execution Further - Higher-Order Senders and the Shape...

youtube.com

YouTube

Extending std::execution Further - Higher-Order Senders and the Shape...


Day 23 JS Objects Deep Dive & C++ Binary Search 🧠 Learnt object cloning, destructuring, and Symbol in JS. Solved advanced Binary Search problems on LeetCode & GfG. #WebDev #DSA #CPlusPlus #JavaScript @rohit_negi9

akg26266's tweet image. Day 23 

 JS Objects Deep Dive & C++ Binary Search 🧠
Learnt object cloning, destructuring, and Symbol in JS.
Solved advanced Binary Search problems on LeetCode & GfG.

#WebDev #DSA #CPlusPlus #JavaScript @rohit_negi9

🚀 Day 20 of #100DaysOfCode Solved LeetCode 345: Reverse Vowels of a String using the two-pointer approach. Pretty easy to solve it once I got the logic leetcode: leetcode.com/u/eklavyaasingh #LeetCode #Cplusplus #100DaysOfCode #DSA #CodeWithEklavya

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

Solved LeetCode 345: Reverse Vowels of a String using the two-pointer approach.
Pretty easy to solve it once I got the logic 

leetcode: leetcode.com/u/eklavyaasingh

#LeetCode #Cplusplus #100DaysOfCode #DSA #CodeWithEklavya

We have just released a new C++ on Sea 2025 Video! Extending std::execution Further - Higher-Order Senders and the Shape of Asynchronous Programs youtube.com/watch?v=B5J6ez… #Coding #Cplusplus #Cpp #Programming #cpponsea

cpponsea's tweet card. Extending std::execution Further - Higher-Order Senders and the Shape...

youtube.com

YouTube

Extending std::execution Further - Higher-Order Senders and the Shape...


🌍زبان برنامه نویسی WebAssembly داره همه‌چیز رو تغییر می‌ده! امکان اجرای برنامه‌های C++ و Rust در مرورگر یعنی وب دیگه محدود به JS نیست. به نظر میاد آینده‌ی وب = زبان‌های چندگانه 💻 #WebAssembly #Rust #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 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 4 of DSA with @takeUforward_ 📚Solved 3 classic pattern problems to sharpen logic-building skills. 1️⃣⭐ Decreasing star pattern 2️⃣🔢 Decreasing number sequence 3️⃣⛰️ Pyramid star pattern #DSA #100DaysOfCode #cplusplus

arbazhaider0's tweet image. 🗓️Day 4 of DSA with @takeUforward_ 
📚Solved 3 classic pattern problems to sharpen logic-building skills.
1️⃣⭐ Decreasing star pattern
2️⃣🔢 Decreasing number sequence
3️⃣⛰️ Pyramid star pattern
#DSA #100DaysOfCode #cplusplus
arbazhaider0's tweet image. 🗓️Day 4 of DSA with @takeUforward_ 
📚Solved 3 classic pattern problems to sharpen logic-building skills.
1️⃣⭐ Decreasing star pattern
2️⃣🔢 Decreasing number sequence
3️⃣⛰️ Pyramid star pattern
#DSA #100DaysOfCode #cplusplus
arbazhaider0's tweet image. 🗓️Day 4 of DSA with @takeUforward_ 
📚Solved 3 classic pattern problems to sharpen logic-building skills.
1️⃣⭐ Decreasing star pattern
2️⃣🔢 Decreasing number sequence
3️⃣⛰️ Pyramid star pattern
#DSA #100DaysOfCode #cplusplus

📚Day 3 of DSA with @takeUforward_ 💻Solve 4 pattern problems to develop strong logic-building & improving control over loops 1️⃣Square star pattern 2️⃣Right-angled triangle with stars 3️⃣Right-angled triangle with numbers in sequence 4️⃣Right-angled triangle with repeating numbers

arbazhaider0's tweet image. 📚Day 3 of DSA with @takeUforward_ 
💻Solve 4 pattern problems to develop strong logic-building & improving control over loops
1️⃣Square star pattern
2️⃣Right-angled triangle with stars
3️⃣Right-angled triangle with numbers in sequence
4️⃣Right-angled triangle with repeating numbers
arbazhaider0's tweet image. 📚Day 3 of DSA with @takeUforward_ 
💻Solve 4 pattern problems to develop strong logic-building & improving control over loops
1️⃣Square star pattern
2️⃣Right-angled triangle with stars
3️⃣Right-angled triangle with numbers in sequence
4️⃣Right-angled triangle with repeating numbers
arbazhaider0's tweet image. 📚Day 3 of DSA with @takeUforward_ 
💻Solve 4 pattern problems to develop strong logic-building & improving control over loops
1️⃣Square star pattern
2️⃣Right-angled triangle with stars
3️⃣Right-angled triangle with numbers in sequence
4️⃣Right-angled triangle with repeating numbers
arbazhaider0's tweet image. 📚Day 3 of DSA with @takeUforward_ 
💻Solve 4 pattern problems to develop strong logic-building & improving control over loops
1️⃣Square star pattern
2️⃣Right-angled triangle with stars
3️⃣Right-angled triangle with numbers in sequence
4️⃣Right-angled triangle with repeating numbers


Day 8 of my DSA journey with @rohit_negi9 bhaiyaa. Learn about: Insertion sort and binary search. #dsa #cplusplus #codingjourney

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

Learn about:
Insertion sort and binary search.
#dsa
#cplusplus
#codingjourney
codewitharun9's tweet image. Day 8 of my DSA journey with @rohit_negi9 bhaiyaa.

Learn about:
Insertion sort and binary search.
#dsa
#cplusplus
#codingjourney

✅ 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 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

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

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

✅ 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 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

🚀 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

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

Today’s learning journey : 🔹 DSA – implemented stacks (array, vector, linked list, queue) & queues (array, linked list, stack). 🔹 DBMS – explored CAP theorem & master-slave replication. DBMS playlist✅ Next stop → Operating Systems #DSA #Cplusplus #StriverSheet #Learninpublic

rjeetgupta's tweet image. Today’s learning journey :
🔹 DSA – implemented stacks (array, vector, linked list, queue) & queues (array, linked list, stack).
🔹 DBMS – explored CAP theorem & master-slave replication.
DBMS playlist✅
Next stop → Operating Systems
#DSA  #Cplusplus #StriverSheet #Learninpublic

✅ Day 68 of #100DaysOfCode Focused on stacks with recursion today: 🔹 Sort Stack 🔹 Reverse Stack #DSA #Cplusplus #StriverSheet #LearnInPublic

Pratikwebtech's tweet image. ✅ Day 68 of #100DaysOfCode
Focused on stacks with recursion today:
🔹 Sort Stack
🔹 Reverse Stack
#DSA #Cplusplus #StriverSheet #LearnInPublic
Pratikwebtech's tweet image. ✅ Day 68 of #100DaysOfCode
Focused on stacks with recursion today:
🔹 Sort Stack
🔹 Reverse Stack
#DSA #Cplusplus #StriverSheet #LearnInPublic

✅ Day 60 of #100DaysOfCode Solved these Linked List classics: 🔹 Add 2 Numbers in Linked List 🔹 Find Intersection Point of Y Linked Lists Two Months Done 🔥🔥 #DSA #Cplusplus #StriverSheet #LinkedLists

Pratikwebtech's tweet image. ✅ Day 60 of #100DaysOfCode
Solved these Linked List classics:
🔹 Add 2 Numbers in Linked List
🔹 Find Intersection Point of Y Linked Lists
Two Months Done 🔥🔥
#DSA #Cplusplus #StriverSheet #LinkedLists
Pratikwebtech's tweet image. ✅ Day 60 of #100DaysOfCode
Solved these Linked List classics:
🔹 Add 2 Numbers in Linked List
🔹 Find Intersection Point of Y Linked Lists
Two Months Done 🔥🔥
#DSA #Cplusplus #StriverSheet #LinkedLists

🚀 Day 3: #DSA with @lovebabbar3 💻 ✨ Today I Learned: Vectors in C++ 📌 Topics Covered: 1️⃣ Create Vector in C++ 🛠️ 2️⃣ Push Elements ➕ 3️⃣ Pop Elements ➖ 4️⃣ Find Size 5️⃣ Check Capacity 6️⃣ Print Elements 🖨️ #100DaysOfCode #CPlusPlus #CodingJourney #CodeNewbie #Programming

VishalGupt55974's tweet image. 🚀 Day 3: #DSA with @lovebabbar3 💻
✨ Today I Learned: Vectors in C++
📌 Topics Covered:
1️⃣ Create Vector in C++ 🛠️
2️⃣ Push Elements ➕
3️⃣ Pop Elements ➖
4️⃣ Find Size
5️⃣ Check Capacity
6️⃣ Print Elements 🖨️
#100DaysOfCode #CPlusPlus #CodingJourney #CodeNewbie #Programming
VishalGupt55974's tweet image. 🚀 Day 3: #DSA with @lovebabbar3 💻
✨ Today I Learned: Vectors in C++
📌 Topics Covered:
1️⃣ Create Vector in C++ 🛠️
2️⃣ Push Elements ➕
3️⃣ Pop Elements ➖
4️⃣ Find Size
5️⃣ Check Capacity
6️⃣ Print Elements 🖨️
#100DaysOfCode #CPlusPlus #CodingJourney #CodeNewbie #Programming
VishalGupt55974's tweet image. 🚀 Day 3: #DSA with @lovebabbar3 💻
✨ Today I Learned: Vectors in C++
📌 Topics Covered:
1️⃣ Create Vector in C++ 🛠️
2️⃣ Push Elements ➕
3️⃣ Pop Elements ➖
4️⃣ Find Size
5️⃣ Check Capacity
6️⃣ Print Elements 🖨️
#100DaysOfCode #CPlusPlus #CodingJourney #CodeNewbie #Programming

🧠 Day 19 of #100DaysOfCode ✅ Probability problem disguised as food🍲 ✅ Smart DP + Memoization to track (A, B) soup states ✅ Scaled down by 25 mL to optimize state space ✅ Short-circuited large inputs (n ≥ 5000 → return 1) #LeetCode #Cplusplus #100DaysChallenge

RajSingh_io's tweet image. 🧠 Day 19 of #100DaysOfCode

✅ Probability problem disguised as food🍲
✅ Smart DP + Memoization to track (A, B) soup states
✅ Scaled down by 25 mL to optimize state space
✅ Short-circuited large inputs (n ≥ 5000 → return 1)

#LeetCode  #Cplusplus #100DaysChallenge

🚀 Day 19 Progress I did a small Python project on Sentiment Analysis 📊 ✔️ Learned C++ basics — easier since I already know C 💻 ⚡ Spent time on hackathon work, so less coding today Still showed up and kept the streak alive 💪 #100DaysOfCode #Python #Cplusplus

Himanshi1286's tweet image. 🚀 Day 19 Progress
I did a small Python project on Sentiment Analysis 📊
✔️ Learned C++ basics — easier since I already know C 💻
⚡ Spent time on hackathon work, so less coding today
Still showed up and kept the streak alive 💪
#100DaysOfCode #Python #Cplusplus
Himanshi1286's tweet image. 🚀 Day 19 Progress
I did a small Python project on Sentiment Analysis 📊
✔️ Learned C++ basics — easier since I already know C 💻
⚡ Spent time on hackathon work, so less coding today
Still showed up and kept the streak alive 💪
#100DaysOfCode #Python #Cplusplus
Himanshi1286's tweet image. 🚀 Day 19 Progress
I did a small Python project on Sentiment Analysis 📊
✔️ Learned C++ basics — easier since I already know C 💻
⚡ Spent time on hackathon work, so less coding today
Still showed up and kept the streak alive 💪
#100DaysOfCode #Python #Cplusplus

Loading...

Something went wrong.


Something went wrong.


United States Trends