Skip to content

LeetCode Data Structures and Algorithms -> Python and/or TypeScript solutions daily || Java solutions coming soon ๐Ÿš€

Notifications You must be signed in to change notification settings

Cartlong7/DSA-Mastery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DSA-Mastery TypeScript Python

Welcome to the DSA-Mastery project!

Description

This project is dedicated to solving Data Structure and Algorithm (DSA) problems daily, using TypeScript, Python, and soon Java. The main objective is to maintain public accountability by regularly committing solutions to this repository.

Motivation

The motivation behind DSA-Mastery is to improve problem-solving skills in DSA and to encourage transparency in the learning process. By solving problems daily and sharing the solutions publicly, we aim to track progress and foster a collaborative learning environment.

How to Contribute

Contributions to this project are more than welcome! If you'd like to get involved, here's how:

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your contributions.
  4. Add the DSA problem to the challenges folder.
  5. Solve a DSA problem using TypeScript, or Python.
  6. Commit your solution to your branch.
  7. Push your branch to your forked repository.
  8. Create a pull request to merge your changes into the main repository.

Please ensure that your code follows the project's coding guidelines and includes appropriate documentation.

Coding Guidelines

To maintain consistency and readability, please adhere to the following guidelines:

  1. Use TypeScript, or Python for all code submissions.
  2. Write clear and concise code with meaningful variable names.
  3. Add comments to explain your thought process when applicable.
  4. Include unit tests for your solutions to validate correctness.
  5. Format the code using a linter (e.g., ESLint) to follow the project's style.

Getting Started

To start using the DSA-Mastery project, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/DSA-Mastery.git
  1. Install the required dependencies:
cd DSA-Mastery
npm install
  1. Choose a DSA problem to solve, create a new TypeScript, or Python file (e.g., problem-name.ts, problem-name.py) in the DSA Challenges folder, and implement your solution in the solutions folder (e.g., problem-name-solution.ts).

  2. Test your solution (supported for TS only currently):

    npm test
  3. Commit your changes and push them to your forked repository.

  4. Open a pull request to contribute your solution.

Support

If you have any questions or need assistance with using this project, feel free to create an issue. We're here to help!

Disclaimer

While we strive for accurate and efficient solutions, the code in this repository is primarily intended for educational purposes and may not always be optimized for production use.

Enjoy the Grind! ๐Ÿš€

About

LeetCode Data Structures and Algorithms -> Python and/or TypeScript solutions daily || Java solutions coming soon ๐Ÿš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published