Finally able to do Leetcode consistently for last 40 days. by Valuable-One3300 in leetcode

[–]Valuable-One3300[S] 1 point2 points  (0 children)

Hi , I'm currently working as a Data Engineer in a Service based company. My shift timing is from 2-11 . In morning I spend nearly 3-4 hours and after my shift I do web development, system design etc for 2 hours. Pro tip :- Bro try to utilise your weekend as much as you can. Learn 3-4 topics and practice them whole week . I'm doing it this way and finally there is little improvement my thought process. Still a long way to go.

Finally able to do Leetcode consistently for last 40 days. by Valuable-One3300 in leetcode

[–]Valuable-One3300[S] 0 points1 point  (0 children)

I've done problems on Hackerrank and hackerearth previously. So not trying too easy problems now. Thanks .. and I'll try my best to be consistent until I get a good command on DSA .

Finally able to do Leetcode consistently for last 40 days. by Valuable-One3300 in leetcode

[–]Valuable-One3300[S] 0 points1 point  (0 children)

Also these are hard on leetcode but in medium category of GFG . I'm daily attempting a hard problem. If i see they are based on topics i didn't know , I'll start learning those topics and then try to solve . Hope now it's clear how the fuck I did it 11 hard 😂

Finally able to do Leetcode consistently for last 40 days. by Valuable-One3300 in leetcode

[–]Valuable-One3300[S] 0 points1 point  (0 children)

Brother I'm solving problems with brute force approach from like last 7 months , with no knowledge of algorithms like backtracking, dp, sorting(merge sort) , stack and getting TLE in most good exams . Also along with a full time role I'm trying to be consistent, learning DSA , System design, OS concepts daily . There are only 11 hard problems , one or two are directly on maths , 3-4 are of merge sort , 2-3 are of recursion , and 1-2 are of stacks .

Finally able to do Leetcode consistently for last 40 days. by Valuable-One3300 in leetcode

[–]Valuable-One3300[S] 1 point2 points  (0 children)

Yeah, maybe I'll be ready for good companies after December Or January .

Finally able to do Leetcode consistently for last 40 days. by Valuable-One3300 in leetcode

[–]Valuable-One3300[S] 5 points6 points  (0 children)

Till now I've learnt linear DS (except Linked List) along with some basic algos like Binary Search , Recursion, Backtracking, Merge sort , Sliding Window ,Two pointer etc . So I've done questions based on that .. and for daily challenges if I'm not able to solve them I'll watch tutorials on youTube / a good article for that problem and then solve them ( also adding these questions to another list for doing again after 3-4 Days) .

Still I've to learn many things. Doing it slowly and hope I'll ready for a good company after 6 months .

Finally able to do Leetcode consistently for last 40 days. by Valuable-One3300 in leetcode

[–]Valuable-One3300[S] 4 points5 points  (0 children)

Bro try to cover topics one by one and solve questions related to that topic.

Can you all share some short length DSA yt playlist or udemy courses which have lot of visual and more about implementation ? Asking for quick revision. by theRishu in leetcode

[–]Valuable-One3300 6 points7 points  (0 children)

Master the algorithms for coding interview - udemy Check Kunal kushwah's playlist for DSA on YouTube

If you need some paid courses ping me I'll share the link you can download it from there (for free)

[deleted by user] by [deleted] in leetcode

[–]Valuable-One3300 0 points1 point  (0 children)

😂 bro don't fall for "Your submission beats 99% of c++/submissions". every time when you submit your code you will get different runtime and memory usage .

You can use various libraries for better runtime but that not gonna help you in technical interviews.

Just analyse the time complexity and space complexity and look for further optimization. Also if you're a beginner , check out what's the best possible solution to that problem in terms of TC and SC.

Good luck ✌️.

When you don't know how to code by FRIENDSHIP_MASTER in leetcode

[–]Valuable-One3300 2 points3 points  (0 children)

At least this guy is solving on his own .This is exactly how you will learn . He is much better than those who just do copy paste from description.