Skip to content

scramblerdoodle/coding-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-challenges

Solutions to some coding challenges I've done in the past.

Usage

To clone and run this project, you'll need git and python installed on your computer. To run the test suite you'll additionally need the pytest python package.

# Clone this repository
$ git clone https://github.com/scramblerdoodle/coding-challenges.git

# Go into the repository
$ cd coding-challenges

From which, you can either run the preset inputs for all the questions with

python main.py

Or run the test suite with

python -m pytest -v .

Or run any of the questions individually to use your own inputs with

python question_{n}.py

Where n is the question you'd like to run.

About

Public repository to keep track of some coding challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages