Day 8/30 #6companies30dayschallenge 1.) ✅ find the city with the smallest number of neighbors at a threshold distance 2.) ✅ maximum product of the length of two palindromic subsequences 3.) ✅ count number of nice subarrays Problem Solved - 24/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
HARDIK GARG’s Post
More Relevant Posts
-
Day 9/30 #6companies30dayschallenge 1.) ✅ Image Smoother 2.) ✅ Count the number of incremovable subarrays i 3.) ✅ Minimum cost to convert string i Problem Solved - 27/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
GitHub - Hardik2972/-6companies30dayschallenge: #6companies30dayschallenge #revisewitharsh
github.com
To view or add a comment, sign in
-
Day 21/30 #6companies30dayschallenge 1.) ✅ Count Collisions on a Road 2.) ✅ Construct the Longest New String 3.) ✅ Length of Longest Subarray With at Most K Frequency Problem Solved - 63/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
GitHub - Hardik2972/-6companies30dayschallenge: #6companies30dayschallenge #revisewitharsh
github.com
To view or add a comment, sign in
-
Day 2/30 #6companies30dayschallenge 1.) ✅ maximum sum of BST 2.) ✅ Run Length Encoding 3.) ✅ Number of People aware of a Secret Problem Solved - 6/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
GitHub - Hardik2972/-6companies30dayschallenge: #6companies30dayschallenge #revisewitharsh
github.com
To view or add a comment, sign in
-
Day 4/30 #6companies30dayschallenge 1.) ✅ Number of ways to reach a position after exactly k steps 2.) ✅ K divisible elements subarrays 3.) ✅ Number following a pattern Problem Solved - 12/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
GitHub - Hardik2972/-6companies30dayschallenge: #6companies30dayschallenge #revisewitharsh
github.com
To view or add a comment, sign in
-
Day 17/30 #6companies30dayschallenge 1.) ✅ Last Moment Before All Ants Fall Out of a Plank 2.) ✅ Construct the Longest New String 3.) ✅ Trim a Binary Search Tree Problem Solved - 51/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
GitHub - Hardik2972/-6companies30dayschallenge: #6companies30dayschallenge #revisewitharsh
github.com
To view or add a comment, sign in
-
Day 14/30 #6companies30dayschallenge 1.) ✅ Maximum Length of Repeated Subarray 2.) ✅ Get Equal Substrings Within Budget 3.) ✅ Extra Characters in a String Problem Solved - 42/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
GitHub - Hardik2972/-6companies30dayschallenge: #6companies30dayschallenge #revisewitharsh
github.com
To view or add a comment, sign in
-
Day 24/30 hashtag#6companies30dayschallenge 1.) ✅ Kth Largest Element in a Stream 2.) ✅ Find the City With the Smallest Number of Neighbors at a Threshold Distance 3.) ✅ Query Kth Smallest Trimmed Number Problem Solved - 72/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
GitHub - Hardik2972/-6companies30dayschallenge: #6companies30dayschallenge #revisewitharsh
github.com
To view or add a comment, sign in
-
Day 18/30 #6companies30dayschallenge 1.) ✅ Constrained Subsequence Sum 2.) ✅ Short Encoding of Words 3.) ✅ Matrix Cells in Distance Order Problem Solved - 54/90 GitHub - https://lnkd.in/gqhvJb8Y #arshgoyal #CareerDevelopment #ChallengeAccepted #ProblemSolving #ContinuousLearning #NewYearGoals #TechChallenge #CareerResolution #6Companies30DaysChallenge #revisewitharsh
GitHub - Hardik2972/-6companies30dayschallenge: #6companies30dayschallenge #revisewitharsh
github.com
To view or add a comment, sign in
-
Day 5/30 🌟 Thrilled to wrap up Day-5 of the #6Companies30Days challenge, successfully solving three intriguing problems: 1) Count the Number of Incremovable Sub-Arrays 2) Image Smoother 3) Following a Number Pattern Problems Solved - 15/90 Github - https://lnkd.in/gFHXk598 #6companies30daysChallenge #RevisewithArsh #CodingChallenge #DSA #ArshGoyal
GitHub - Ishaan-Singhal1/6companies30daysChallenge
github.com
To view or add a comment, sign in
-
Day 9 of #6Companies30DaysChallenge PROBLEM SOLVED- 1. Find the City With the Smallest Number of Neighbors at a Threshold Distance: T.C(O(n^2) (BFS) 2. Maximum Product of the Length of Two Palindromic Subsequences: T.C(O(3^n) (Backtrack) gitHub_repo - https://lnkd.in/dHhNTJTC #ReviseWithArsh #6Companies30Days
GitHub - Kunalkbhatia/-RevisewithArsh-6Companies30DaysChallenge
github.com
To view or add a comment, sign in
Knight @ LeetCode | 3⭐@CodeChef |C++|Java|Python| DTU'26 (CSE)
10moLove this