From 9f8bf96a7c6a633664b5d3afdcc45447fb8490d1 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 5 Apr 2017 21:23:04 -0400 Subject: [PATCH] links --- README.md | 3 ++- algorithms.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dda163a..d560548 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Introduction to Data Science Workshop -1. [What is Data Science](data_science.md) +1. [What Is Data Science?](data_science.md) +1. [What Are Algorithms?](algorithms.md) diff --git a/algorithms.md b/algorithms.md index 681405e..3c5cd2a 100644 --- a/algorithms.md +++ b/algorithms.md @@ -1,4 +1,6 @@ -# Pseudo Code +# Algorithms + +## Pseudo Code Pseudo code is the process of taking a larger solution and breaking it down into the programmable steps without actually writing any code.