🌟Aspiring Software Developer| 💡 Java Enthusiast | Cloud Computing Student ☁️| Learning in public & sharing insights | linkedin.com/in/abhay-pratap…

Joined October 2024
27 Photos and videos
Today Solved another Problem #Leetcode 268. Missing number and clear array patterns and also invests deep concentration to this problem in a different way not the optimal approach but this is an my approach and i have to solve my idea ...coming back with a optimised approach
7
Day’s DSA ✅ LeetCode 283 – Move ZeroesLearned why pointer discipline matters and how a clean O(n) overwrite approach beats swap-heavy logic.One problem, solid learning 💪 uses two approaches to solve the problem first is brute then Optimised #DSA #LeetCode #Java
10
Day X of DSA 🚀 Solved Remove Duplicates from Sorted Array using Two Pointers. Key learning: • i → scans the array • j → tracks position for unique elements Focused on logic & patterns, not “beats %” 💯 #DSA #LeetCode #Java #Consistency #CodingJourney
13
DSA Win Today! Solved LeetCode 1752 – Check if Array Is Sorted and Rotated ✅ Key insight: a sorted rotated array has at most one break in non-decreasing order (including last → first comparison). No sorting, just clean O(n) logic 💡 #DSA #LeetCode #ProblemSolved #Java
14
Tomorrow's Progress! Solved 3 problem on #CodeWars Today's Progress! Solved Leetcode 75.Medium Sort colours or Dutch National Flag Problem Understand Three Pointer Approach and In - place array positioning . A clean in-place solution with O(n) time — great boost #DSA
11
#Today I solved some solid #DSA questions— understood two-pointer techniques, and cracked problems step-by-step on my own. 1)Move Zeroes : Classical Problem 2)Palindrome Check (Two Pointers) 3)Maximum Product of Two Elements in an Array One day at a time. #100DaysOfCode #Java
1
13
Had a great experience participating in TechQuest 2025, organized by the BCA–O–CRATES Club of GLA University this November. 💻⚙️ It was an amazing platform to explore ideas, problem-solving, and teamwork in a tech-driven environment. #TechQuest #GLAUniversity #Technology #Learn
16
In September 2025, I had the opportunity to participate in the “Cyberquest” workshop and quiz competition organized by the Cyberonites Club of GLA University. 💻. #Cybersecurity #GLAUniversity #Learning #TechEvents #Cyberquest
14
#Today's Problem #DSA #leetcode 125. Valid Palindrome Covering Edge Cases of Alphanumeric and Cases While Solving the Palindrome Problem Solved using Two Pointer Approach Also Solved #DBMS Question of Relational Algebra and knowing about the concept of Projection and Selection
3
35
#Today's Problem #DSA #Leetcode 344. Reverse String Approach = Use Two Pointer learnings = way of implementing two pointer in problems and also revised Swap case Algorithms #100DaysOfCode #learning #Java #buildinpublic
5
34
Today I tackled closure, superkeys, candidate keys & 2NF in DBMS: ✅ AD⁺ closure, AC as superkey ✅ Candidate keys: AB, BC ✅ 2NF: removed partial dependencies (B→D) ✅ Merged FDs when needed (A→C & AC→F → R(A,C,F)) ✅ Done a bunch of Good and Tricky problems 💪 Score: 9/11
1
23
Recursion Practice – Today’s Problems Solved 3 problems today 2 Basics of Recursion and another looping series 1️⃣ Print numbers from N to 1 using recursion. 2️⃣ Calculate sum of first N numbers in Series . Simple yet powerful way to master recursion! 💻🔥 #100DaysOfCode #Java
1
1
50
Today, I built a solution to calculate the sum of divisors for numbers from 1 to n. 💡 For each number, I summed its divisors using a simple nested loop. ⚡️ Example: For n = 4, the total sum is 15 (1 3 4 7). 🔧 Next goal: Optimize using a sieve-like approach. #BuildInPublic
28
Solving #LeetCode Medium – Reverse Integer (#7) Main challenge → handling overflow in 32-bit signed Range: [-2147483648 , 2147483647] Time Complexity: O(n) (n = digits, ≤10) Correctness > micro-optimizations ⚡ #100DaysOfCode #Java #Coding #DSA
1
6
55
Today’s DSA grind! ✅ Solved multiple pattern printing problems in Java: Inverted Pyramid Hourglass Pattern Diamond Pattern (with symmetry fixes ✨) Step by step, patterns are making me sharper 💡 Understanding difference b diamond vs hourglass #100DaysOfCode #DSA #Java
1
34
📝 Today’s Progress: 🔹 Solved Pattern Printing (Right Angled Pyramid – 1 & 2) 🔹 Learned #DBMS Concepts – ER Model, Schemas ,Intro to Normalization 🔹 Explored Computer Fundamentals – Binary Addition & Multiplication Step by step, a stronger foundation 🚀 #BuildInPublic #DSA
2
28
✨ Day X of #DSA journey ✨ Today solved Star Pattern Problems 🌟 Printed a right-angled triangle Solved Right Angled Triangle – 2 ⭐ Pattern learned: decreasing stars row by row ⬇️ #100DaysOfCode #BuildInPublic #Java #DSA
1
20
✅ Today solved two pattern printing questions: 🔹 Right Angled Pyramid – 1 🔹 Right Angled Pyramid – 2 Step by step, building consistency in problem-solving. 🚀 #BuildInPublic #DSA #100DaysOfCode #PatternPrinting
4
36
✅ Pattern Printing Questions: Print a Square Pattern of Stars Print a Right-Angled Triangle of Stars #BuildInPublic #LearningJourney #DSA #Java #TakeyouForward #StriverA2ZSheet
2
34
🌱 #WeekendProgress Log Instead of letting the weekend slip by, I spent it sharpening my fundamentals: ✅ Time Complexity – broke it down, solved problems, and gained clarity. ✅ Pattern Printing – coded the questions completely on my own, no copy-paste shortcuts. #DSA #Java
1
19