Well, like I said earlier, you want to come across as many concepts as quickly as possible. If you're able to solve ~80%+ of the problems you're doing on your own, even if it takes a while, or in fact especially if it takes a while, you are not using your time most effectivel...
1.If you have two strings./* Pre-processing. Define basic cases. */for(inti =1; i <= m; i++){for(intj =1; j <= n; j++){if(s1[i -1] == s2[j -1]){/* Your code */}else{/* Your code */} } }2.If you are given only onestring/* Pre-processin...
The whole purpose of software development is to solve problems. And it is a skill you can develop over time, while solving multiple problems! We recommend you guys to create accounts on coding platforms like Hackerrank, Hackerearth, Leetcode, etc. Plan to solve 5 problems on a daily basis....
In today's episode, Daliana details common, unhelpful career mindsets and how to overcome them, how to find the role you really want as opposed to the one you think you want, how to find your niche in a fast-moving field, how to offset common professional issues like imposter syndrome, ...
Solve questions to male your concepts strong. Do data structure and algorithm. Learn it very sincerely. Practise questions for the same on leetcode, codechef and give contests. Learn one development for an additional edge to your resume. Make projects. If you complete all this then you...