Filter
Exclude
Time range
-
Near
GHANNATH KUMAR (G.K.G.S) retweeted
#Day76 I really enjoyed it🥰 problem on @LeetCode 692. Top k Frequent words (sorting of objects ,Hashmap andBinary Heap are used in this question).. #LeetCode #100DaysOfCode #DSA #Coding #Java #Programmer #Tech #Recursion #Backtracking #CodeNewbie Like 📷 and connect 📷..
1
3
GHANNATH KUMAR (G.K.G.S) retweeted
Done🥰 it also today.. Find x sum of k -Long subarrays I.. #LeetCode #100DaysOfCode #DSA #Coding #Java #Programmer #Tech #Recursion #Backtracking #CodeNewbie Like ❤ and connect 🫂..
3
1
9
Day 16 ✅ #Recursion & #Backtracking (Heavy Day 😅) Covered: • N-Queens & N-Knights - placing pieces with valid constraints • Sudoku Solver using backtracking Solved LeetCode (Hard) Question #100DaysOfCode #DSA #DSAwithKunal #buildinpublic #leetcodedaily
Day 15 ✅ #Recursion + Backtracking (Maze Problems) Covered: • Counting & printing all possible paths in a maze • Added diagonal moves + obstacle handling • Backtracking while exploring all paths LeetCode Question #100DaysOfCode #DSAwithKunal #buildinpublic #leetcodedaily
1
7
GHANNATH KUMAR (G.K.G.S) retweeted
#Day74 Today Done ✅on @LeetCode 104.Last stone weight. 215.Kth largest element in an array. 347. Top k frequent elements. Like and connect. #LeetCode #100DaysOfCode #DSA #Coding #Java #Programmer #Tech #Recursion #Backtracking #CodeNewbie
1
1
9
🗓️ Day 99 of #100DaysOfDSA Practiced a backtracking problem: 1️⃣ LeetCode 77 : Combinations Generate all combinations of k numbers from 1 to n , a classic recursion example! It helped me grasp how backtracking efficiently makes and undoes choices. 💡 #DSA #Backtracking
1
7
GHANNATH KUMAR (G.K.G.S) retweeted
#Day74 Today Done ✅ -> Implementation and deletion in binary heap (max heap) and heapify method ( sometime it is asked in #interview ). 😊good night all with this. #LeetCode #100DaysOfCode #DSA #Coding #Java #Programmer #Tech #Recursion #Backtracking #CodeNewbie
1
4
Today, I solved the problem "211. Design Add and Search Words Data Structure" on LeetCode using Go! #Trie #Backtracking I used a trie to store the words, and for each search, I used backtracking if the current character that I am in the trie search is `.`. Happy LeetCoding!
2
Put Claudia down LIKE YESTERDAY It's giving tvd Ripper.
Today, I solved the problem "140. Word Break II" on LeetCode using Go! #Backtracking I used backtracking to create all the possibilities from the dictionary that can be made into the string s. Happy LeetCoding!