summaryrefslogtreecommitdiff
path: root/hw4/hw4.html
blob: 10acc3be87208b3b682e2ab4bd8a164b44fcf4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>