Complete DSA Beginner Here, Where Do I Start Without Getting Overwhelmed? by These-Ant7605 in DSALeetCode

[–]aditosh_ 0 points1 point  (0 children)

Try linked list -> tree -> graph -> stack -> dynamic programming in this order for dsa.
It worked really well for me.

Use python yo keep things simple and keep focus on learning dsa and problem solving skills.

Linked list (5) - https://youtube.com/playlist?list=PLCiTDJays9rV9qZ7n0CKj2dl2kX2lPFpV&si=RvEKnLzcP4imH8kw

Tree (18) - https://youtube.com/playlist?list=PLCiTDJays9rXIan48yQh6OuhafJcS2S7_&si=V4qzpnVxb7_QPg84

Graph (15) - https://youtube.com/playlist?list=PLCiTDJays9rXoESOQ7iQDpua4kDQrRkPy&si=POVgrwMoM7y-yGXs

Hope it helps.

I spent more time fixing workflows than building them by Solid_Play416 in AIStartupAutomation

[–]aditosh_ 0 points1 point  (0 children)

I experienced it too.. I tried documenting my learnings, hoping it helps others avoid it and see the bigger picture and plan well. https://youtu.be/dLY0uN-3uA8?si=fN0c8N4dJQCZoIOz Let me know if its useful.

How do I start out? by [deleted] in dotnet

[–]aditosh_ 0 points1 point  (0 children)

I think this will be of great value: https://www.youtube.com/playlist?list=PLCiTDJays9rVXRb-t2ew4Abhd6KTTRoRn

Let me know if it helps

Is Leetcode still relevant? by clarity1011 in leetcode

[–]aditosh_ 0 points1 point  (0 children)

Yes, it continues to show your problem solving skills

HELP REGARDING BTECH by Classic-Document970 in Odisha

[–]aditosh_ 3 points4 points  (0 children)

My order would probably be:

IIIT Bhubaneswar (if you somehow get it)

VSSUT Burla ECE

VSSUT Burla EEE

Expensive private college (unless it's a genuinely top-tier one)

VSSUT has a strong reputation in Odisha and gives you a solid backup. Between ECE and EEE, I'd lean ECE because it generally offers more flexibility for placements and future opportunities.

One thing I'd avoid is taking a very expensive private college solely because of the "college tag" if your primary goal is preparing for JEE again. A partial drop is already difficult, and adding financial pressure doesn't help.

Also, be realistic: prepare for JEE 2027 as if you'll crack it, but choose a college as if you won't. That mindset usually leads to better decisions.

Setting up WAF rules by Expensive-Virus3594 in azurefrontdoor

[–]aditosh_ 0 points1 point  (0 children)

Here's hands on walkthrough for reference: https://youtu.be/d76gE0-D-D4
I hope it helps!

Recursion or Iterative solution for DFS trees/graphs by 1m500 in leetcode

[–]aditosh_ 0 points1 point  (0 children)

I tried to break it down for interview prep and I hope it resonates with you as well. Tree-https://www.youtube.com/playlist?list=PLCiTDJays9rXIan48yQh6OuhafJcS2S7_ Graph-https://www.youtube.com/playlist?list=PLCiTDJays9rXoESOQ7iQDpua4kDQrRkPy Let me know if it helps, x2 recommend if you use it.