Skip to content

sonbuiGFD/100days

This branch is 1 commit behind coells/100days:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

085fcd8 · Jul 9, 2017
Jun 28, 2017
Mar 24, 2017
Jul 9, 2017
Jul 2, 2017
Mar 25, 2017
Mar 25, 2017
Mar 26, 2017
Mar 27, 2017
Mar 28, 2017
Mar 29, 2017
Mar 30, 2017
Mar 31, 2017
Apr 1, 2017
Apr 2, 2017
Apr 3, 2017
Apr 4, 2017
Apr 5, 2017
Apr 6, 2017
Apr 7, 2017
Apr 8, 2017
Apr 9, 2017
Apr 10, 2017
Apr 11, 2017
Apr 12, 2017
Apr 13, 2017
Apr 14, 2017
Apr 15, 2017
Apr 16, 2017
Apr 17, 2017
Apr 18, 2017
Apr 19, 2017
Apr 20, 2017
Apr 21, 2017
Apr 22, 2017
Apr 23, 2017
Apr 24, 2017
Apr 25, 2017
Apr 26, 2017
Apr 27, 2017
Apr 28, 2017
Apr 29, 2017
Apr 30, 2017
May 1, 2017
May 2, 2017
May 3, 2017
May 4, 2017
May 5, 2017
May 6, 2017
May 7, 2017
May 8, 2017
May 9, 2017
May 10, 2017
May 11, 2017
May 12, 2017
May 13, 2017
May 14, 2017
May 15, 2017
May 16, 2017
May 17, 2017
May 18, 2017
May 19, 2017
May 20, 2017
May 21, 2017
May 22, 2017
May 23, 2017
May 24, 2017
May 25, 2017
May 26, 2017
May 27, 2017
May 28, 2017
May 29, 2017
May 30, 2017
May 31, 2017
Jun 1, 2017
Jun 2, 2017
Jun 3, 2017
Jun 4, 2017
Jun 5, 2017
Jun 6, 2017
Jun 7, 2017
Jun 8, 2017
Jun 9, 2017
Jun 10, 2017
Jun 11, 2017
Jun 12, 2017
Jun 13, 2017
Jun 14, 2017
Jun 15, 2017
Jun 16, 2017
Jun 17, 2017
Jun 18, 2017
Jun 19, 2017
Jun 20, 2017
Jun 21, 2017
Jun 22, 2017
Jun 23, 2017
Jun 24, 2017
Jun 25, 2017
Jun 26, 2017
Jun 27, 2017
Jun 28, 2017
Jun 29, 2017
Jun 30, 2017
Jul 1, 2017
Jul 2, 2017

Repository files navigation

100 days of algorithms

This repository contains notebooks with live code to accompany 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 and all the articles 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.

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.

local machine

  • download and install the latest version of Anaconda distribution
  • clone the repo: git clone https://github.com/coells/100days.git
  • open terminal and run Jupyter notebook: jupyter notebook
  • open localhost:8888 in your browser

notes

  • the codebase was developed using Python 3.6 and Anaconda 4.3.1
  • notebooks containing Bokeh plots are not directly supported by Github; you better clone the repo a run notebooks locally

alternate repository

Microsoft Azure Notebooks with Python 3.5 support

About

100 days of algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%