surajverma__07 Profile Banner
Suraj Verma Profile
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
Don't wanna be here? Send us removal request.
@surajverma__07
Suraj Verma
2 months
๐Ÿ”— 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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
1
@surajverma__07
Suraj Verma
1 month
๐Ÿ› ๏ธ Backtracking Practice โ€“ Day 19 #100DaysOfCode. Solve:.๐Ÿงฉ Sudoku Solver.โ™› N-Queens Problem.๐Ÿ’ป Java Code:.#Java #DSA #Coding #Backtracking.
1
0
1
@surajverma__07
Suraj Verma
1 month
๐Ÿš€ 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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
@surajverma__07
Suraj Verma
1 month
๐Ÿš€ 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
@surajverma__07
Suraj Verma
1 month
๐Ÿง  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
@surajverma__07
Suraj Verma
1 month
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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
@surajverma__07
Suraj Verma
1 month
๐ŸŒ€ 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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
@surajverma__07
Suraj Verma
1 month
๐Ÿง  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
@surajverma__07
Suraj Verma
1 month
๐Ÿ” 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
@surajverma__07
Suraj Verma
1 month
๐Ÿ“Š 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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
@surajverma__07
Suraj Verma
1 month
๐Ÿง  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
@surajverma__07
Suraj Verma
2 months
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
@surajverma__07
Suraj Verma
2 months
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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
@surajverma__07
Suraj Verma
2 months
๐Ÿง  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
@surajverma__07
Suraj Verma
2 months
๐Ÿ”ค 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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0
@surajverma__07
Suraj Verma
2 months
๐Ÿงช 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
@surajverma__07
Suraj Verma
2 months
๐Ÿ”ข 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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
1
@surajverma__07
Suraj Verma
2 months
๐Ÿง  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
@surajverma__07
Suraj Verma
2 months
๐Ÿ” 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
@surajverma__07
Suraj Verma
2 months
๐Ÿง  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.
Tweet card summary image
github.com
๐Ÿš€ Surajโ€™s journey to master Java + DSA in 100 days - verma-suraj/Java-DSA-100Days-Challenge
0
0
0