Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions lecture_notebooks/L01 Intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@
" * Mathematical functions do not need to specify how they are calculated\n",
" * Algorithm: A finite sequence of well-defined instructions, typically used to solve a class of specific problems or to perform a computation\n",
" * Think of an algorithm as a \"code recipe\" for performing a specific task\n",
" * A computer program is often composed of a series of algorithms, and like an algorithm is composed of sequences of machine readable instructions created by writing code. Here that code will be Python.\n",
" * A computer program is often composed of a series of algorithms, and like an algorithm, is composed of sequences of machine readable instructions created by writing code. Here that code will be Python.\n",
" * Algorithms are ideas, \"recipes\" manifested in language, such as Python.\n"
# added a comma on209 and example on210
" "
]
},
Expand Down Expand Up @@ -1004,4 +1006,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}