mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Fixed titles, math rendering, and links on some pages
This commit is contained in:
parent
9f096a8720
commit
330ace0de9
61 changed files with 303 additions and 115 deletions
|
@ -1,4 +1,6 @@
|
|||
# Dynamic Programming
|
||||
---
|
||||
title: Dynamic Programming
|
||||
---
|
||||
|
||||
The book first goes into talking about the complexity of the Fibonacci algorithm
|
||||
|
||||
|
@ -79,4 +81,4 @@ These algorithms are best developed in two distinct stages.
|
|||
|
||||
## Greedy Algorithms
|
||||
|
||||
If we're lucky we can just make decisions directly instead of solving any recursive subproblems. The problem is that greedly algorithms almost never work.
|
||||
If we're lucky we can just make decisions directly instead of solving any recursive subproblems. The problem is that greedly algorithms almost never work.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue