Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change some parts of the docs #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
### 100 days of algorithms

This repository contains notebooks with live code to accompany [100 days of algorithms](https://medium.com/100-days-of-algorithms) challenge.
This repository contains IPython notebooks with live code to accompany the [100 days of algorithms](https://medium.com/100-days-of-algorithms) challenge.

I set the challenge for myself to implement algorithm by algorithm, day by day, until the number reaches **100**.

If you are interested, here's the [intro to the series](https://medium.com/100-days-of-algorithms/100-days-of-algorithms-challenge-41996f7e1ec8) and [all the articles](https://medium.com/100-days-of-algorithms/latest) sorted by date from the latest.

The challenge was quite fun and rough, as well. Do not expect the implementations to be the best, nor fastest, nor nicest, nor bug-free. Do expect to see code written in haste. A code that contains the same amount of enthusiasm and love to algorithms as many it contains bugs.
The challenge was quite fun and rough, as well. Do not expect the implementations to be the best, or fast, or nice, or bug-free. Expect to see code written in haste. Code that contains the same amount of enthusiasm and love for algorithms as it contains bugs.

Feel free to (re)use my code in any way you wish, but bare in mind that the source code is provided "as-is". It is on your own risk and you are solely responsible for whatever happens then.
Feel free to (re)use my code in any way you wish, but keep in mind that the source code is provided "as-is". It is on your own risk and you are solely responsible for whatever happens.

#### local machine
#### Local machine

* download and install the latest version of [Anaconda](https://www.continuum.io/downloads) distribution
* download and install the latest version of [Anaconda](https://www.continuum.io/downloads)
* clone the repo: `git clone https://github.com/coells/100days.git`
* open terminal and run Jupyter notebook: `jupyter notebook`
* open the terminal and run Jupyter notebook: `jupyter notebook`
* open [localhost:8888](http://localhost:8888/tree) in your browser

#### notes

* the codebase was developed using `Python 3.6` and `Anaconda 4.3.1`
* developed using `Python 3.6` and `Anaconda 4.3.1`
* notebooks containing [Bokeh](http://bokeh.pydata.org/en/latest/) plots are not directly supported by Github; you better clone the repo a run notebooks locally

#### alternate repository
Expand Down