Another weekend, another LeetCode contest.
I finished Weekly Contest 514 with a global rank of 4,112.
I was able to clear the first three problems, though not without a fight (B: 1WA, C : 4 WA ๐ฅฒ) but ran into a bottleneck on the fourth.
#LeetCode#CodingContest#Algorithms
Literally fell asleep thinking about Problem E!
Thanks to staying consistent with LeetCode contests lately, I joined a Codeforces Div 3 yesterday after a long gap. I managed to solve the first four problems.
๐ฏ/๐ฐ ๐ฎ๐ ๐๐ผ๐ฑ๐ฎ๐'๐ ๐๐ฒ๐ฒ๐๐๐ผ๐ฑ๐ฒ ๐ฐ๐ผ๐ป๐๐ฒ๐๐!
Restarting my DSA journey after a small gap.
First 2: Very easy warm-up.
3rd: Required some solid DP logic, but got it done.
Shaking off the rust and staying consistent from here. ๐
#ProblemSolving#Algorithms
College dropout Alakh Pandey cofounded edtech company Physics Wallah in 2020 with his business partner.
Physics Wallah offers test prep courses to help students crack entrance exams for engineering and medical colleges.
See where he lands on the 2026 #ForbesBillionaires list: https://t.co/JYn52gRk2z (Photo: Physics Wallah)
I don't know how much of this is real, but I am sure that we are standing at the frontier of an entirely new reality.
Absolute Cinema!!
https://t.co/9PUFN8vwBg
incredibly smooth and clear lecture, I watch it on 0.9x on youtube and created a short note, one page attached below. (now i will never forget "A fluffy blue creature roamed the verdant forest." )
๐ Day 21/50 โ Coding in Public
1๏ธโฃ Assignments Instinxt AI: Completed, by building MCP client + MCP server, and also use recursive approach so LLM can call the tools if he isn't satisfy. And that's how i implemented the agent logic, mimicing how the langchain behaves.
(I juggled too much with Gemini integration, idk what i was missing, but completed the project with huggingface)
github: https://t.co/6aRhx3pqas
2๏ธโฃTransformer Visualization: Today i again learn transformer architecture from @grantsanderson,
3๏ธโฃ Project Review: Reviewed the complete workflow for both CodeRAG Agent and Meetrag AI.
๐งโ๐ป Portfolio: https://t.co/bNW20r5CE9
#LLM#LangChain#CodeRAG
๐ Day 18โ20/50 โ Coding in Public
1๏ธโฃ Assignments:
a. DeepLogic AI โ Built an Invoice Data Extractor with both CLI & API. Explored multiple methods and finally used a hybrid approach: regex extraction + coordinate-based extraction using pdfplumber.
b. CargoPro AI โ Built a Spring Boot app implementing custom business logic. c. Instinxt AI โ Created a basic agent server capable of interacting with a database.
2๏ธโฃ Advanced Python: Learned concepts like multithreading and multiprocessing from a 6-hour FreeCodeCamp lecture.