Crio Methodology is a unique, structured approach to solve any DS/Algo problem using a set of steps guaranteed to ensure that you won't miss the finer details. You will be able to show progress to the interviewer and efficiently handle edge cases.
When solving PSDS it is very important to follow these milestones. Do these steps consciously for every problem until it becomes second nature.
Watch the first video to understand the steps involved in approaching a problem. You can watch the video again if you feel like you're forgetting some steps. These videos are also interspersed into the DSA packs that you'll be going through.
Once you're confident enough, try to use this strategy to solve another problem and pretend you're explaining this to someone.
Practice this till you're confident of a structured approach to solve any problem.
Coding interviews are not just about whether you're able to get the right answer, but get the answer with the right approach. This includes how you come up with a brute force approach, how you can identify the pain points in that approach, how carefully you can identify edge cases and more. This approach ensures that you do this in a systematic way.
Often times, problems will seem overwhelming at first. But if you follow this approach, you can get start step by step and get to the optimal solution.
Counting vowels in a string - solved using Crio Methodology
Finding sum of diagonal elements in a matrix - solved using Crio Methodology
Finding factorial of a given number - solved using Crio Methodology
Printing pyramid pattern - solved using Crio Methodology
These videos are also part of the individual problem modules on the platform.
More coming soon - stay tuned.