summaryrefslogtreecommitdiff
path: root/hw4/hw4.md
diff options
context:
space:
mode:
authorAlexander Pickering <alex@cogarr.net>2020-01-01 22:37:37 -0500
committerAlexander Pickering <alex@cogarr.net>2020-01-01 22:37:37 -0500
commit9fae5d516012e2c0802105e67c79e2587a22b9dc (patch)
tree1c782ad2cd08bd1ecc4f0b42bd042778b4f34c2e /hw4/hw4.md
downloadinfsci2620-master.tar.gz
infsci2620-master.tar.bz2
infsci2620-master.zip
Inital commitHEADmaster
Diffstat (limited to 'hw4/hw4.md')
-rw-r--r--hw4/hw4.md28
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.**
+
+![](./res/1.PNG)
+
+<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>