====== Differences ====== This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gibson:teaching:fall-2016:math753:hw2-hints [2016/09/23 07:08] gibson created |
gibson:teaching:fall-2016:math753:hw2-hints [2016/09/23 11:13] (current) gibson |
||
---|---|---|---|
Line 3: | Line 3: | ||
------ | ------ | ||
- | ** Problem 1,** Bisection search. People seem to be having understanding this algorithm and | + | ** Problem 1 bisection search.** People seem to be having understanding this algorithm and |
expressing it algorithmically. So here is some pseudo-code to get you started. It is not ideal | expressing it algorithmically. So here is some pseudo-code to get you started. It is not ideal | ||
and not complete! | and not complete! | ||
Line 27: | Line 27: | ||
| | ||
</code> | </code> | ||
+ | |||
+ |