From b9f2719d8c070f670af5925a5aa09412dba72e72 Mon Sep 17 00:00:00 2001 From: Jason Park Date: Mon, 21 May 2018 00:21:59 +0900 Subject: [PATCH] Update README.md --- README.md | 83 ++++++------------------------------------------------- 1 file changed, 9 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index e618faf..a35e2fa 100644 --- a/README.md +++ b/README.md @@ -10,78 +10,13 @@ http://parkjs814.github.io/AlgorithmVisualizer ### Contributing -We encourage you to check out [**Wiki**](https://github.com/parkjs814/AlgorithmVisualizer/wiki) before you get started. +**We do not plan to accept any pull request for next few weeks**, as Algorithm Visualizer is currently undergoing drastic changes, including, but not limited to: -If in need of any help, join our [Gitter](https://gitter.im/parkjs814/AlgorithmVisualizer?utm_source=share-link&utm_medium=link&utm_campaign=share-link) chatroom! - -Special thanks to our [Top Contributors](CONTRIBUTORS.md)! - -### Backers - -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/algorithmvisualizer#backer)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -### Sponsors - -Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/algorithmvisualizer#sponsor)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +* Rewriting in React.js, +* Separating [parkjs814/AlgorithmVisualizer](https://github.com/parkjs814/AlgorithmVisualizer) repository into [algorithm-visualizer/algorithm-visualizer](https://github.com/algorithm-visualizer/algorithm-visualizer) and [algorithm-visualizer/algorithms](https://github.com/algorithm-visualizer/algorithms), +* Merging *Data* and *Code* parts in implementing algorithms, +* Showing contributors of each algorithm, +* Improving the workspace, +* Removing subcategories of algorithms, +* Improving *Tracer* methods, and +* Rewriting *desc.json* in Markdown.