#cplusplus resultados da pesquisa

๐Ÿš€ Day 61 of #100DaysOfCode Solved LeetCode 1944 โ€” Number of Visible People in a Queue ๐Ÿ‘€โœ… Idea: ๐Ÿ”น Traverse from right to left ๐Ÿ”น Use monotonic stack ๐Ÿ”น Count visible (pop smaller, +1 for taller) โฑ O(n) | ๐Ÿ’พ O(n) #LeetCode #Cplusplus #Stack #DSA #ProblemSolving @harsh__x07

RahulGupta_0's tweet image. ๐Ÿš€ Day 61 of #100DaysOfCode
Solved LeetCode 1944 โ€” Number of Visible People in a Queue ๐Ÿ‘€โœ…
Idea:
๐Ÿ”น Traverse from right to left
๐Ÿ”น Use monotonic stack
๐Ÿ”น Count visible (pop smaller, +1 for taller)

โฑ O(n) | ๐Ÿ’พ O(n)
#LeetCode #Cplusplus #Stack #DSA #ProblemSolving  @harsh__x07

Day 4/100 โ€“ DSA Streak ๐Ÿš€ ๐Ÿ“š Learned about Space & Time Complexity: Big O Notation (O(1), O(n), O(log n), O(nยฒ)) Best, Average & Worst Case Comparing algorithm efficiency Finding smarter, not slower, solutions ๐Ÿ’ก #100DaysOfCode #Cplusplus #DSA #TimeComplexity

prashik_17's tweet image. Day 4/100 โ€“ DSA Streak ๐Ÿš€
๐Ÿ“š Learned about Space & Time Complexity:
Big O Notation (O(1), O(n), O(log n), O(nยฒ))

Best, Average & Worst Case

Comparing algorithm efficiency

Finding smarter, not slower, solutions ๐Ÿ’ก

#100DaysOfCode #Cplusplus #DSA #TimeComplexity

Day 19: C++ program to find the factorial of a number using a class. #100DaysOfCode #Cplusplus

aryansonie's tweet image. Day 19: C++ program to find the factorial of a number using a class.

#100DaysOfCode #Cplusplus

Day 18: C++ program to find the reverse of a number using a class. #100DaysOfCode #Cplusplus

aryansonie's tweet image. Day 18: C++ program to find the reverse of a number using a class.

#100DaysOfCode #Cplusplus

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

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

๐Ÿง  Day 74/100 of #100DaysOfCode Algo vibes 1๏ธโƒฃ Pick index `i` where `nums[i] == 0` 2๏ธโƒฃ Choose dir โ†’ left / right 3๏ธโƒฃ While in bounds: โ€ƒโ€ข if `nums[i]==0` โ†’ move same dir โ€ƒโ€ข else โ†’ `nums[i]--`, flip dir, move 4๏ธโƒฃ Count if all โ†’ 0 #LeetCode #CPlusPlus #Algorithm #CodingJourney

23GuptaSarthak's tweet image. ๐Ÿง  Day 74/100 of #100DaysOfCode
Algo vibes 
1๏ธโƒฃ Pick index `i` where `nums[i] == 0`
2๏ธโƒฃ Choose dir โ†’ left / right
3๏ธโƒฃ While in bounds:
โ€ƒโ€ข if `nums[i]==0` โ†’ move same dir
โ€ƒโ€ข else โ†’ `nums[i]--`, flip dir, move
4๏ธโƒฃ Count if all โ†’ 0 
#LeetCode #CPlusPlus #Algorithm #CodingJourney
23GuptaSarthak's tweet image. ๐Ÿง  Day 74/100 of #100DaysOfCode
Algo vibes 
1๏ธโƒฃ Pick index `i` where `nums[i] == 0`
2๏ธโƒฃ Choose dir โ†’ left / right
3๏ธโƒฃ While in bounds:
โ€ƒโ€ข if `nums[i]==0` โ†’ move same dir
โ€ƒโ€ข else โ†’ `nums[i]--`, flip dir, move
4๏ธโƒฃ Count if all โ†’ 0 
#LeetCode #CPlusPlus #Algorithm #CodingJourney

C++ ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ™Œ #cplusplus #100daysofcode #coding #programming

codeverseankit's tweet image. C++ ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ™Œ 

#cplusplus #100daysofcode #coding #programming
codeverseankit's tweet image. C++ ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ™Œ 

