summaryrefslogtreecommitdiff
path: root/hw4/hw4.html
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.html
downloadinfsci2620-master.tar.gz
infsci2620-master.tar.bz2
infsci2620-master.zip
Inital commitHEADmaster
Diffstat (limited to 'hw4/hw4.html')
-rw-r--r--hw4/hw4.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/hw4/hw4.html b/hw4/hw4.html
new file mode 100644
index 0000000..10acc3b
--- /dev/null
+++ b/hw4/hw4.html
@@ -0,0 +1,30 @@
+<h1>Homework 4</h1>
+
+<p><em>Alexander Pickering</em> (amp215@pitt.edu)</p>
+
+<p><strong>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.</strong></p>
+
+<p><img src="./res/1.PNG" alt=""></p>
+
+<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>
+
+<p><link rel="stylesheet" href="./styles/atom-one-light.css">
+<script src="./highlight.pack.js"></script>
+<script>hljs.initHighlightingOnLoad();</script></p>