LeetCode Solutions

💡 Solutions to LeetCode in C++, Java, and Python. This website aims to provide code with good readability and consistent style over various topics and embraces new standards.

Getting Started

Click on sidebar top menu "Problems" and then click on any leetcode question to see its solution code in c++ ,java and python.

Coding Style

I believe messy code is costing you. Therefore, I follow the formatter 99% of the time, but in rare situations, I format the code manually because it might look better in these cases. Also, I don't squeeze everything in a single line just to save vertical rows since this disrespects the column limit and makes the code hard to read.

learn more about leetcode study guide =>

Leetcode study plan for FAANG

Topic wise problems for Beginners DS - Algorithms with LEETCODE

List of Algorithms and data structures for Competitive Programming