brendan.mcdevitt.tech/_100-days-of-code/2018-01-01-100-days-of-code-day010.markdown
Brendan McDevitt 267b86680c day 8,9,10
2018-01-12 02:22:08 -05:00

768 B

layout title date categories
post day 10 2018-01-11 programming

100 Days of Code

Day 10:

Made fibonacci programs from tutorials I found on youtube. One that introduces the concept of memoization or storing results of recent function calls to improve the speed of the recursive function. Also a basic bubblesort program in python that I found from another tutorial. This is very basic stuff but I want to make sure I know as much foundational knowledge as I can. Socrataca on youtube is a great channel with lots of math and science themed videos. That is where I found these tutorials. Here is a link to the python video on the fibonacci sequence.