Skip to content

cotoirares/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions Repository

Welcome to my LeetCode Solutions Repository! This collection comprises the LeetCode problems I've tackled during my interview preparation. It's designed to assist fellow students and developers in enhancing their problem-solving skills and preparing for coding interviews.

Repository Structure

All solution files are located in the root directory of this repository. Each file is named following the pattern:

[ProblemNumber]_[ProblemName].[FileExtension]

For example:

  • 1_two_sum.cpp
  • 2_add_two_numbers.py

This naming convention facilitates easy identification and navigation of the solutions.

Technologies Used

  • Languages: C++, Python, SQL
  • Algorithms & Concepts:
    • Two Pointers
    • Sliding Window
    • Dynamic Programming
    • Graph Traversal
    • String Manipulation
    • Linked List Operations

How to Use

  1. Clone the Repository:
    git clone https://github.com/cotoirares/leetcode.git
  2. Navigate to the Repository Directory:
    cd leetcode
  3. Access Solutions: Open the desired solution file using your preferred code editor.

Contribution

Contributions are welcome! If you have alternative solutions or optimizations, please feel free to submit a pull request.

Steps to Contribute:

  1. Fork the Repository.
  2. Create a New Branch:
    git checkout -b feature/your-feature-name
  3. Commit Your Changes:
    git commit -m 'Add your descriptive commit message'
  4. Push to the Branch:
    git push origin feature/your-feature-name
  5. Open a Pull Request.

Contact

For questions or suggestions, reach out via:

Support

If you find this repository helpful, please consider starring ⭐ it to show your support.

License

This project is licensed under the MIT License.

About

leetcode problems i solved for interview prep

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors