<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://servo.ad.wlu.edu/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://servo.ad.wlu.edu/dokuwiki/feed.php">
        <title>W&amp;L Computer Science Wiki - courses:cs211:winter2018:journals:martinj</title>
        <description></description>
        <link>http://servo.ad.wlu.edu/dokuwiki/</link>
        <image rdf:resource="http://servo.ad.wlu.edu/dokuwiki/lib/exe/fetch.php/wiki/dokuwiki-128.png" />
       <dc:date>2026-05-11T23:17:27+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/2.3?rev=1516379642&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/2.4?rev=1517284275&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/3.2.6?rev=1517979359&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.1.4?rev=1519706341&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.5.7?rev=1520306158&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.85.3?rev=1520913285&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/6.0.3?rev=1522724172&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/7.1.1?rev=1522724186&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/chapter2?rev=1516551294&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/chapters1_2?rev=1516401774&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/home?rev=1522724146&amp;do=diff"/>
                <rdf:li rdf:resource="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/sidebar?rev=1516556042&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://servo.ad.wlu.edu/dokuwiki/lib/exe/fetch.php/wiki/dokuwiki-128.png">
        <title>W&L Computer Science Wiki</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/</link>
        <url>http://servo.ad.wlu.edu/dokuwiki/lib/exe/fetch.php/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/2.3?rev=1516379642&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-19T16:34:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>2.3</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/2.3?rev=1516379642&amp;do=diff</link>
        <description>Review: Gale-Shapley Stable matching algorithm has at most n^2 iterations --&gt; worst-case runtime = O(n^2)</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/2.4?rev=1517284275&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-30T03:51:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>2.4</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/2.4?rev=1517284275&amp;do=diff</link>
        <description>2.4: Runtimes

This Chapter went into further detail about some common running times, including:

Linear time O(n)

This running time is at most a constant factor times the size of the input. Common problems that have this running time include computing the maximum and merging two sorted lists.</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/3.2.6?rev=1517979359&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-07T04:55:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3.2.6</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/3.2.6?rev=1517979359&amp;do=diff</link>
        <description>3.2-3.6:

Brief summary

3.2 covered graph connectivity and graph traversal, including breadth-first and depth-first searches, which determine s-t connectivity, or whether or not there is a path between s and t in a given graph. 3.3 covered implementing graph traversals using queues and stacks, but also covered the different ways to represent graphs themselves. 3.4 covered an application of BFS that tested bipartness, and 3.5 covered connectivity in directed graphs. Overall, this section wasn&#039;t …</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.1.4?rev=1519706341&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-27T04:39:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4.1.4</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.1.4?rev=1519706341&amp;do=diff</link>
        <description>Chapter four largely focused on greedy algorithms. Parts one and two helped me understand how to prove if/when a greedy algorithm is, in fact, the optimal solution to a problem.

	*  Part one had its own method to help me do so called the greedy algorithm stays ahead. It focuses on measuring the progress of the greedy algorithm each step of the solution and comparing it to any other algorithm. The logic behind this is that, if we can prove that the greedy algorithm is more efficient than alterna…</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.5.7?rev=1520306158&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-06T03:15:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4.5.7</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.5.7?rev=1520306158&amp;do=diff</link>
        <description>Section 4.5 discusses the minimum spanning tree problem, which is focused on finding the cheapest possible connected graph (such that every pair of nodes is connected). It presented 3 primary algorithms for this problem, each of which is guaranteed to produce an optimal solution:</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.85.3?rev=1520913285&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-13T03:54:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4.85.3</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/4.85.3?rev=1520913285&amp;do=diff</link>
        <description>This was a lot of reading! We started with Huffman codes, which I felt like I understood more from my class with Levy than I did from the textbook. 5.1 covered divide and conquer, 5.2 covered more recurrence relations, and 5.3 covered counting inversions. I have more hand-written notes to add because I&#039;m an idiot</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/6.0.3?rev=1522724172&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-03T02:56:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>6.0.3</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/6.0.3?rev=1522724172&amp;do=diff</link>
        <description>6.0-6.3</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/7.1.1?rev=1522724186&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-03T02:56:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>7.1.1</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/7.1.1?rev=1522724186&amp;do=diff</link>
        <description>7.1-7.2, 7.5, 7.7</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/chapter2?rev=1516551294&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-21T16:14:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>chapter2</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/chapter2?rev=1516551294&amp;do=diff</link>
        <description>Chapter 2

2.1-2.2

Discrete: involving an implicit search over a large set of combinatorial possibilities

How do we measure runtime?: using the worst case runtime

	*  Why not avg runtime? --&gt; what is average?
	*  When looking at polynomial runtimes, we only really need to pay attention to the highest-order term</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/chapters1_2?rev=1516401774&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-19T22:42:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>chapters1_2</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/chapters1_2?rev=1516401774&amp;do=diff</link>
        <description>1.1

Why is stable matching important?: so we don’t have a situation that could spiral out of control, with one person/object/etc. throwing off another object which throws off another object, etc.

How should you initially approach complex problems, especially matching ones?</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/home?rev=1522724146&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-03T02:55:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>home</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/home?rev=1522724146&amp;do=diff</link>
        <description>Janie&#039;s Wiki

1.1, 2.1, 2.2: Stable Matching and Asymptotes -- separated Chapter 1 from Chapter 2, so this is just Chapter 1.

 Chapter2

(2.3: Using Lists and Arrays for Stable Matching - folded into Chapter 2 page.)

2.4,2.5,3.1

3.2-3.6

4.1-4.1, 4.4

4.5-4.7

4.8,5.1-5.3

6-6.3

7.1-7.2, 7.5, 7.7</description>
    </item>
    <item rdf:about="http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/sidebar?rev=1516556042&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-21T17:34:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sidebar</title>
        <link>http://servo.ad.wlu.edu/dokuwiki/doku.php/courses/cs211/winter2018/journals/martinj/sidebar?rev=1516556042&amp;do=diff</link>
        <description>Janie&#039;s Wiki

	*  Chapter 1
	*  Chapter 2

----------

&lt;- Janie&#039;s Wiki

&lt;- CSCI 211: Algorithm Design and Analysis</description>
    </item>
</rdf:RDF>
