This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cs257:hw1 [2015/09/02 15:41] scarl |
cs257:hw1 [2015/09/18 10:56] scarl |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== BubbleSort is slow! ====== | ====== BubbleSort is slow! ====== | ||
- | BubbleSort is ever slower than I remember. | + | BubbleSort is even slower than I remember. |
| | ||
- | **Do not** run 1,000,000 elements with BubbleSort. | + | **Do not** run 1,000,000 elements with BubbleSort. You probably won't want to run the 500,000 size either. |
| | ||
In fact, any sort that has not completed after 10 minutes, terminate and put **">10mins"** in your table. | In fact, any sort that has not completed after 10 minutes, terminate and put **">10mins"** in your table. |