<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://cs1.utm.edu/icpc/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://cs1.utm.edu/icpc/feed.php">
        <title>UT Martin Competitive Programming Guidebook</title>
        <description></description>
        <link>http://cs1.utm.edu/icpc/</link>
        <image rdf:resource="http://cs1.utm.edu/icpc/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-03T01:17:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://cs1.utm.edu/icpc/doku.php?id=algorithms&amp;rev=1533831147&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs1.utm.edu/icpc/doku.php?id=competitive_programming&amp;rev=1536779190&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs1.utm.edu/icpc/doku.php?id=cpp&amp;rev=1535480992&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs1.utm.edu/icpc/doku.php?id=problems&amp;rev=1536960704&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs1.utm.edu/icpc/doku.php?id=python3&amp;rev=1557258720&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs1.utm.edu/icpc/doku.php?id=references&amp;rev=1534369338&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs1.utm.edu/icpc/doku.php?id=start&amp;rev=1536785232&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://cs1.utm.edu/icpc/lib/tpl/dokuwiki/images/favicon.ico">
        <title>UT Martin Competitive Programming Guidebook</title>
        <link>http://cs1.utm.edu/icpc/</link>
        <url>http://cs1.utm.edu/icpc/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://cs1.utm.edu/icpc/doku.php?id=algorithms&amp;rev=1533831147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-08-09T11:12:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>algorithms</title>
        <link>http://cs1.utm.edu/icpc/doku.php?id=algorithms&amp;rev=1533831147&amp;do=diff</link>
        <description>Algorithms

The study of Algorithms is the heart of Computer Science. Algorithms provide a clear, unambiguous means to solve a particular problem. In many instances there is no single correct algorithm for solving a programming contest problem. In many instances there are one or more</description>
    </item>
    <item rdf:about="http://cs1.utm.edu/icpc/doku.php?id=competitive_programming&amp;rev=1536779190&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-12T14:06:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>competitive_programming</title>
        <link>http://cs1.utm.edu/icpc/doku.php?id=competitive_programming&amp;rev=1536779190&amp;do=diff</link>
        <description>Competitive Programming Tricks and Style

Development Environment

	*  Python3 Interactive Interpreter/IDLE Development Environment
	*  Linux Development
	*  Programming Utilities</description>
    </item>
    <item rdf:about="http://cs1.utm.edu/icpc/doku.php?id=cpp&amp;rev=1535480992&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-08-28T13:29:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cpp</title>
        <link>http://cs1.utm.edu/icpc/doku.php?id=cpp&amp;rev=1535480992&amp;do=diff</link>
        <description>2. C++ Language Reference

Programming languages are a tool. While many modern programming languages are designed to be general purpose, some programming languages may be better suited to solve certain problems than others.

When to use C++

Whenever you have questions about time or memory limits, C++ is typically a safer path than</description>
    </item>
    <item rdf:about="http://cs1.utm.edu/icpc/doku.php?id=problems&amp;rev=1536960704&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-14T16:31:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>problems</title>
        <link>http://cs1.utm.edu/icpc/doku.php?id=problems&amp;rev=1536960704&amp;do=diff</link>
        <description>Problems

Reading Contest Problems

Problem Archive/Solution Guide
 Source  Problem  (Approximate) Difficulty  Solutions (Spoilers)  Kattis  Alphabet  3.0/10  alphabet.py  Kattis  Prime Sieve  5.0/10  primesieve.cpp</description>
    </item>
    <item rdf:about="http://cs1.utm.edu/icpc/doku.php?id=python3&amp;rev=1557258720&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-07T14:52:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python3</title>
        <link>http://cs1.utm.edu/icpc/doku.php?id=python3&amp;rev=1557258720&amp;do=diff</link>
        <description>1. Python Language Reference

Programming languages are a tool. While many modern programming languages are designed to be general purpose, some programming languages may be better suited to solve certain problems than others.

When to use Python3

While efficiency of a</description>
    </item>
    <item rdf:about="http://cs1.utm.edu/icpc/doku.php?id=references&amp;rev=1534369338&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-08-15T16:42:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>references</title>
        <link>http://cs1.utm.edu/icpc/doku.php?id=references&amp;rev=1534369338&amp;do=diff</link>
        <description>References

Practice

	*  Kattis

Kattis: New Problem Feed

Competitive Programming Books

	*  Competitive Programming Book, Halim &amp; Halim 2013
	*  Principles of Algorithmic Problem Solving, Sannemo 2017</description>
    </item>
    <item rdf:about="http://cs1.utm.edu/icpc/doku.php?id=start&amp;rev=1536785232&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-12T15:47:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>http://cs1.utm.edu/icpc/doku.php?id=start&amp;rev=1536785232&amp;do=diff</link>
        <description>Welcome!

If you have reached this page you are most likely involved or considering ICPC practice with the Computer Science Department at the University of Tennessee at Martin (or you have stumbled here from the larger web).

Welcome to our page! This Wiki is intended to serve as a manual for competitive programmers at UT Martin. Our hope is that the page will be under active development by students and faculty members in our department.</description>
    </item>
</rdf:RDF>
