<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=OBD-II_PIDs</id>
	<title>OBD-II PIDs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=OBD-II_PIDs"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=OBD-II_PIDs&amp;action=history"/>
	<updated>2026-04-17T20:39:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=OBD-II_PIDs&amp;diff=12753&amp;oldid=prev</id>
		<title>en&gt;Xoneca: /* Modes */ Links to mode description sections.</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=OBD-II_PIDs&amp;diff=12753&amp;oldid=prev"/>
		<updated>2014-01-07T11:15:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Modes: &lt;/span&gt; Links to mode description sections.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[computer science]], the &amp;#039;&amp;#039;&amp;#039;longest repeated substring problem&amp;#039;&amp;#039;&amp;#039; is the problem of finding the longest [[substring]] of a [[string (computer science)|string]] that occurs at least twice. This problem can be solved in linear time and space by building a [[suffix tree]] for the string, and finding the deepest internal node in the tree.  Depth is measured by the number of characters traversed from the root.  The string spelled by the edges from the root to such a node is a longest repeated substring. The problem of finding the longest substring with at least &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; occurrences can be found by first preprocessing the tree to count the number of leaf descendants for each internal node, and then finding the deepest node with at least &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; descendants.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* {{cite web|url=http://www.allisons.org/ll/AlgDS/Tree/Suffix/|title=Suffix Trees|last=Allison|first=L|accessdate=2008-10-14}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Problems on strings]]&lt;br /&gt;
[[Category:Formal languages]]&lt;br /&gt;
[[Category:Combinatorics]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{algorithm-stub}}&lt;/div&gt;</summary>
		<author><name>en&gt;Xoneca</name></author>
	</entry>
</feed>