#cplusplus #100daysofcode #coding #programming

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 17: Create a structure to store information about a student, such as name, age, and grade. #100DaysOfCode #Cplusplus

aryansonie's tweet image. Day 17:  Create a structure to store information about a student, such as name, age, and grade.

#100DaysOfCode #Cplusplus

๐ŸŽฏ LeetCode Daily: Min Increments to Form Target โœ… Hard problem, simple solution! Count upward differences only. Gravity handles the rest. โšก O(n) greedy genius ๐ŸŽฏ Only pay for going UP ๐Ÿ’ก 5 lines = Hard solved #LeetCode #CPlusPlus #Greedy #100DaysOfCode

me_sajeeb's tweet image. ๐ŸŽฏ LeetCode Daily: Min Increments to Form Target โœ…

Hard problem, simple solution! Count upward differences only. Gravity handles the rest.

โšก O(n) greedy genius 
๐ŸŽฏ Only pay for going UP 
๐Ÿ’ก 5 lines = Hard solved

#LeetCode #CPlusPlus #Greedy #100DaysOfCode

๐Ÿš€ Day 38 of #100DaysOfCode Solved LeetCode 36 โ€“ Valid Sudoku No map, no set โ€” just clean array logic โœ… leetcode: leetcode.com/u/eklavyaasingh #LeetCode #CPlusPlus #DSA #CodeWithEklavya

eklavyaasingh's tweet image. ๐Ÿš€ Day 38 of #100DaysOfCode
Solved LeetCode 36 โ€“ Valid Sudoku 
No map, no set โ€” just clean array logic โœ…
leetcode: leetcode.com/u/eklavyaasingh
#LeetCode #CPlusPlus #DSA #CodeWithEklavya

๐Ÿš€ Day 93 of #100DaysOfCode Solved LeetCode 397 โ€” Integer Replacement ๐Ÿงฎ Got 100% runtime efficiency (0 ms) โšก ๐Ÿง  Logic: If even โ†’ divide by 2 If odd โ†’ choose +1 or -1 wisely to minimize steps ๐Ÿ” #LeetCode #Cplusplus #CodingJourney #CodeNewbie #DSA

AIDev_Sumit's tweet image. ๐Ÿš€ Day 93 of #100DaysOfCode
Solved LeetCode 397 โ€” Integer Replacement ๐Ÿงฎ
Got 100% runtime efficiency (0 ms) โšก
๐Ÿง  Logic:
If even โ†’ divide by 2
If odd โ†’ choose +1 or -1 wisely to minimize steps ๐Ÿ”
#LeetCode #Cplusplus #CodingJourney #CodeNewbie #DSA

๐Ÿ’ป Day 87 / 100 โ€” Daily Question 0 ms runtime โšก | Beats 100% TC: O(log n)โ€ƒSC: O(1) Power of logic + precision = perfection ๐Ÿ’ฏ #100DaysOfCode #LeetCode #CPlusPlus #SpidyCode #LogicBuilder #DeveloperMindset

__Yasshhh's tweet image. ๐Ÿ’ป Day 87 / 100 โ€” Daily Question
0 ms runtime โšก | Beats 100%
TC: O(log n)โ€ƒSC: O(1)
Power of logic + precision = perfection ๐Ÿ’ฏ
#100DaysOfCode #LeetCode #CPlusPlus #SpidyCode #LogicBuilder #DeveloperMindset

Day 05 of My DSA Journey๐Ÿš€ Todayโ€™s learning: >> Time & Space Complexities โ€“ Big O, efficiency, optimization >> Arrays โ€“ syntax, operations, limitations >> Patterns โ€“ Floydโ€™s & Pascalโ€™s Triangle ๐Ÿ’กKey takeaway: Efficiency + Structure = Smarter Code #DSA #CPlusPlus #100DaysOfCode

harshtwt_'s tweet image. Day 05 of My DSA Journey๐Ÿš€

Todayโ€™s learning:
>> Time & Space Complexities โ€“ Big O, efficiency, optimization
>> Arrays โ€“ syntax, operations, limitations
>> Patterns โ€“ Floydโ€™s & Pascalโ€™s Triangle
๐Ÿ’กKey takeaway:
Efficiency + Structure = Smarter Code 
#DSA #CPlusPlus #100DaysOfCode
harshtwt_'s tweet image. Day 05 of My DSA Journey๐Ÿš€

