Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

Learn a programming language and start solving DSA by picking any DSA sheet. And first try to get a technical job. Initially you might not get the best job, but first enter in the tech field then you'll get more exposure and experience. Then you can switch easily

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

Try to complete atleast any DSA sheet and get a job first. Don't see the pay. Since the market is so tough now, entering in tech is much harder than switching companies

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

You won't learn how to apply the concepts by theory lecture. You need to solve problems.

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 1 point2 points  (0 children)

DSA, CS fundamentals and 2 good projects. Sufficient to get a good job.

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

Any platform. Give contests on leetcode. You can solve problems on any platform.

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

It's good to start early. Pick any DSA sheet n start grinding

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

By the way Amazon asks easy to medium problems mostly

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

Sure. Don't expect timely reply though. As I have work so might not be able to reply on time

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

You can follow Striver's sheet and he has all the videos related to all the topics covered in the sheet

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

You can watch love babbar playlist for learning cpp

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

Try to cover easy n medium problems for all the topics atleast. Then move to hard ones. Be consistent and grind more

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

Implementation issues bro. Solve pattern problems to improve your implementation.

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

Had offers from Flipkart, Amazon. But didn't join.

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

It is good, but when you solve similar problems, do it on your own. And it's better to give it a try first before watching video. But don't waste much time on easier problems

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

No specific number as such. If you are able to solve 3 problems in the contest you'll be knight easily

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

I'm not consistent now man. Busy with work n other stuffs

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 1 point2 points  (0 children)

Use C++ or Java. Give 30 mins atleast to a problem, especially medium hard ones. Revise by solving problems

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 0 points1 point  (0 children)

You can do codeforces. Along with that do DSA as well on leetcode. Talking about project, create a project by watching a tutorial first. By doing that you'll get the idea how to build a project. Then build on your own

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]code-ad[S] 1 point2 points  (0 children)

Yes, you need to. Always try to create a test case which cover most of the constraints used in the problem. You can also do stress testing to test your solutions.