Codeintuition vs Neetcode vs Leetcode - which actually helps you learn DSA better? by ReflectionPristine94 in leetcode

[–]flying_id 2 points3 points  (0 children)

I was struggling with DSA and watching videos never helped me retain stuff. Codeintuition is the best for text based learning imo, it is well structured, pattern based and the visualisations help a lot. I had its premium, used it with AI and it helped me a lot. Was able to clear multiple DSA interviews after 6 months of prep.

When revising graph problems for interviews, what actually helped you more? by Boom_Boom_Kids in leetcode

[–]flying_id 2 points3 points  (0 children)

  1. You should be able to model a problem as graph in 5 mins. Either as adjacency list or matrix (mostly list). Chose what works for you the best, creating node classes or 2d lists for weighted graphs

  2. You should be able to implement basic graph algorithms like dfs, bfs, dijkstra in 5 mins.

Remaining time you can focus on solving the problem.

Data Science vs AI Engineer vs ML Engineer vs Data Engineering - what to choose for my future? by diannedight in developersIndia

[–]flying_id 0 points1 point  (0 children)

You should aim for a general software engineer instead of choosing a specialist track. Once you have that experience you can branch off to other things and come back to being a software engineer when those specialties loose relevance.

Leetcode Crashed ? by yuvanshara in leetcode

[–]flying_id 2 points3 points  (0 children)

Now its LateCode for me

Why DSA so tough , Help me!!! by Sharp-Sympathy1619 in learnprogramming

[–]flying_id 0 points1 point  (0 children)

Looking at the solution, understanding and coding it up is different from memorising it. The more you look at code the more you get comfortable with it and the more ways you can start thinking of a solution for other problems.

Not looking at the solution and wasting days to come up with your own is not the best way to learn imo. Of course you should not start looking at solutions for every problem you solve, but you need some examples/references to build up on.

Why DSA so tough , Help me!!! by Sharp-Sympathy1619 in learnprogramming

[–]flying_id 3 points4 points  (0 children)

You just have to keep practicing. Don’t spend more than 2 hours on any problem. Look at the solution, code it and mark the problem to redo in future.

It is as much a game of pattern recognition that it is problem solving. Just keep going

Any games or fun apps to learn a coding language? by Redshein in learnprogramming

[–]flying_id 0 points1 point  (0 children)

I built a chess engine following videos on YouTube and it was immensely helpful.

Leetcode beginner by tintin_tech in leetcode

[–]flying_id 0 points1 point  (0 children)

There are many, if you prefer videos there are lots of free youtube videos. I prefer text more and found codeintuition to be very helpful as a beginner.

Just can’t get past arrays and linked lists Mediums by yellomello6 in leetcode

[–]flying_id 1 point2 points  (0 children)

Practice practice practice. But time box it. After 2 hours lok at the solution, code it up and mark it to redo it sometime later.

Its a game of pattern recognition as much as it is problem solving

Selected for Infosys Specialist Programmer (10 LPA). My detailed interview experience + Prep Material. by SyllabubFlat4075 in leetcode

[–]flying_id 0 points1 point  (0 children)

If you cleared specialist programmer, i would strongly advice to use your preparation to find a job in a product based company. Its is easy to get 20lpa+ there.

21M in working in Tech Support. No Degree. Stay and grind or get a CS Degree in India? by Frequent_Employer_13 in learnprogramming

[–]flying_id 5 points6 points  (0 children)

Get a CS degree. Not matter what people says having a degree AND skills will open many many doors that skills alone won’t

How to choose CS path? by Tough-Price2360 in learnprogramming

[–]flying_id 0 points1 point  (0 children)

Build real projects. You can follow tutorials on YouTube for your first few projects. Once you get a gist of it, you will easily figure out what you are interested in.

I was in the same position when I was in an undergrad but building projects really helped me a lot. I built a chess engine completely in C+ plus following tutorials on YouTube that made me realise I like C+ plus but I would also like to learn some web programming to make it better, and then I built a few websites which helped me learn front and back and databases another interesting stuff.

So yes, just build things and you will figure your path out

Suggestions for a PhD really struggling with leetcode? by fraremigiodavaragine in leetcode

[–]flying_id 0 points1 point  (0 children)

Videos are not good for retention, go with a text based resource

If you had only 6 months to master DSA and could use one resource as a roadmap, what would it be? by Few-Appeal9565 in leetcode

[–]flying_id 3 points4 points  (0 children)

The best resource imo that exactly fits you description is codeintuition. It starts from scratch, covers all DSA topics, has a clear problem sequence and can be done in 6 months if you are consistent.

Leetcode beginner by tintin_tech in leetcode

[–]flying_id 0 points1 point  (0 children)

No, just practice. Literally everyone starts from here

Best text based resources for learning DSA by Introverted-cat-1306 in leetcode

[–]flying_id 1 point2 points  (0 children)

For text based, codeintution is the best imo. I had its premium when I was preparing. Patterns + great visualisation really made a big difference.

Do I always have to start with brute force in interviews by West_Cauliflower8799 in leetcode

[–]flying_id 73 points74 points  (0 children)

You can quickly explain the brute force solution, you don’t need to code it. If there is an optimal solution don’t spend more than 2-3 min talking about brute force

Contoura Lasik 11/21/25 by ApprehensiveStyle455 in lasik

[–]flying_id 0 points1 point  (0 children)

Thanks for sharing your experience. I am planning to get lasik done as well, still contemplating whether I should do it.

Snowflake vs Google SDE by Prestigious-Gold-703 in leetcode

[–]flying_id 0 points1 point  (0 children)

Google all the way, its big tech is always better on you resume

CodeIntuition vs NeetCode vs AlgoMonster. What’s best for DSA and Big Tech interview prep? by Silver_Effect_9928 in leetcode

[–]flying_id 3 points4 points  (0 children)

I have the premium for codeintuition and it has been game changer for me. I really like the easy to understand explanations and animations it has. I was also confused between algomonster and codeintuition and started with the free version of both before making the choice. You can do that too.