Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
aespaldi committed Aug 29, 2018
1 parent 779b6ad commit f1b9af8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 02. Control Flow/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Control Flow, Basic Data Structures, Program Design

[Slides](https://docs.google.com/presentation/d/12Rygocqg3DGOtXjn8Mj2mo2qwlAIBKhc-H2gZIJUymE/edit?usp=sharing)

## Description

The basic building blocks of a program consist of storing data and processing that data. In this session, we'll explore ways to store data in two data structures: lists and strings. Then we'll look at processing with control flow (loops and conditionals). Finally we'll expand on our program design skills by exploring how to move from high level design to agile implementation.
Expand Down
5 changes: 5 additions & 0 deletions Madlibs_Project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
## Description

## Requirements

## Code requirements


## Stretch

0 comments on commit f1b9af8

Please sign in to comment.