GitXplorerGitXplorer
f

Leetcode

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
2cd9a68d1f31e3df0647faa71eac248da03f97a2

Before Convention

ffelivalencia3 committed a year ago
Unverified
391b7e9ab292ab208aa046bafe42c5a3967141c6

Deleted the random commit file

ffelivalencia3 committed a year ago
Unverified
a6b38edf56b630d96f98a56b5e8053d6d574704d

We havent been here in a while, jsut cleaning up

ffelivalencia3 committed a year ago
Unverified
5757fdfe2696d28804febad742d6d14c5598de53

Starting back up

ffelivalencia3 committed a year ago
Verified
e1861b852f2662250970481d1e29d92d7239fb74

Delete [1461]Check If a String Contains All Binary Codes of Size K.md

ffelivalencia3 committed a year ago
Verified
1858bc00ce2c2c5f32c4177b4edd3e3bd8faa8a2

Delete [133]Clone Graph.md

ffelivalencia3 committed a year ago

README

The README file for this repository.

Leetcode

This repository contains my solutions to various LeetCode problems implemented in Python. Each solution includes the problem description, approach, and implementation details. These solutions serve as a reference for Python programmers looking for efficient and optimized solutions to LeetCode coding challenges.

You can browse through the repository to find solutions for problems primarily from the Blind 75 and Neetcode All lists.

This repository is primarily intended for my personal use as a reference, helping me recall the strategies and techniques I employed while solving these problems.

Feel free to explore the repository if you're interested, but please note that the solutions may not include extensive explanations or comments. They are primarily meant for my own benefit as a quick reminder of the problems I've solved and the solutions I've implemented.

Thank you for taking a look at my repository, and I hope it serves as a helpful reference for my LeetCode journey!

Contributing:

Contributions to this repository are always welcome! If you have an alternative solution, an improvement to an existing solution, or want to add new problems, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your contribution: git checkout -b feature/new-solution.
  3. Make your changes and test them thoroughly.
  4. Commit your changes: git commit -m 'Add new solution for Problem X'.
  5. Push to the branch: git push origin feature/new-solution.
  6. Submit a pull request describing your changes.