Skip to content

Commit

Permalink
Intractable problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Maurice-Brant committed Feb 29, 2024
1 parent 4207ce8 commit 009e4ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/sixth/CompSci/Programming/Graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,13 @@ And time for the beautiful hand-drawn tree, with sorted examples.
### Exponential
- O(x^n)

### (In)Tractable

- Intractable
- We know how to solve the problem
- We could write code to solve the problem
- However the code would not complete in a reasonable amount of time



[Computer Science](/ComputerScience)

0 comments on commit 009e4ea

Please sign in to comment.