This repository contains solutions to Daily Coding Problem questions in JavaScript and TypeScript.
- Clone the repository.
- Install dependencies using
npm install
.
Each problem is numbered and can be executed with npm run [number]
. For example, to run problem number 1, use npm run 1
.
If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push to your forked repository.
- Create a pull request.
- Credits
This project is licensed under the MIT License. See the LICENSE file for more information.