Metadata-Version: 2.1
Name: leetcode-cracker
Version: 0.0.3
Summary: package to assist in solving Leetcode Problems
Author-email: Albert <albertyqyao@gmail.com>
Project-URL: Homepage, https://github.com/AlbertY123/leetcode-cracker
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Leetcode Cracker Info
Leetcode Cracker is a Python package that allows you to get LeetCode question explanations and answers. LeetCode is a popular online platform for practicing coding skills and preparing for technical interviews. LeetCode offers hundreds of problems covering various topics, such as arrays, strings, trees, graphs, dynamic programming, etc. However, sometimes the official solutions and explanations are not clear enough or not available at all. Leetcode Cracker solves this problem by providing you with detailed and easy-to-understand explanations and answers for any LeetCode question. You can soon use Leetcode Cracker to:

- Search for a specific question by its title or ID
- Get a summary of the question, including its difficulty level, acceptance rate, tags, and company frequency
- Get a step-by-step explanation of the optimal solution, along with the time and space complexity analysis
- Get the Python code for the optimal solution, along with comments and test cases
- Compare your code with other solutions and learn from different approaches

Leetcode Cracker is designed to help you improve your coding skills and ace your technical interviews. It is easy to install and use.

# How to use the package

1. Import the package: `pip install leetcode-cracker`
2. Import package locally: `from leetcode_cracker import question_question number`
3. Call a command: `question_question number.print_solution()`
