Explore tweets tagged as #dynamicprogramming
Print Longest Increasing Subsequence 1️⃣ Build dp - length of LIS at each index 2️⃣ Use hash - track predecessors to backtrack 3️⃣ Find LIS end, trace back, reverse - actual subsequence #DynamicProgramming #100DaysOfCode #LearnInPublic #Coding #DSA
2
0
12
🧩 LeetCode 300: Longest Increasing Subsequence 🔑 Idea → DP + Binary Search ⚡ Approach → Recursion + Memoization → Tabulation → O(n log n) 💡 Learning → Optimizing step by step shows the true power of DP 🚀 #LeetCode #DynamicProgramming #DSA #100DaysOfCode #ProblemSolving
0
0
7
1
0
3
🗓️Day-114/365 | #365DaysOfCode 💻| @geeksforgeeks
#DynamicProgramming in #DSA ✅Problem: Stickler Thief 2 → Recursion → Top-Down (Memoization) → Bottom-Up (Tabulation) → Space Optimization 🔗Course Link: https://t.co/yEOdje9YEE
#skillupwithgfg #nationskillup #geeksforgeeks
0
0
9
Day 74 of #100DaysOfCode today solved the #potd of #gfg on #LeetCode perfect square Used the DP (memoization) approach to find the minimum number of perfect squares that sum up to a given number. #coding #dsa #dynamicprogramming #CodingJourney
3
0
20
Wrapped up with the final 2 Dynamic Programming patterns — DP on MCM & DP on Squares! With DP fully done, it’s time to: ➡️ Start a new DSA Sheet! ➡️ Join LeetCode contests to sharpen my edge! #StriversA2ZDSASheet #LeetCode #100DaysOfCode #DynamicProgramming #DSA #CodingJourney
0
0
4
📘 Wrapped up with the 7th Dynamic Programming pattern — DP on LIS (Longest Increasing Subsequence)! 🎯 Up Next: ➡️ DP on MCM (Matrix Chain Multiplication)! ➡️ DP on Squares! #StriversA2ZDSASheet #100DaysOfCode #DynamicProgramming #DSA #CodingJourney
1
0
1
Was a hectic day at office 🏢, fixed some bugs 🐞 Then smashed my gym session 💪 and now onto some dynamic programming problems 🧠💻 #CodingLife #GymTime #Developer #Programming #TechLife #DynamicProgramming #GrindMode
0
0
1
🗓️Day-113/365 | #365DaysOfCode 💻| @geeksforgeeks
#DynamicProgramming in #DSA ✅Stickler Thief → Recursion → Top-Down (Memoization) → Bottom-Up (Tabulation) → Space Optimization 🔗Course Link: https://t.co/yEOdje9YEE
#skillupwithgfg #nationskillup #geeksforgeeks
0
0
28
🚀 Day 97 of #100DaysOfDSA Solved LC 139 – Word Break ✂️ Used Dynamic Programming to check valid word segmentations. ⏱️ O(N²) | 💾 O(N) #100DaysOfDSA #LeetCode #DSA #DynamicProgramming #StriverSheet
1
0
16
Day 85 of #100DaysOfCode Today I solved LeetCode 518 – Coin Change II, a dynamic programming problem that strengthened my understanding of combination-based DP logic. #DynamicProgramming #LeetCode #CodingJourney #Python #100DaysOfCode
0
0
3
(Open Access) Dynamic Programming and Bayesian Inference, Concepts and Applications: https://t.co/UqDUaspXYP Look for "Read and Download Links" section to download. Follow me if you like #DynamicProgramming #Bayesian #BayesianInference #Statistics #LinearProgramming #Optimization
0
0
0
🚀Day 28 of DSA Journey: Solved DP Question #DSA #CodingJourney #DynamicProgramming #100DaysOfCode Maximum sum of non-adjacent elements
0
0
11
🚀 Day 390 of Code 🚀 Solved : ✅ 2348. Number of Zero-Filled Subarrays #Day390 #LeetCode #DSA #ProblemSolving #Arrays #CodingJourney #DynamicProgramming #Algorithms #100DaysOfCode
1
0
16
🚀 Day 429 of Code 🚀 Solved : ✅ 120. Triangle #Day429 #DSA #LeetCode #DynamicProgramming #ProblemSolving #Algorithms #CodingJourney #100DaysOfCode
0
0
2
Mastering Data Structures & Algorithms is the foundation of strong problem-solving skills. #DataStructures #Algorithms #Coding #DSA #Python #ProblemSolving #CodingInterview #TechCareers #LearnToCode #CodeNewbie #Developer #Programmer #SoftwareEngineering #DynamicProgramming #ML
3
1
13
🔥 Day 425 of #geekstreak2025 ✅ GFG POTD: Stock Buy and Sell with Cooldown 💡 Used Dynamic Programming (state compression) maintaining 3 states: dp0: not holding, no cooldown dp1: holding a stock dp2: in cooldown after selling #dsa #java #dynamicprogramming #geekstreak2025
1
0
5
🚀Day 27 of DSA Journey: Solved DP Question #DSA #CodingJourney #DynamicProgramming #100DaysOfCode Frog Jump
0
0
9