<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.wladik.net/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Vladimír Mach programovani:src</title>
        <description></description>
        <link>http://wiki.wladik.net/</link>
        <lastBuildDate>Wed, 15 Apr 2026 02:40:03 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://wiki.wladik.net/lib/tpl/machim/images/favicon.ico</url>
            <title>Vladimír Mach</title>
            <link>http://wiki.wladik.net/</link>
        </image>
        <item>
            <title>Roboti na útěku</title>
            <link>http://wiki.wladik.net/programovani/src/roboti-na-uteku?rev=1359675592&amp;do=diff</link>
            <description>Roboti na útěku


using System;
using System.Collections.Generic;
using System.Text;
using System.IO;

namespace RobotiNaUteku
{
    class Program
    {
        const int Rozmer = 20;
        static Pozice[] Roboti = new Pozice[2];
        static bool[, ,] Bludiste = new bool[2, Rozmer, Rozmer];
        static Straz[,] Straze = new Straz[2, 10];
        static Pozice[] RozmeryBludiste = new Pozice[2];
        static int[] PocetStrazi = new int[2];

        enum Smery
        {
            N = 0,…</description>
        <category>programovani:src</category>
            <pubDate>Fri, 01 Feb 2013 00:39:52 +0200</pubDate>
        </item>
    </channel>
</rss>
