diff options
Diffstat (limited to 'hw4/hw4.md')
| -rw-r--r-- | hw4/hw4.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/hw4/hw4.md b/hw4/hw4.md new file mode 100644 index 0000000..9bfdcbd --- /dev/null +++ b/hw4/hw4.md @@ -0,0 +1,28 @@ +# Homework 4 +*Alexander Pickering* (amp215@pitt.edu) + +**Implement a bubble sort or a selection sort algorithm to sort the array of words from last week’s assignment. Include your source code and a screen capture demonstrating that your input is sorted before being printed.** + + + +<style> +body{ + /*margin:40px auto;*/ + max-width:80%; + line-height:1.6; + font-size:18px; + color:#444; + padding:0 10px +} +h1,h2,h3{line-height:1.2} +img{ + display:block; + max-width:100%; +} +@media print { + pre,img{page-break-inside:avoid} +} +</style> +<link rel="stylesheet" href="./styles/atom-one-light.css"> +<script src="./highlight.pack.js"></script> +<script>hljs.initHighlightingOnLoad();</script> |
