https://github.com/codeperfectplus/competitive-programming-solution
Competitive Programming solution in Python/JavaScript/C++ :rocket:
https://github.com/codeperfectplus/competitive-programming-solution
competitive-programming comptetitions comptetive-codes comptetive-programming cpp euler exercism hackerrank-python-solutions hackerrank-solutions javascript leetcode leetcode-solutions python3
Last synced: 26 days ago
JSON representation
Competitive Programming solution in Python/JavaScript/C++ :rocket:
- Host: GitHub
- URL: https://github.com/codeperfectplus/competitive-programming-solution
- Owner: codeperfectplus
- License: mit
- Created: 2020-07-31T07:26:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T16:36:30.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:12:17.256Z (about 1 year ago)
- Topics: competitive-programming, comptetitions, comptetive-codes, comptetive-programming, cpp, euler, exercism, hackerrank-python-solutions, hackerrank-solutions, javascript, leetcode, leetcode-solutions, python3
- Language: Python
- Homepage: https://codeperfectplus.com/
- Size: 269 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [Competitive Programming Solution](https://codeperfectplus.com/)
## Introduction
GitHub repository for competitive programming solutions for Python, Javascript and C++ for practice.
## How to run tests
for testing Python files, use the pytest package.
```
pytest
```# Contributing(How to add new code)
check out the [CONTRIBUTING.md](/CONTRIBUTING.md) file for contributing guidelines.