Prakash
@prakash_iitp
Followers
49
Following
5K
Media
97
Statuses
357
sophomore • DSA/C++ • dev
➤
Joined December 2023
Got a research internship (3 months). 4 days in, mostly data analysis so far. Is this worth it?
0
1
1
Got a research internship (3 months). 4 days in, mostly data analysis so far. Is this worth it?
0
1
1
One of the most transformative semesters at IIT Patna. Learned DSA, web dev, ML, contributed to open source, worked with the Placement Cell, built my first hackathon project, got selected as a Google Student Ambassador & enjoyed campus immersion. On to the next chapter!
0
0
1
START using AI to code. START using AI to code. START using AI to code. START using AI to code. START using AI to code. START using AI to code. START using AI to code.
0
0
0
Not gonna lie… I’m struggling to stay consistent on X lately. Behind the scenes I’m learning every day DSA and Dev. But my posting consistency keeps breaking. How do you all maintain consistency here?😭
0
0
0
Whenever I feel low, I just watch Virat Kohli revenge edits 📈 Don’t know why, but it hits different… feels personal.
0
0
0
Rotate matrix k times? Just do k % 4: 0 → 0° 1 → 90° 2 → 180° 3 → 270° That’s it. #DSA #cpp #leetcodedaily
0
0
0
Want to rotate a matrix 180°? Just reverse the rows, then reverse each row again. Or even simpler: reverse the whole matrix, then reverse every row. That’s the entire trick clean and in-place. #DSA #cpp #leetcodeproblems #Coding
0
0
0
💡 Rotate a matrix 90° clockwise in just 2 steps: 1️⃣ Transpose the matrix 2️⃣ Reverse every row That’s the whole trick. Clean, simple & super optimal. If you got this in 5 seconds, you're already ahead of most beginners 👀✨ #DSA #Coding #leetcodeproblems #cpp
0
0
2
I still struggle with some easy questions, but I’m staying consistent. I learn through tutorials, notes, and self-practice and I use ChatGPT whenever I need clarity. Slowly, things are starting to make sense, and I can feel myself improving.
1
0
2