UnSt0ppable777 Profile Banner
Kanchan Profile
Kanchan

@UnSt0ppable777

Followers
10
Following
177
Media
88
Statuses
110

Joined January 2025
Don't wanna be here? Send us removal request.
@UnSt0ppable777
Kanchan
2 days
🧠 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
Tweet media one
0
0
5
@UnSt0ppable777
Kanchan
4 days
🧠 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
Tweet media one
4
0
14
@UnSt0ppable777
Kanchan
4 days
🧠 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
Tweet media one
0
0
4
@UnSt0ppable777
Kanchan
5 days
πŸš€ 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
Tweet media one
1
0
9
@UnSt0ppable777
Kanchan
5 days
πŸ’₯ DSA Q62: Maximum Product Subarray.Find the contiguous subarray with the maximum product in an integer array. #DSA #Coding #LeetCode #100DaysOfCode #JavaScript #Python #GreedyAlgorithm
Tweet media one
1
0
5
@UnSt0ppable777
Kanchan
7 days
πŸ’Ή 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
Tweet media one
0
0
2
@UnSt0ppable777
Kanchan
10 days
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
Tweet media one
0
0
4
@UnSt0ppable777
Kanchan
27 days
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
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
2
@UnSt0ppable777
Kanchan
1 month
πŸš€ 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
Tweet media one
0
0
5
@UnSt0ppable777
Kanchan
1 month
RT @GitKraken: We're celebrating! πŸŽ‚ Save up to 80% on GitKraken Pro - Only until end of week! ⏰.
0
141
0
@UnSt0ppable777
Kanchan
1 month
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
Tweet media one
0
0
3
@UnSt0ppable777
Kanchan
1 month
πŸš€ 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
Tweet media one
0
0
4
@UnSt0ppable777
Kanchan
1 month
DSA Q:56 Longest Continuous Increasing Subsequence. #100DaysOfCode #DSA #leetcode.@LeetCode .@ThePracticalDev .@code .@JavaScript .@reactjs .@nextjs .@nodejs
Tweet media one
0
0
4
@UnSt0ppable777
Kanchan
1 month
🧠 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
Tweet media one
0
0
3
@UnSt0ppable777
Kanchan
1 month
πŸ”Ή 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
Tweet media one
0
0
2
@UnSt0ppable777
Kanchan
1 month
🧠 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
Tweet media one
0
0
3
@UnSt0ppable777
Kanchan
1 month
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
@UnSt0ppable777
Kanchan
1 month
🧠 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
Tweet media one
0
0
2
@UnSt0ppable777
Kanchan
1 month
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
Tweet media one
0
0
3
@UnSt0ppable777
Kanchan
1 month
πŸš€ 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
Tweet media one
0
0
2