Explore tweets tagged as #PascalTriangle
@YashPor22727500
Yash Porwal
14 days
✅ 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
Tweet media one
0
0
6
@lrnspacescience
Space Science Learning Club
26 days
🧠⛪ 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
0
2
4
@MrValencia24
Libo Valencia 🧮 MathPlay
1 year
Tweet media one
Tweet media two
4
6
25
@a__payal
Payal A
2 months
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
Tweet media one
1
0
36
@evilzeda
𝕏 Lawliet 𝕏 🇵🇸
7 months
Pertama ngelakuin verifikasi input dengan syarat numRows >= 1, karena jika numRows = 0 maka akan mengeluarkan output empty list. Nextnya inisiasi elemen pertama dari pascaltriangle yaitu [1] (kalau kasusnya != [1] maka tinggal ganti inisiasi elemen awal ini).
Tweet media one
1
0
2
@Kashish_x_1
Kashish Chug
8 months
✅Day 25 of #100daysofcode .I practised question 118 on #leetcode based on #array that it #pascaltriangle it was #easy .#DSA .#learning .#skills.#maths.#algorithms.#DataAnalytics.#c++
Tweet media one
0
0
7
@felipemellozx
Felipe Melo
2 months
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
Tweet media one
0
0
3
@gsarcone
Gianni A. Sarcone
2 years
One of the most interesting number patterns is "Pascal’s Triangle" with many interesting math properties. Available as prints & posters from my online gallery: #pascaltriangle #maths
Tweet media one
0
0
5
@Manohar2909
Manohar Chirukuri
10 days
🚀 Day 34 of #100DaysOfCode: Diving Deeper Into Recursion & Backtracking. 216. Combination Sum III.118. Pascal's Triangle. #100DaysOfCode #JavaWithDSA #RecursionInJava .#PascalTriangle #CodingChallenge #TechInPublic .#CodeNewbie #SoftwareEngineering .#DeveloperCommunity
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
1
@45NitinVerma
Nitin Verma
4 months
💡 Solved Pascal’s Triangle Variant 1 - Finding element at (r, c)!. 🔹 Approach 1: Factorial-based nCr .✅ O(n) time. 🔹 Approach 2: Optimized nCr .✅ O(r) time.Great for combinatorics & DP! 🚀.#DSA #LeetCode #Coding #Math #Combinations #PascalTriangle
Tweet media one
Tweet media two
0
0
2
@Gopal_pandey99
Gopal Pandey I.T GP nainital
1 year
Understanding Pascal’s Triangle. Pascal’s triangle is a fascinating mathematical construct. It’s a triangular array of binomial coefficients, where each entry represents a combination. #programming #cplusplus #pascaltriangle #mathematics
Tweet media one
0
0
1
@45NitinVerma
Nitin Verma
4 months
💡 Solved Pascal’s Triangle Variant 2 – Print the N-th row using 2 approaches:.1️⃣ Naive (C(n, r) formula) - O(n²) time.2️⃣ Optimal (Iterative formula) - O(n) time.🔹 Pascal’s Triangle is a must-know for combinatorics & binomial expansion!. #DSA #Coding #LeetCode #PascalTriangle
Tweet media one
Tweet media two
0
0
2
@anikchand461
Anik Chand
8 months
• 💪 Worked on Power of 2.• ✅ Solved today’s POTD on GeeksforGeeks 🎯. Consistency is key! 🔥 Let’s keep pushing! 🚀. #100DaysOfDSA #CodingJourney #POTD #DSA #GeeksForGeeks #PascalTriangle #BinaryMath #MagicNumber #ProblemSolving #CodingCommunity 💡✨
Tweet media one
1
0
2
@vazhgapallandu
vazhlgapallandu
2 years
Tweet media one
0
0
0
@erpriyanshurao
Priyanshu Rao
3 months
🚀 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
Tweet media one
0
0
2
@erpriyanshurao
Priyanshu Rao
3 months
🚀 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
Tweet media one
0
0
3
@msdebugger_VK
VK
2 months
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
Tweet media one
0
0
0
@AjayAP4499
Ajay Parbhane
6 months
🌟 #Day13 of the #100DaysOfCode Challenge 🚀.Today's focus:.✅ Pascal's Triangle.🔹 Used the nCr formula approach for precision and efficiency. 🔹 Explored the mathematical beauty behind combinations in generating Pascal's Triangle. #Coding #DSA #PascalTriangle #100DaysOfCode
Tweet media one
Tweet media two
0
0
1