<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://behalek.cs.vsb.cz/wiki/index.php?action=history&amp;feed=atom&amp;title=FP_Homework_3_extension</id>
	<title>FP Homework 3 extension - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://behalek.cs.vsb.cz/wiki/index.php?action=history&amp;feed=atom&amp;title=FP_Homework_3_extension"/>
	<link rel="alternate" type="text/html" href="http://behalek.cs.vsb.cz/wiki/index.php?title=FP_Homework_3_extension&amp;action=history"/>
	<updated>2026-04-22T05:20:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>http://behalek.cs.vsb.cz/wiki/index.php?title=FP_Homework_3_extension&amp;diff=2049&amp;oldid=prev</id>
		<title>Beh01: Created page with &quot;== Conversion of regular expressions to deterministic finite automaton ==  * Define a data structure describing regular expressions. * Create a function converting given regul...&quot;</title>
		<link rel="alternate" type="text/html" href="http://behalek.cs.vsb.cz/wiki/index.php?title=FP_Homework_3_extension&amp;diff=2049&amp;oldid=prev"/>
		<updated>2019-11-08T09:02:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Conversion of regular expressions to deterministic finite automaton ==  * Define a data structure describing regular expressions. * Create a function converting given regul...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Conversion of regular expressions to deterministic finite automaton ==&lt;br /&gt;
&lt;br /&gt;
* Define a data structure describing regular expressions.&lt;br /&gt;
* Create a function converting given regular expression to non-deterministic finite automaton.&lt;br /&gt;
* Create a function converting this non-deterministic automaton to its deterministic counterpart.&lt;br /&gt;
&lt;br /&gt;
== Compute first and follow sets ==&lt;br /&gt;
&lt;br /&gt;
* Define a representation for context-free grammars.&lt;br /&gt;
* Create a function computing non-terminals, which can be rewritten to &amp;#039;epsilon&amp;#039; (empty set).&lt;br /&gt;
* Create a function computing the first set for giver sequence of symbols (terminals and non-terminals).&lt;br /&gt;
* Create a function computing the follow set for the given non-terminal.&lt;br /&gt;
&lt;br /&gt;
== Using regular expressions to search in a text ==&lt;br /&gt;
&lt;br /&gt;
* Define a data structure describing regular expressions.&lt;br /&gt;
* Create a function converting given regular expression to non-deterministic finite automaton.&lt;br /&gt;
* Run this non-deterministic automaton on a given text to find sub-strings generated by the original regular expression.&lt;/div&gt;</summary>
		<author><name>Beh01</name></author>
		
	</entry>
</feed>