
Kanchan
@UnSt0ppable777
Followers
10
Following
177
Media
88
Statuses
110
Joined January 2025
π§ DSA Q66: Intersection of Two Arrays II.Given two arrays nums1 and nums2, return an array of their intersection. Each element in the result should appear as many times as it shows in both arrays. #DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
0
0
5
π§ DSA Q65: Find Minimum in Rotated Sorted Array. You're given a rotated sorted array with no duplicates. Find the minimum element in O(log n) time. #DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
4
0
14
π§ DSA Q64 β Single Element in a Sorted Array.Sorted array, every element appears twice except one. Find that single element in O(log n) time. #DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
0
0
4
π DSA Q63: Maximum Subarray (Kadaneβs Algorithm).Find the contiguous subarray with the maximum sum in a given array. #DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
1
0
9
π₯ DSA Q62: Maximum Product Subarray.Find the contiguous subarray with the maximum product in an integer array. #DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
1
0
5
πΉ DSA Q:61 Best Time to Buy and Sell Stock.Maximize your profit by buying low & selling high β track the minimum price and calculate potential profits!.One pass, O(n) time π₯.#DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
0
0
2
DSA Q:60 π¬ Distribute Candies.π§ Given an array of candy types, distribute them so the sister gets maximum variety. π§ Use a Set to count unique types.β
Answer = min(unique types, n / 2).#DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
0
0
4
Just wrapped up Season 1 & 2 of Namaste Node.js! π.It cleared all my basics and gave me a solid start in backend dev. Built a project (still WIP) β adding more features & learning as I go π.Lots more to cover, but loving the journey!.#Node .@namastedev_ .@akshaymarch7
1
0
2
π DSA Q:59 - Maximize Sum After K Negations. Given an integer array nums and an integer k, perform k negations (flip sign of elements). Return the maximum possible sum after the operations. #DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
0
0
5
RT @GitKraken: We're celebrating! π Save up to 80% on GitKraken Pro - Only until end of week! β°.
0
141
0
DSA Q58: Check If N and Its Double Exist π§ Problem: Given an array, check if there exists N and M such that N = 2 * M or M = 2 * N. #DSA #Coding #Leetcode #100DaysOfCode #JavaScript #ReactDev
0
0
3
π DSA Q: Can Place Flowers πΌ.You're given a flowerbed (array) with plots (0 = empty, 1 = planted). Can you plant n new flowers without violating the "no adjacent flowers" rule?.#DSA #Coding #Leetcode #100DaysOfCode #JavaScript #ReactDev
0
0
4
DSA Q:56 Longest Continuous Increasing Subsequence. #100DaysOfCode #DSA #leetcode.@LeetCode .@ThePracticalDev .@code .@JavaScript .@reactjs .@nextjs .@nodejs
0
0
4
π§ DSA Q#55: Most Common Word.Given a paragraph and a list of banned words, return the most frequent non-banned word. #100DaysOfCode #DSA #leetcode.@LeetCode .@ThePracticalDev .@code .@JavaScript .@reactjs .@nextjs .@nodejs
0
0
3
πΉ DSA Q:54 - Degree of an Array.Find the smallest possible length of a contiguous subarray with the same degree as the original array. #100DaysOfCode #DSA #leetcode.@LeetCode .@ThePracticalDev .@code .@JavaScript .@reactjs .@nextjs .@nodejs
0
0
2
π§ DSA Q:53 - Largest Number At Least Twice of Others.Given an array, return the index of the largest number if it is at least twice as large as every other number. Else, return -1. #100DaysOfCode #DSA #leetcode.@LeetCode .@ThePracticalDev .@code .@JavaScript .@reactjs .@nextjs
0
0
3
Sharing my 1st ever project π. When I started learning with the Namaste React course, they built a Netflix clone but I wanted to try something different. I haven't shared it anywhere before β but from now on, I'll be posting all my projects here! . @namastedev_ @akshaymarch7
0
1
7
π§ DSA Q52: Minimum Index Sum of Two Lists.Find common strings in two lists with the lowest index sum!. #100DaysOfCode #DSA #leetcode.@LeetCode .@ThePracticalDev .@code .@JavaScript .@reactjs
0
0
2
DSA Q: Find All Numbers Disappeared in an Array.Given an array nums of size n with elements in [1, n], some appear twice, some once.Return all numbers in the range that donβt appear in nums. #100DaysOfCode #DSA #leetcode.@LeetCode .@ThePracticalDev .@code .@JavaScript .@reactjs
0
0
3
π DSA Q:52 - Array Partition.Given an array of 2n integers, group them into n pairs such that the sum of min(ai, bi) of each pair is maximized. #100DaysOfCode #DSA #leetcode.@LeetCode .@ThePracticalDev .@code .@JavaScript .@reactjs .@nextjs .@nodejs
0
0
2