<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AStrings</id>
	<title>Template:Strings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AStrings"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Strings&amp;action=history"/>
	<updated>2026-04-19T12:38:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:Strings&amp;diff=22849&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Strings&amp;diff=22849&amp;oldid=prev"/>
		<updated>2022-01-02T17:28:35Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:28, 2 January 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key uk_vapewiki:diff:1.41:old-22848:rev-22849 --&gt;
&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:Strings&amp;diff=22848&amp;oldid=prev</id>
		<title>Wikipedia&gt;Jochen Burghardt: a regular grammar describes a set of strings; regular tree grammars are a generalization that describe sets of trees; what about Deterministic finite automaton, regular language. alternating finite automaton, prefix grammar?</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Strings&amp;diff=22848&amp;oldid=prev"/>
		<updated>2020-02-04T17:12:58Z</updated>

		<summary type="html">&lt;p&gt;a regular grammar describes a set of strings; regular tree grammars are a generalization that describe sets of trees; what about &lt;a href=&quot;/mediawiki/index.php?title=Deterministic_finite_automaton&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Deterministic finite automaton (page does not exist)&quot;&gt;Deterministic finite automaton&lt;/a&gt;, &lt;a href=&quot;/mediawiki/index.php?title=Regular_language&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Regular language (page does not exist)&quot;&gt;regular language&lt;/a&gt;. &lt;a href=&quot;/mediawiki/index.php?title=Alternating_finite_automaton&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Alternating finite automaton (page does not exist)&quot;&gt;alternating finite automaton&lt;/a&gt;, &lt;a href=&quot;/mediawiki/index.php?title=Prefix_grammar&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Prefix grammar (page does not exist)&quot;&gt;prefix grammar&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Navbox&lt;br /&gt;
|name   = Strings&lt;br /&gt;
|title  = [[String (computer science)|Strings]]&lt;br /&gt;
|state = {{{state|autocollapse}}}&lt;br /&gt;
|listclass = hlist&lt;br /&gt;
&lt;br /&gt;
|group1 = [[String metric]] &amp;lt;!-- There are more diverse metrics in this article --&amp;gt;&lt;br /&gt;
|list1 =&lt;br /&gt;
* [[Approximate string matching]] &amp;lt;!-- not the best place for this topic --&amp;gt;&lt;br /&gt;
*[[Bitap algorithm]] &amp;lt;!-- approximate string matching algorithm --&amp;gt;&lt;br /&gt;
* [[Damerau–Levenshtein distance]]&lt;br /&gt;
* [[Edit distance]] &amp;lt;!-- also string metric! --&amp;gt;&lt;br /&gt;
* [[Gestalt Pattern Matching]]&lt;br /&gt;
* [[Hamming distance]]&lt;br /&gt;
* [[Jaro–Winkler distance]]&lt;br /&gt;
* [[Lee distance]]&lt;br /&gt;
* [[Levenshtein automaton]] &amp;lt;!-- really an algorithm for recognizing bounded distance --&amp;gt;&lt;br /&gt;
* [[Levenshtein distance]]&lt;br /&gt;
* [[Wagner–Fischer algorithm ]] &amp;lt;!-- general algorithm / independent of metric --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|group2 = [[String-searching algorithm]] &amp;lt;!-- find location of specific string --&amp;gt;&lt;br /&gt;
|list2 = &lt;br /&gt;
* [[Apostolico–Giancarlo algorithm]] &amp;lt;!-- Boyer-Moore variant --&amp;gt;&lt;br /&gt;
* [[Boyer–Moore string-search algorithm]]&lt;br /&gt;
* [[Boyer–Moore–Horspool algorithm]] &amp;lt;!-- Boyer-Moore variant --&amp;gt;&lt;br /&gt;
* [[Knuth–Morris–Pratt algorithm]]&lt;br /&gt;
* [[Rabin–Karp algorithm]]&lt;br /&gt;
&lt;br /&gt;
|group3 = Multiple string searching &amp;lt;!-- find location of one of many specific strings --&amp;gt;&lt;br /&gt;
|list3 = &lt;br /&gt;
* [[Aho–Corasick algorithm|Aho–Corasick]]&lt;br /&gt;
* [[Commentz-Walter algorithm]]&lt;br /&gt;
&lt;br /&gt;
|group4 = [[Regular expression]]&lt;br /&gt;
|list4 =&lt;br /&gt;
*[[Comparison of regular-expression engines]]&lt;br /&gt;
*[[Regular grammar]]&lt;br /&gt;
*[[Thompson&amp;#039;s construction]]&lt;br /&gt;
*[[Nondeterministic finite automaton]]&lt;br /&gt;
&lt;br /&gt;
|group5 = [[Sequence alignment]]&lt;br /&gt;
|list5 =&lt;br /&gt;
*[[Hirschberg&amp;#039;s algorithm]] &amp;lt;!-- sequence alignment --&amp;gt;&lt;br /&gt;
*[[Needleman–Wunsch algorithm]] &amp;lt;!-- sequence alignment; similar Wagner-Fischer --&amp;gt;&lt;br /&gt;
*[[Smith–Waterman algorithm]] &amp;lt;!-- sequence alignment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|group6 = [[Data structure]]&lt;br /&gt;
|list6 =&lt;br /&gt;
*[[Deterministic acyclic finite state automaton|DAFSA]]&lt;br /&gt;
*[[Suffix array]]&lt;br /&gt;
*[[Suffix automaton]]&lt;br /&gt;
*[[Suffix tree]]&lt;br /&gt;
*[[Generalized suffix tree]]&lt;br /&gt;
*[[Rope (data structure)|Rope]]&lt;br /&gt;
*[[Ternary search tree]]&lt;br /&gt;
*[[Trie]]&lt;br /&gt;
&lt;br /&gt;
|group7 = Other&lt;br /&gt;
|list7 =&lt;br /&gt;
*[[Parsing]]&lt;br /&gt;
*[[Pattern matching]]&lt;br /&gt;
*[[Compressed pattern matching]]&lt;br /&gt;
*[[Longest common subsequence problem|Longest common subsequence]]&lt;br /&gt;
*[[Longest common substring problem|Longest common substring]]&lt;br /&gt;
*[[Sequential pattern mining]] &amp;lt;!-- too far afield? --&amp;gt;&lt;br /&gt;
*[[:Category:String sorting algorithms|Sorting]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation|content=&lt;br /&gt;
&lt;br /&gt;
{{collapsible option}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*{{tl|String instruments}}&lt;br /&gt;
*{{tl|String quartets}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Jochen Burghardt</name></author>
	</entry>
</feed>