Saad (@ssaaaadd_sh) 's Twitter Profile
Saad

@ssaaaadd_sh

Final year student | Learning development | Passionate about open source tech | Sharing my coding journey and projects 🌐💻

ID: 1738019482910814208

linkhttps://github.com/szzd7223 calendar_today22-12-2023 02:12:34

148 Tweet

157 Followers

362 Following

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 27 of #100DaysOfCode I did some linked list questions today 1. Reverse Linked list 2. Find the middle of linked list 3. Check if the linked list is palindrome #DSA #sde #SoftwareEngineering #LearnInPublic

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 28 of #100DaysOfCode I did questions of pascal's triangle - Find specific value at row and column - Print a specific row of pascal's triangle - Generate a pascal's triangle till nth row #DSA #LearningJourney

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

day 29 of #100DaysOfCode I revised approaches of some previously done questions - Generate a whole pascal triangle - Buy and sell stock #DSA #LearningJourney

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 30 of #100DaysOfCode I did 2 DSA questions - Find Next Permutation - Max Subarray Sum (Kadane's Algorithm) Oh and after like almost a year I HAVE COMPLETED 30 DAYS! (That kinda says a lot about my inconsistency in learning but a win is a win)

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 31 of #100DaysOfCode Did even more questions some leetcode easy ones - Length of last word - palindrome - valid parentheses Also here's my DSA GitHub repository that I'm trying to maintain. It mainly follows the striver SDE sheet. github.com/szzd7223/DSA

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 32 of #100DaysOfCode Did these DSA questions: - Longest substring without repeat (Leetcode 3) - Rotate Matrix (Leetcode 48) - Merge Overlapping Subintervals (Leetcode 56) I uploaded solutions on my github, and also check out my leetcode profile too leetcode.com/u/ssaaaadd/

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 33 of #100DaysOfCode Did some DSA questions: - Pow(x,n) - Sqrt(x) - Merge Two Sorted Arrays Without Extra Space And here's my leetcode and github repository, check it out github.com/szzd7223/DSA leetcode.com/u/ssaaaadd/

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 34 of #100DaysOfCode Did these questions: - Binary Search in a 2D matrix - 2Sum Problem here's my github and leetcode github.com/szzd7223/DSA leetcode.com/u/ssaaaadd/

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 35 of #100DaysOfCode Did these DSA questions: -Find the majority element (>N/2) -Find the majority element (>N/3)

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

I am looking for an internship and seems like I can't get it anywhere. I will need it to show to my college in 8th sem. So if anyone have any leads, please let me know.

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 41 of #100DaysOfCode I was struggling with recursion so, I revisited the concept and saw some videos about it. Tried some very basic easy problems by myself, like sum of n numbers or sum of digits of a number, also did two leetcode problems again (Subsets I and min subarr)

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 42 of #100DaysOfCode Felt overwhelmed last 3 days, but managed 2 DSA Questions today. - Explored heaps & priority queues (still a bit confused) - Solved Kth largest element using min-heap - Revisited Valid Parentheses Question Still showing up.

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 43 of #100DaysOfCode Did these 2 DSA questions: - Roman to integer - Find the index of the first occurance in a string

Saad (@ssaaaadd_sh) 's Twitter Profile Photo

Day 44 of #100DaysOfCode Did these DSA questions today: - Max Depth of binary tree - Two sum I have done both of these so many times, but I had to do at least 2 questions today, even if it's repeating.