From bc3953994ca0ce37e73047d01e9e2691be6a9672 Mon Sep 17 00:00:00 2001 From: Gloria Dwomoh Date: Sun, 29 Oct 2017 13:57:42 +0000 Subject: [PATCH] Fix Broken Code Links The code links in the README.md are broken. Here is a fix for it. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 251cd39..d64c08a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Players soon discover that best play from both parties leads to a draw. Because of the simplicity of Tic-Tac-Toe, it is often used as a pedagogical tool for teaching the concepts of good sportsmanship and the branch of artificial intelligence that deals with the searching of game trees. It is straightforward to write a computer program to play Tic-Tac-Toe perfectly, to enumerate the 765 essentially different positions (the state space complexity), or the 26.830 possible games up to rotations and reflections (the game tree complexity) on this space. -**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/tic-tac-toe.py)** +**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/tic-tac-toe/code.py)** ----------------------------------- @@ -48,7 +48,7 @@ The Caesar cipher, also known as a shift cipher, is one of the simplest forms of In this way, a message that initially was quite readable, ends up in a form that can not be understood at a simple glance. -**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Caesar-cipher.py)** +**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Caesar-cipher/code.py)** ------------------------------------------------ @@ -58,7 +58,7 @@ In this case study, we will find and plot the distribution of word frequencies f ![](http://www.aboutlanguageschools.com/images/language-translations.jpg) -**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/translation_hamlet.py)** +**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/translation_hamlet/code.py)** ----------------------------------------------------- @@ -68,7 +68,7 @@ In this case study, we will analyze a dataset consisting of an assortment of win ![](http://homepages.inf.ed.ac.uk/rbf/HIPR2/classb.gif) -**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Classification.py)** +**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Classification/code.py)** ---------------------------------------------- @@ -76,7 +76,7 @@ In this case study, we will analyze a dataset consisting of an assortment of win In this case study, we have prepared step-by-step instructions for you on how to prepare plots in Bokeh, a library designed for simple and interactive plotting. We will demonstrate Bokeh by continuing the analysis of Scotch whiskies. -**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/whisky_classification.py)** +**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/whisky_classification/code.py)** --------------------------------------------- @@ -86,7 +86,7 @@ In this case study, we will continue taking a look at patterns of flight for eac ![](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/BrantaLeucopsisMigration.jpg/300px-BrantaLeucopsisMigration.jpg) -**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Bird_migration.py)** +**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Bird_migration/code.py)** ------------------------------------------------- @@ -96,7 +96,7 @@ Homophily is a network characteristic. Homophily occurs when nodes that share an ![](https://images.pond5.com/social-media-animation-after-effect-046838541_iconm.jpeg) -**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/social_network.py)** +**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/social_network/code.py)** ----------------------------------------------------