Todayโ€™s learning:
>> Time & Space Complexities โ€“ Big O, efficiency, optimization
>> Arrays โ€“ syntax, operations, limitations
>> Patterns โ€“ Floydโ€™s & Pascalโ€™s Triangle
๐Ÿ’กKey takeaway:
Efficiency + Structure = Smarter Code 
#DSA #CPlusPlus #100DaysOfCode

๐Ÿš€ Just solved Climbing Stairs on LeetCode! Optimized my recursion with memoization got 0 ms runtime, beating ๐Ÿ’ฏ% ๐Ÿ”ฅ Dynamic Programming for the win ๐Ÿง ๐Ÿ’ช #LeetCode #100DaysOfCode #Cplusplus #DynamicProgramming

tehami_326's tweet image. ๐Ÿš€ Just solved Climbing Stairs on LeetCode!
Optimized my recursion with memoization got 0 ms runtime, beating ๐Ÿ’ฏ% ๐Ÿ”ฅ
Dynamic Programming for the win ๐Ÿง ๐Ÿ’ช
#LeetCode #100DaysOfCode #Cplusplus #DynamicProgramming

Nonsense errors are always a pain. Visual Studio and X-Code both often report issues that aren't actually issues. Solution builds fine. Likely some sort of corruption of intellisense data, but this just shouldn't happen! #cplusplus #visualstudio #intellisense

MartinCaine's tweet image. Nonsense errors are always a pain. Visual Studio and X-Code both often report issues that aren't actually issues. Solution builds fine. Likely some sort of corruption of intellisense data, but this just shouldn't happen! #cplusplus #visualstudio #intellisense

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

pallavicodes's tweet image. 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 04 of my DSA Journey ๐Ÿš€ > Learnt about Number Systems โ€” Binary <-> Decimal conversions, > Practiced number & star patterns, and > Got my first look at Time & Space Complexity Slowly building the base stronger each day ๐Ÿ’ป #DSA #Cplusplus #100DaysOfCode #CodingJourney

harshtwt_'s tweet image. Day 04 of my DSA Journey ๐Ÿš€
&amp;gt; Learnt about Number Systems โ€” Binary &amp;lt;-&amp;gt; Decimal conversions, 
&amp;gt; Practiced number &amp;amp; star patterns, and 
&amp;gt; Got my first look at Time &amp;amp; Space Complexity 

Slowly building the base stronger each day ๐Ÿ’ป
#DSA #Cplusplus #100DaysOfCode #CodingJourney
harshtwt_'s tweet image. Day 04 of my DSA Journey ๐Ÿš€
&amp;gt; Learnt about Number Systems โ€” Binary &amp;lt;-&amp;gt; Decimal conversions, 
&amp;gt; Practiced number &amp;amp; star patterns, and 
&amp;gt; Got my first look at Time &amp;amp; Space Complexity 

Slowly building the base stronger each day ๐Ÿ’ป
#DSA #Cplusplus #100DaysOfCode #CodingJourney
harshtwt_'s tweet image. Day 04 of my DSA Journey ๐Ÿš€
&amp;gt; Learnt about Number Systems โ€” Binary &amp;lt;-&amp;gt; Decimal conversions, 
&amp;gt; Practiced number &amp;amp; star patterns, and 
&amp;gt; Got my first look at Time &amp;amp; Space Complexity 

Slowly building the base stronger each day ๐Ÿ’ป
#DSA #Cplusplus #100DaysOfCode #CodingJourney

๐Ÿงฉ Day 5 Reflection: AI taught me logic, DSA taught me control. Todayโ€™s takeaway: understanding loops whether in code or learning makes all the difference. #LearningInPublic #Cplusplus #AI


