Day - 05✅ of #SDESheetChallenge
Problems Solved -
1. Search in 2D matrix
2.Pow(x,n)
3.Majority Element-1
Pow and 2D matrix needed a mathematical approach
End sems going on , still trying my best to continue this challenge 💯
@takeUforward_@striver_79
Day 5 of 45 days🫡
Today learned and revised:
1)Pow(x,n): classic one
2)Majority element: Moore Boyer voting algo
3)search in matrix: Binary search logic(use of / and %, to convert 1-d index to 2-d)
@takeUforward_#SDESheetChallenge#DSA
Leetcode_id: leetcode.com/u/aadii_47/
Day 2 of building in public
> Solved 2 LeetCode problems on Bit Manipulation
> Built a JavaScript project: Movie search app
>Made an open-source contribution
Day 4/45 of #SDESheetChallenge
- Find the Duplicate Number
- Find the Repeating & Missing Number
- Inversion Count
Today's takeaway:
• Floyd's Cycle Detection
• Frequency Counting
• Merge Sort
Every problem teaches a pattern. Every pattern builds confidence.
@striver_79
Happy to share that I've received my offer letter from Infosys for the Digital Specialist Engineer (DSE) role!
Grateful for the teaching and guidence of @piyushgarg_dev@Hiteshdotcom@nirudhuuu everyone at @ChaiCodeHQ for support.
Excited to go on new learning journey.
Day 4 #SDESheetChallenge
3 problems today.
- find repetition
- find repeating and missing
- count inversions
Floyd's cycle detection, math equations and merge sort; you wouldn't expect 'em in simple array problems.
learnings and explanation in thread (1/8)
@takeUforward_