Git Product home page Git Product logo

leetcode-practice's Introduction

LeetCode (Problem Solution) Practice Repository

This repository contains my solutions to various LeetCode problems. It's a collection of my coding journey as I tackle algorithmic challenges and improve my problem solving skills.

Problem Categories

The repository is organized into different categories, making it easier to navigate and find solutions to specific types of problems:

  • Data Structures: Solutions related to arrays, linked lists, trees, and more.
  • Algorithms: Solutions involving sorting, searching, dynamic programming, and more.
  • String Manipulation: Problems related to string operations and manipulations.
  • Math: Math-related problems and puzzles.
  • Database (SQL): SQL query solutions for database-related problems. (We will practice and solve in Future (Soon) Inshallah.
  • Interview Practice: Problems commonly asked in technical interviews.

Directory Structure

The repository is structured as follows:

├── Data Structures │ ├── Array │ ├── Linked List │ ├── Tree │ └── ....

├── Algorithms │ ├── Sorting │ ├── Searching │ ├── Dynamic Programming │ └── ....

├── String Manipulation │ ├── Valid Parentheses │ ├── Longest Substring Without Repeating Characters │ └── ....

├── Math │ ├── Integer to Roman │ ├── Roman to Integer │ └── ...

├── Database (SQL) │ ├── Sort the People │ ├── Find Duplicates Values │ └── ...

├── Interview Practice │ ├── Two Sum │ ├── Add Two Numbers │ ├── Majority Element │ └── ...

└── ...

Getting Started

To explore the solutions:

  1. Clone this repository to your local machine: git clone https://github.com/ZaidArman/leetcode-practice.git

  2. Navigate to the problem category and specific problem directory you are interested in.

  3. Open the solution file (usually named filename.py or filename.sql) to view the code.

  4. Read the problem statement and explanation in the README.md file within each problem directory.

Contributing

You're welcome to contribute your own solutions or improvements! Here's how you can contribute:

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine: git clone https://github.com/ZaidArman/leetcode-practice.git

  3. Create a new branch for your feature or bug fix:

  4. Make your changes, commit, and push to your forked repository:

  5. Create a pull request from your forked repository to this repository.

Author

License

This project is licensed under the MIT License.

Happy coding :)

leetcode-practice's People

Contributors

zaidarman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.