๐Ÿš€ Day 12 of my LeetCode DSA Journey (C++) Today I solved โ€œValid Anagramโ€ (LeetCode #242) โœจ Learned about: String manipulation ๐Ÿ”นSorting approach Comparison logic for anagram validation ๐Ÿ’ปAll 53 test cases passed! โšกRuntime: 7ms | ๐Ÿ’พ Memory: 9.74MB #LeetCode #DSA #Cplusplus

Shami_Kumar1's tweet image. ๐Ÿš€ Day 12 of my LeetCode DSA Journey (C++)

Today I solved โ€œValid Anagramโ€ (LeetCode #242) 
โœจ Learned about:
 String manipulation
๐Ÿ”นSorting approach
Comparison logic for anagram validation
๐Ÿ’ปAll 53 test cases passed!
โšกRuntime: 7ms | ๐Ÿ’พ Memory: 9.74MB
#LeetCode #DSA #Cplusplus
Shami_Kumar1's tweet image. ๐Ÿš€ Day 12 of my LeetCode DSA Journey (C++)

Today I solved โ€œValid Anagramโ€ (LeetCode #242) 
โœจ Learned about:
 String manipulation
๐Ÿ”นSorting approach
Comparison logic for anagram validation
๐Ÿ’ปAll 53 test cases passed!
โšกRuntime: 7ms | ๐Ÿ’พ Memory: 9.74MB
#LeetCode #DSA #Cplusplus
Shami_Kumar1's tweet image. ๐Ÿš€ Day 12 of my LeetCode DSA Journey (C++)

Today I solved โ€œValid Anagramโ€ (LeetCode #242) 
โœจ Learned about:
 String manipulation
๐Ÿ”นSorting approach
Comparison logic for anagram validation
๐Ÿ’ปAll 53 test cases passed!
โšกRuntime: 7ms | ๐Ÿ’พ Memory: 9.74MB
#LeetCode #DSA #Cplusplus

Meeting C++ 2025 featured talk of the day: Kerstin Keller - Why managing C++ dependencies is hard (and what to do about it) meetingcpp.com/mcpp/schedule/โ€ฆ #meetingcpp #cpp #cplusplus


Effective CTest - a Random Selection of C++ Best Practices - Daniel Pfeifer - C++Now 2025 youtu.be/whaPQ5BU2y8 #Coding #Cplusplus #Cpp #Programming


I almost complete my "digital clock" project ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ•™. I will show you when I complete it ๐Ÿ˜ #cplusplus #100daysofcode #coding #programmer


๐Ÿš€ Day 61 of #100DaysOfCode Solved LeetCode 1944 โ€” Number of Visible People in a Queue ๐Ÿ‘€โœ… Idea: ๐Ÿ”น Traverse from right to left ๐Ÿ”น Use monotonic stack ๐Ÿ”น Count visible (pop smaller, +1 for taller) โฑ O(n) | ๐Ÿ’พ O(n) #LeetCode #Cplusplus #Stack #DSA #ProblemSolving @harsh__x07

RahulGupta_0's tweet image. ๐Ÿš€ Day 61 of #100DaysOfCode
Solved LeetCode 1944 โ€” Number of Visible People in a Queue ๐Ÿ‘€โœ…
Idea:
๐Ÿ”น Traverse from right to left
๐Ÿ”น Use monotonic stack
๐Ÿ”น Count visible (pop smaller, +1 for taller)

โฑ O(n) | ๐Ÿ’พ O(n)
#LeetCode #Cplusplus #Stack #DSA #ProblemSolving  @harsh__x07

โœ… 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

C++ ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ™Œ #cplusplus #100daysofcode #coding #programming

codeverseankit's tweet image. C++ ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ™Œ 

#cplusplus #100daysofcode #coding #programming
codeverseankit's tweet image. C++ ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ™Œ 

#cplusplus #100daysofcode #coding #programming

Day 18: C++ program to find the reverse of a number using a class. #100DaysOfCode #Cplusplus

aryansonie's tweet image. Day 18: C++ program to find the reverse of a number using a class.

#100DaysOfCode #Cplusplus

๐Ÿง  Day 74/100 of #100DaysOfCode Algo vibes 1๏ธโƒฃ Pick index `i` where `nums[i] == 0` 2๏ธโƒฃ Choose dir โ†’ left / right 3๏ธโƒฃ While in bounds: โ€ƒโ€ข if `nums[i]==0` โ†’ move same dir โ€ƒโ€ข else โ†’ `nums[i]--`, flip dir, move 4๏ธโƒฃ Count if all โ†’ 0 #LeetCode #CPlusPlus #Algorithm #CodingJourney

23GuptaSarthak's tweet image. ๐Ÿง  Day 74/100 of #100DaysOfCode
Algo vibes 
1๏ธโƒฃ Pick index `i` where `nums[i] == 0`
2๏ธโƒฃ Choose dir โ†’ left / right
3๏ธโƒฃ While in bounds:
โ€ƒโ€ข if `nums[i]==0` โ†’ move same dir
โ€ƒโ€ข else โ†’ `nums[i]--`, flip dir, move
4๏ธโƒฃ Count if all โ†’ 0 
#LeetCode #CPlusPlus #Algorithm #CodingJourney
23GuptaSarthak's tweet image. ๐Ÿง  Day 74/100 of #100DaysOfCode
Algo vibes 
1๏ธโƒฃ Pick index `i` where `nums[i] == 0`
2๏ธโƒฃ Choose dir โ†’ left / right
3๏ธโƒฃ While in bounds:
โ€ƒโ€ข if `nums[i]==0` โ†’ move same dir
โ€ƒโ€ข else โ†’ `nums[i]--`, flip dir, move
4๏ธโƒฃ Count if all โ†’ 0 
#LeetCode #CPlusPlus #Algorithm #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

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 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 19: C++ program to find the factorial of a number using a class. #100DaysOfCode #Cplusplus

aryansonie's tweet image. Day 19: C++ program to find the factorial of a number using a class.

#100DaysOfCode #Cplusplus

โœ… 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

Come and join us in Berlin or online for Meeting C++ 2025! meetingcpp.com/2025 #cpp #cplusplus

meetingcpp's tweet image. Come and join us in Berlin or online for Meeting C++ 2025!
meetingcpp.com/2025
#cpp
#cplusplus

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 &amp;amp; truncation
โœ… If-else conditions
โœ… For loop basics
โœ… Solved practice Qs on loops &amp;amp; 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 &amp;amp; truncation
โœ… If-else conditions
โœ… For loop basics
โœ… Solved practice Qs on loops &amp;amp; conditions ๐Ÿ”ฅ

Step by step, feeling more confident 

#100DaysOfCode #DSA #Cplusplus #CodingJourney

โœ… Day 61 of #100DaysOfCode Solved: Reverse Linked List in Groups of K Could only solve one problem ๐Ÿ˜… #DSA #Cplusplus #StriverSheet #LearnInPublic

Pratikwebtech's tweet image. โœ… Day 61 of #100DaysOfCode
Solved: Reverse Linked List in Groups of K
Could only solve one problem ๐Ÿ˜…
#DSA #Cplusplus #StriverSheet #LearnInPublic

๐Ÿ’ป Day 87 / 100 โ€” Daily Question 0 ms runtime โšก | Beats 100% TC: O(log n)โ€ƒSC: O(1) Power of logic + precision = perfection ๐Ÿ’ฏ #100DaysOfCode #LeetCode #CPlusPlus #SpidyCode #LogicBuilder #DeveloperMindset

__Yasshhh's tweet image. ๐Ÿ’ป Day 87 / 100 โ€” Daily Question
0 ms runtime โšก | Beats 100%
TC: O(log n)โ€ƒSC: O(1)
Power of logic + precision = perfection ๐Ÿ’ฏ
#100DaysOfCode #LeetCode #CPlusPlus #SpidyCode #LogicBuilder #DeveloperMindset

Day 4/100 โ€“ DSA Streak ๐Ÿš€ ๐Ÿ“š Learned about Space & Time Complexity: Big O Notation (O(1), O(n), O(log n), O(nยฒ)) Best, Average & Worst Case Comparing algorithm efficiency Finding smarter, not slower, solutions ๐Ÿ’ก #100DaysOfCode #Cplusplus #DSA #TimeComplexity

prashik_17's tweet image. Day 4/100 โ€“ DSA Streak ๐Ÿš€
๐Ÿ“š Learned about Space &amp;amp; Time Complexity:
Big O Notation (O(1), O(n), O(log n), O(nยฒ))

Best, Average &amp;amp; Worst Case

Comparing algorithm efficiency

Finding smarter, not slower, solutions ๐Ÿ’ก

#100DaysOfCode #Cplusplus #DSA #TimeComplexity

๐Ÿš€ 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

โœ… 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 17: Create a structure to store information about a student, such as name, age, and grade. #100DaysOfCode #Cplusplus

aryansonie's tweet image. Day 17:  Create a structure to store information about a student, such as name, age, and grade.

#100DaysOfCode #Cplusplus

Loading...

Something went wrong.


Something went wrong.


United States Trends