Link Search Menu Expand Document (external link)

Home

About LeetCode

LeetCode is one of the most prolific online competitve programming platforms.

You get a prompt with a programming problem based on algorithms and data structures. You get an editor where you can write your code in your language of choice. The objective is simple: Come up with a fast and efficient solution to the problem which passes all the test cases.

One thing that puts LeetCode ahead of almost every other similar platform is the availability of popular interview questions from tech giants like Google, Facebook, Microsoft, etc. This makes the platform an ideal place to practice for interviews at these and other companies.

About This Website

This website contains explanations to all the problems on LeetCode that I have solved.

This is meant as a reference for people trying to solve problems on LeetCode.

Of course, before heading here and implementing the solution mentioned for a problem, do try the problem yourself!

Thank you for visiting!