mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Added Future Development and Contributing section.
This commit is contained in:
parent
2fae05f143
commit
a95ec4b2d2
17
README.md
17
README.md
|
@ -61,6 +61,23 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
|
|||
* [Challenge Notebook] Unit test for your code. Expected to fail until you solve the challenge.
|
||||
* [Solution Notebook] Unit test for the reference solution(s).
|
||||
|
||||
## Future Development
|
||||
|
||||
Challenges, solutions, and unit tests are presented in the form of **IPython/Jupyter Notebooks**.
|
||||
|
||||
* Notebooks currently contain mostly Python solutions, but can be extended to include [44 supported languages](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages)
|
||||
* Repo will be **continually updated** with new solutions and challenges
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome!
|
||||
|
||||
Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details on how to:
|
||||
* Submit issues
|
||||
* Add solutions to existing challenges
|
||||
* Add new challenges
|
||||
|
||||
## Index
|
||||
|
||||
* [Arrays and Strings](#arrays-and-strings)
|
||||
|
|
Loading…
Reference in New Issue
Block a user