Skip to content

OfficialCodeVoyage/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode

This repository contains my practice solutions for LeetCode problems. Each solution is implemented in Python and organized by problem number, following the same order as LeetCode.

Description

This repository is dedicated to my personal practice and contains my solutions to various LeetCode problems. It serves as a learning resource for me and for anyone who is interested in understanding different ways to solve coding problems.

Installation

To run the solutions, ensure you have the latest version of Python installed. You can download it from python.org.

Usage

Each problem is stored in its own directory within the leetcode directory. You can navigate to the specific problem's directory and run the solution using Python. For example:

cd leetcode/1.TwoSum
python solution.py

Contributing

Contributions are welcome! If you have an alternative solution or an improvement to an existing solution, feel free to contribute. Follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-new-solution).
  3. Commit your changes (git commit -m 'Add new solution for problem X').
  4. Push to the branch (git push origin feature-new-solution).
  5. Open a pull request.

Structure

The solutions are organized numerically by problem number and name, corresponding to their problem number on LeetCode. For example:

leetcode/
├── 1_TwoSum/
│   └── solution.py
├── 2_AddTwoNumbers/
│   └── solution.py

Contact

GitHub: OfficialCodeVoyage

LinkedIn: Pavlo Bondarenko

Acknowledgments

Thank you to LeetCode for providing a platform to practice coding problems and improve problem-solving skills.

About

LeetCode practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published