🚀Day 2/45 of the #SDESheetChallenge
Completed Arrays Part I - All 3 Qs✅
1. kadanes algo in O(n) by reset sum to 0 whenever it becomes -ve
2. Sort an array of 0s 1s and 2s using couting approach
3. Stock buy and sell in O(n) using greedy approach
Day 61 of #100DaysOfCode
Solved some problems on LC
- Topo sort
- kahn's algo
- Clone graph
Learned about the transformer architecture and understood its components:
- Tokenization
- KV cache
- multi- head attention
- Feed-forward network
- Positional embeddings
Day 60 of #100DaysOfCode
Solved 3 problems on LC
Started learning Transformer architecture from first principles
From now on, I’ll focus on learning new concepts and sharing my progress every day