An open API service indexing awesome lists of open source software.

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:

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.