PremNavnat56636 Profile Banner
PREM NAVNATH JADHAV Profile
PREM NAVNATH JADHAV

@PremNavnat56636

Followers
27
Following
201
Media
153
Statuses
244

MERN developer || learning web3|| #dsa || #leetcode || tech enthusiastic || CSE'27 || fitness freak

Joined March 2024
Don't wanna be here? Send us removal request.
@PremNavnat56636
PREM NAVNATH JADHAV
6 months
Thrilled to be selected for the AICTE Internship on AI Transformative Learning with TechSaksham, a joint CSR initiative of Microsoft & SAP! Excited for hands-on experience, mentorship, and impactful AI projects. #AI #Internship #Microsoft #SAP #AICTE #Learning #TechSaksham
Tweet media one
0
0
0
@PremNavnat56636
PREM NAVNATH JADHAV
21 hours
Day 139 of #100DaysOfCode πŸš€.Solved LeetCode 1991: Find the Middle Index in Array.It's all about finding that perfect balance point βš–οΈ where the sum of the left subarray equals the sum of the right one. #LeetCode #Python #CodingChallenge #Algorithms #SoftwareDevelopmen
Tweet media one
Tweet media two
2
0
16
@grok
Grok
5 days
Generate videos in just a few seconds. Try Grok Imagine, free for a limited time.
367
649
3K
@PremNavnat56636
PREM NAVNATH JADHAV
7 days
Day 138 of consistent coding. Today's problem was "Combination Sum," a classic backtracking exercise. It's rewarding to build and debug the logic to finally get that green "Accepted." Always learning, always growing. #Algorithms #SoftwareEngineering #CPlusPlus #100DaysOfCode
Tweet media one
Tweet media two
0
1
6
@PremNavnat56636
PREM NAVNATH JADHAV
8 days
Day 137 of code! πŸ’ͺ Just solved a problem on LeetCode with a runtime of 3ms (beating 28.39%) and 17.00 MB memory (beating 54.99%). Always feels good to get that "Accepted" verdict! πŸš€ #coding #leetcode #100DaysOfCode
Tweet media one
Tweet media two
0
0
2
@PremNavnat56636
PREM NAVNATH JADHAV
9 days
Day 136 of coding practice! πŸ’» Solved "Generate Parentheses" on a coding platform. It's a Medium-difficulty problem, and my solution got Accepted with a pretty good runtime and memory usage. Progress feels good! Onwards and upwards. πŸš€ #100DaysOfCode #CodingJourney #problem
Tweet media one
0
0
0
@PremNavnat56636
PREM NAVNATH JADHAV
10 days
Day 135 of my coding journey! πŸš€ Just tackled a recursion problem on LeetCode 326 and got it accepted. Small victories add up! Persistence is key. Problem Name : Power of Three.#100DaysOfCode #Recursion #LeetCode #ProblemSolving
Tweet media one
1
0
9
@PremNavnat56636
PREM NAVNATH JADHAV
11 days
Consistency pays off! . So proud to have earned the LeetCode "100 Days Badge 2025" for solving problems for over 100 days this year. The discipline has been a huge part of my growth. Onwards to the next milestone! πŸš€. #100DaysOfCode #LeetCode #Coding #Programming #ProblemSolving
Tweet media one
0
0
2
@PremNavnat56636
PREM NAVNATH JADHAV
11 days
Day 134 : .sharpening my coding skills! Just wrapped up LeetCode 784: Letter Case Permutation. Interesting one to get all those combinations. What's your go-to permutation approach? .#LeetCode #Algorithm #Permutation #CodingChallenge #134Days
Tweet media one
Tweet media two
0
0
2
@PremNavnat56636
PREM NAVNATH JADHAV
12 days
Day 133:#Recursion.Solved the "Subsets with Duplicates" problem. It's always satisfying to see that green "Accepted" after working through a recursive solution. Using a set was a clean way to handle the uniqueness constraint. The grind continues.#100DaysOfCode #CodingChallenge
Tweet media one
3
0
6
@PremNavnat56636
PREM NAVNATH JADHAV
13 days
Day 132 of #100DaysOfCode.Solved LeetCode 779: K-th Symbol in Grammar πŸ”.Used recursion + midpoint logic to flip bits efficiently! πŸ’‘.#LeetCode #Recursion #BitManipulation #CodingJourney
Tweet media one
2
1
18
@PremNavnat56636
PREM NAVNATH JADHAV
14 days
Day 131 : -. Crushed it! πŸŽ‰ Solved the "countWays" problem with 100% accuracy and in blazing 0.02 seconds! That's what I call progress. The DP approach worked like a charm. #CodingJourney #ProblemSolving #GeeksforGeeks #CompetitiveProgramming #DP #CountWays
Tweet media one
1
0
5
@PremNavnat56636
PREM NAVNATH JADHAV
15 days
Day 130 of coding challenges: Solved "Count of Good Numbers"! πŸš€ Another problem conquered, feeling the progress. Onwards and upwards! #CompetitiveProgramming #ProblemSolving #CodingJourney #100DaysOfCode
Tweet media one
2
0
8
@PremNavnat56636
PREM NAVNATH JADHAV
16 days
Day 129! πŸŽ‰ Tackled a bitwise manipulation problem today: swapping nibbles in an integer! πŸ’‘ It's all about using the right masks (0x0F and 0xF0) and bit shifts. Solved it efficiently and learned a lot! #BitwiseOperations #CodingChallenge #ProblemSolving #Day129 #Cpp
Tweet media one
0
0
2
@PremNavnat56636
PREM NAVNATH JADHAV
17 days
It's Day 128! πŸš€ Today's coding challenge: finding Array Leaders! An element is a leader if it's greater than or equal to all elements to its right. The rightmost element is always a leader. Solved it efficiently with a single right-to-left pass! #DSA #CodingChallenge #Array
Tweet media one
2
0
14
@PremNavnat56636
PREM NAVNATH JADHAV
18 days
Day 127:.recursion Problem :.solve subset problem on leetcode .hustel .
Tweet media one
Tweet media two
0
0
6
@PremNavnat56636
PREM NAVNATH JADHAV
19 days
Day 126: Permutations of a String! πŸ“œ. Tackling this classic problem today. The most common approach uses backtracking to systematically generate all possible arrangements of characters. Essential for understanding recursive algorithms! #CodingJourney #DSA #Backtracking
Tweet media one
0
0
2
@PremNavnat56636
PREM NAVNATH JADHAV
20 days
🧠 Day 125 of #100DaysOfCode. Solved LeetCode #17 πŸ‘‰ Letter Combinations of a Phone Number.πŸ“± Given digits like 23, return all letter combos like on a dial pad. 🌟 Used backtracking to generate combinations recursively!.πŸ”— Try it:
Tweet media one
0
0
2
@PremNavnat56636
PREM NAVNATH JADHAV
22 days
πŸš€ Day 124 of #100DaysOfCode.🧠 Solved the classic Pair Sum problem today using hashing!.Part of Day 1/43 – Teacher's Day Challenge 2025.An initiative by PAT Cell at #VITBhopal 🎯.Excited for 43 Days of Coding Excellence leading to Sept 5.#DrGViswanathan #CodingChallenge.
0
0
0
@PremNavnat56636
PREM NAVNATH JADHAV
24 days
Day 123 of coding Still pushing lines, learning new things, and solving challenges one commit at a time. Ever tackled the "count of inversion" problem? That's what I'm diving into today! Every day is a step forward! #100DaysOfCode #CodingJourney #CodeEveryDay #InversionCount
2
0
7
@PremNavnat56636
PREM NAVNATH JADHAV
25 days
πŸš€ Day 122 of #100DaysOfCode.βœ… Solved Merge Sort on LeetCode.🧠 Implemented recursive merge logic with dynamic memory allocation.πŸ“Š Runtime: 244 ms (Beats 53.77%).πŸ’Ύ Memory: 156.2 MB (Beats 39.09%).Keep learning, keep sorting! πŸ”πŸ’‘.#LeetCode #CPP #DSA #MergeSort #CodingJourney
Tweet media one
0
0
6
@PremNavnat56636
PREM NAVNATH JADHAV
26 days
Day 121: started recursion today: Solved foundational problems like sum of array elements, linear search, binary search, and checking if an array is sortedβ€”all using recursive approaches. Feeling that algorithmic power! . #Recursion #100DayChallenge #100daysofcoding #Day121.
0
0
0