Thumbnail of user bilala38

Bilal A.

Contributor Level

Total Points
83

1 Review by Bilal

  • AlgoExpert

6/13/20

Before we talk about AlgoExpert, let's first talk about what happens in a technical interview

In a technical interview (software) your knowledge and skills in Data Structures and Algorithms is tested. Your problem solving skills are tested, your ability and skill to design a system is tested.

In a coding interview, the interviewer may ask you to give various solutions to a problem, not just one but he may start off with asking you to find a naive (basic) solution to the problem and once you are done with that, he will ask you to improve your solution, like tweak your algorithm to consume less time/memory. He will continue to test you until he is satisfied with your approach of solving the problem.

AlgoExpert is a platform which prepares you for the coding interview and system design interview.

I purchased AlgoExpert a few months ago, and after solving about half the problems, I can honestly say that my problem solving skills are much better than before.

The most valuable feature of AlgoExpert is the video explanations of the problems which makes you understand how to approach each problem. Each problem has 2 or 3 or sometimes 4 solutions. They start from the naive (basic) approach to the most efficient approach of solving the given problem. Each approach has been explained in the video solutions. There are a lot of resources available for learning, but AlgoExpert differentiates its product by providing the how' and why' in clear and concise videos.

If you want to get an idea of the video explanations, check out a few sample videos on the official AlgoExpert youtube channel - https://www.youtube.com/channel/UCoRwjeG00b8vFyATaBOxmOA/videos

Every question has a solution in Eight languages ( C++, Java, Python, C#, JavaScript, Go, Swift, TypeScript).

Then you have the system design fundamentals:
The system design fundamentals teach you the foundational knowledge you need to ace the systems design interviews. The videos explain the concepts of system design in a clear and concise way. Also, there are 8 system design interview questions, each with a video explaining how to solve the given problem.
You cannot compare AlgoExpert to other platforms like leetcode, CodeChef, etc. It has its own niche. The most important feature of AlgoExpert is the video explanations of each problem. For a beginner like me, these explanations are very important to understand the concepts and also to learn techniques of problem solving.

If you are a student and you want to start a career in competitive programming or if you are preparing for an interview then I can say that AlgoExpert is one of the best platforms out there that can help you reach your goal. Some of these questions can be asked in the interview, even if they are not, you are equipped with sufficient skills to tackle any question that the interviewer throws at you.

You can choose to spend your time scouring the internet for resources, or you can invest your money wisely and get as good a resource as you'll need. AlgoExpert is a big league product, with a high quality selection of algorithms and expert explanations. This is the best place to sharpen your problem solving skills on all the best material.

So, Good Luck preparing for your interview.

I think right now AlgoExpert is on sale (discount), so if you have decided to purchase it, here is a coupon to get 15% off: gbiag-28

Bilal Has Earned 3 Votes

Bilal A.'s review of AlgoExpert earned 3 Very Helpful votes

Bilal hasn’t received any thanks yous.

Bilal doesn’t have any fans yet.

Bilal isn’t following anybody yet.

Empty.

Similar Reviewers on Sitejabber

Thumbnail of user iromashkoi
5/14/20

Each service has its pros and cons: The Leetcode is slow, has a high entry threshold, without...