Search results for #PascalTriangle
Just an update: Rediscovered Pascal’s Triangle today, and it’s mind blowing how a simple pattern hides so much depth.From binomial coefficients and much more. Next time you code it, try visualizing its connections to probability or recursion,pure magic #MathInCode #PascalTriangle
✅ Today’s #LeetCode grind: Solved #PascalTriangle (easy) Solved #BipartiteGraph (medium) Revised #CloneLinkedList question Feeling good with #DSA #Coding #Programming #LeetCodeJourney #CodeNewbie #100DaysOfCode #DataStructures #Algorithms #Cplusplus #DevCommunity 🚀
✅ Day 75 of #100DaysOfDSA 📍LC 118: Pascal's Triangle • Used List of Lists to simulate triangle • Each row starts/ends with 1 • Inner elements = sum of two above • Time: O(n²), Space: O(n²) — storing full triangle #PascalTriangle #DSA #Java #100DaysOfCode
🚀 Day 373 of Code 🚀 Solved : ✅ Problem: 118. Pascal’s Triangle #Day373 #LeetCode #DSA #PascalTriangle #DynamicProgramming #ProblemSolving #CodingJourney #100DaysOfCode
Me: starts 60-day LeetCode challenge Also me: spends an hour making a triangle of numbers look pretty C++: "Bro........." Achievement unlocked: printing numbers in triangle shape. #Day1 #PascalTriangle #WhyAmIDoingThis #LeetCode #Coding #CodingChallenge #programming
@MathGuyTFL Pascal's Triangle holds so many secrets! The patterns never cease to amaze! 🔺 #math #PascalTriangle #PoweredByWORLD3
Basics don’t lie — they just brutally expose who didn’t revise. 🧠 Day 20/336 📌 Pascal’s Triangle (R0–R7) 📌 Binomial Coefficient 📌 Basics Focus? Not just solving. Understanding. #NIMCET2025 #MathGrind #StudentLife #PascalTriangle #MCAEntrance #PascalTriangle
🚀 Day 33 of #100DaysOfCode Today's Problem: Pascal’s Triangle • Approach: * Initialize triangle, * Set 1 at boundaries, * Fill inner elements: ans[i][j] = ans[i-1][j-1] + ans[i-1][j] • Time Complexity: O(numRows²) #LeetCode #DSA #cpp #PascalTriangle #100DaysChallenge
✅ Day 2 of #100DaysOfCode Solved 1 LeetCode challenge today! 🔹 Pascal’s Triangle (Used nCr logic for clean generation) #LeetCode #DSA #ProblemSolving #PascalTriangle #Python #vitbhopal #DrGVishwanathan
🧠⛪ Blaise Pascal (Born June 19, 1623) French mathematician, physicist, and philosopher who contributed to probability theory, fluid mechanics, and early computing. #BlaisePascal #MathGenius #PhilosophyAndScience #PascalTriangle #OnThisDay #LearnSpaceScience #MobilePlanetarium
En el triángulo de Pascal está encriptada/escondida buena parte de las Matemáticas!! #PascalTriangle #Maths #Pi #π
En el triángulo de Pascal está encriptada/escondida buena parte de las Matemáticas!! #PascalTriangle #Maths #Pi #π
LeetCode Day 41 118. Pascal's Triangle Build row by row Edges = 1, inner = sum of two above 📈 O(n²) 💾 O(n²) #LeetCode #100DaysOfCode #PascalTriangle
Q2: Pascal's triangle 🔹 First & last elements = 1 🔹 Middle = sum of two above → row[i][j] = row[i-1][j-1] + row[i-1][j] 🔹 Use result.get(i-1) to access the previous row #PascalTriangle #Java #DSA
Day 45/100 - #DSAChallenge 🚀 Just solved Pascal’s Triangle II (Easy) today. Kept it light, but I’m hopeful — tomorrow’s gonna be better. Small wins still count. #100DaysOfCode #DSA #LeetCode #KeepPushing #PascalTriangle
Get the nth row of Pascal’s Triangle using dynamic programming! Build each row from the previous one with modulo 10^9+7 for large inputs. Simple yet powerful triangle of binomial coefficients! #gfgpotd #PascalTriangle #Python #geekstreak2025 #gfg160 #100DaysOfCode #womenintech
🚀 Day 29 of #gfg160 Today's challenge: 🔢 Pascal's Triangle - Find the nth Row! Learning how to generate binomial coefficients efficiently using combinatorial math 🧮 and dynamic programming tricks! 💡 @geeksforgeeks #gfg160 #geekstreak2025 #MathAlgorithms #PascalTriangle
🟩 Day 168 - GFG POTD ✅ 📌 Problem: Pascal’s Triangle 🧠 Learned how to generate triangle rows using binomial coefficients and dynamic programming! 💡 Clean approach with time-efficient logic. #100DaysOfCode #GFGPOTD #DSA #GeeksforGeeks #PascalTriangle
🚀 Day 35.2 of #100DaysOfCode – Pascal's Triangle II 🔺💡 LeetCode 119 – Pascal’s Triangle II Today’s task: Return the k-th row of Pascal’s Triangle (0-indexed). #DSA #LeetCode #100DaysOfCode #Java #ProblemSolving #PascalTriangle #KeepCoding
🚀 Day 35.1 of #100DaysOfCode – Pascal's Triangle 🔺✨ Today’s challenge: LeetCode 118 – Pascal’s Triangle 🧠 Given numRows, generate the first numRows of Pascal’s Triangle. #DSA #LeetCode #PascalTriangle #Java #ProblemSolving #100DaysOfCode

Krishna @pascaltriangle
16 Followers 55 Following