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.