
Suraj Verma
@surajverma__07
Followers
1
Following
2
Media
0
Statuses
34
๐ Just a BTech kid building skills in public ๐ป Solving logic, sharing lessons, and breaking bugs ๐ฑ Trusting the process, one repo at a time
Bengaluru
Joined May 2025
๐ Navigation Help for My #100DaysOfCode Journey.If a link opens the README instead of the right file:.โก๏ธ Scroll to the Progress Tracker.๐
Select the correct Day folder.โ
Everythingโs organized & updated daily!. ๐ Repo: #100DaysOfCode #DSA #CodeNewbie.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
1
๐ ๏ธ Backtracking Practice โ Day 19 #100DaysOfCode. Solve:.๐งฉ Sudoku Solver.โ N-Queens Problem.๐ป Java Code:.#Java #DSA #Coding #Backtracking.
1
0
1
๐ Backtracking in Java โ Day 19 #100DaysOfCode.๐ง Learn to:.โ๏ธ Explore all options.โ๏ธ Prune bad paths.โ๏ธ Use recursion & undo steps.๐ Includes:.โข Real-life analogy.โข Call stack flow.โข Subsets & permutations patterns.๐ Notes:.#Java #DSA #Backtracking.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
๐ Day 18 of #100DaysOfCode. Solved 2 classic recursion problems today:. 1๏ธโฃ Tiling a n x m floor with 1 x m tiles.2๏ธโฃ Ways to call guests (single or paired).Both use elegant recurrence logic. ๐จโ๐ป Practice + dry runs + notes:.๐ #Java #DSA #Recursion.
0
0
2
๐ง Day 17 of #100DaysOfCode. Solved 2 advanced recursion problems:.1๏ธโฃ Permutations.2๏ธโฃ Unique paths in a grid (maze).Strengthened my recursion tree thinking & backtracking skills. Code + dry runs + explanations ๐.๐ #Java #DSA #Recursion #BuildInPublic.
0
0
1
Day 16 of #100DaysOfCode.Solved 4 classic problems:.โข Move all 'x' to end.โข Remove duplicates.โข Check if array is sorted.โข Tower of Hanoi ๐. Focused on flow, not just answers. ๐ #Java #DSA #Recursion #Coding #DevJourney #CodeNewbie.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
๐ Recursion = patterns + power. Day 15 of #100DaysOfCode.Solved:.โข All subsequences.โข Unique ones.โข Keypad combos.โข Reverse string.โข First/Last index. Base cases, branching, returns โ all clear โ
.๐#Java #DSA #Recursion #Coding #CodeNewbie.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
๐ง Practiced recursion today โ the real learning starts here!. Day 14 of #100DaysOfCode. โ
Factorial.โ
Fibonacci.โ
Print 1โN.โ
Sum (standard + tail).๐ Includes PythonTutor-ready code!.๐ #Java #DSA #Recursion #CodeNewbie #TechTwitter #100DaysChallenge.
0
0
0
๐ Recursion isnโt magic โ itโs just functions calling themselves!.๐
Day 14 of #100DaysOfCode.๐งฑ Stack memory flow.โฉ๏ธ Return paths and fallback.๐ฏ Why base cases really matter.๐ Notes:. #Java #DSA #CodeNewbie #TechTwitter #100DaysChallenge #Recursion.
0
0
0
๐ Sorting in Java โ Day 13 of #100DaysOfCode. โ
Bubble Sort.โ
Selection Sort.โ
Insertion Sort.๐ Time: O(nยฒ) worst case.No practice folder โ logic stays the same, only input changes. ๐ Notes + Code:. #Java #DSA #JavaWithDSA #LearnToCode #DevJourney.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
๐ง Bit Manipulation in Java โ Day 12 of #100DaysOfCode. Learned how to:.โ๏ธ Get a bit.โ๏ธ Set a bit.โ๏ธ Clear a bit.โ๏ธ Update a bit.๐ Notes:. ๐ป Code:. #Java #DSA #CodeNewbie #BuildInPublic.
0
0
1
Day 11 of #100DaysOfCode ๐ป.Solved string problems using StringBuilder ๐.โ
Extract username from email.โ
Replace 'e' with 'i'.โ
Reverse string (no reverse()).โ
Count characters (excluding spaces).๐ Code.#Java #DSA #CodeNewbie #LearnToCode #DevJourney.
0
0
0
Struggling with slow string operations in Java? ๐ฉ. On Day 11 of #100DaysOfCode, I learned StringBuilder โ faster & efficient!. โ
setCharAt.โ
insert.โ
delete.โ
append.โ
Rewrote Day 10 problems with it!.๐ Notes:.#Java #DSA #LearnToCode #CodeNewbie.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
๐ง String Practice โ Day 10 of #100DaysOfCode. Solved:.โ
Extract username from email.โ
Replace 'e' with 'i'.โ
Reverse string using StringBuilder.โ
Count total characters (excluding spaces).๐งฉ Code โ. #Java #DSA #Coding #100DaysChallenge #CodeNewbie.
0
0
1
๐ค Strings in Java โ Day 10 of #100DaysOfCode. Today I learned:.โ
String input (next() vs nextLine()).โ
concat, length, charAt.โ
compareTo & substring.โ
Immutability & type conversion.๐ Notes โ. #Java #DSA #Coding #100DaysChallenge #CodeNewbie.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
๐งช Day 09 Practice โ Arrays in Java.Solved key problems using arrays:.โ๏ธ Check if array is sorted.โ๏ธ Find max & min.โ๏ธ Search element in 1D/2D array.โ๏ธ Matrix transpose & print. and many more. ๐ Code โ.#100DaysOfCode #Java #DSA #Coding #CodeNewbie.
1
0
1
๐ข Arrays in Java โ Day 09 of #100DaysOfCode. Today I learned:.โ
1D & 2D array declaration.โ
Input/output using loops.โ
Matrix basics & common errors.๐ Notes โ.#Java #DSA #Coding #100DaysChallenge #CodeNewbie.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
1
๐ง Day 08 of #100DaysOfCode.Learned Time & Space Complexity โฑ๐งฎ.โ
Performance analysis.โ
Big-O notations.โ
Efficiency tips.From tomorrow, Iโll calculate complexity for every problem I solve! ๐.๐ Notes: #Java #DSA #CodeNewbie #100DaysOfCodeChallenge.
0
0
0
๐ Practicing is where the real learning happens!. On Day 07 of #100DaysOfCode, I solved key Function-based problems to build logic & confidence ๐ช. ๐งฉ Topics covered:.โ๏ธ Sum.โ๏ธ Factorial.โ๏ธ GCD. and more!.๐ Practice Code ๐:.#Java #DSA #CodingPractice.
0
0
0
๐ง Want to teach your code to do tasks on command?. That's where Functions come in!. ๐น Day 07 of #100DaysOfCode.โ
Function creation.โ
Parameters & return.โ
Why/when to use them.๐ Code + Notes:.#Java #DSA #CodeNewbie #100DaysOfCodeChallenge.
github.com
๐ Surajโs journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0