 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.algo.informatik.tu-darmstadt.de/index.php?action=history&amp;feed=atom&amp;title=Find_an_element_in_a_sequence</id>
	<title>Find an element in a sequence - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.algo.informatik.tu-darmstadt.de/index.php?action=history&amp;feed=atom&amp;title=Find_an_element_in_a_sequence"/>
	<link rel="alternate" type="text/html" href="https://wiki.algo.informatik.tu-darmstadt.de/index.php?title=Find_an_element_in_a_sequence&amp;action=history"/>
	<updated>2026-07-20T13:38:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.algo.informatik.tu-darmstadt.de/index.php?title=Find_an_element_in_a_sequence&amp;diff=556&amp;oldid=prev</id>
		<title>Cuozzo: Created page with &quot;__NOTOC__ Category:Checkup Category:Algorithmic Problem Category:Basic Problems on Sequences ==Input== # A sequence &lt;math&gt;S&lt;/math&gt;. # an element &lt;math&gt;x&lt;/math&gt; of...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.algo.informatik.tu-darmstadt.de/index.php?title=Find_an_element_in_a_sequence&amp;diff=556&amp;oldid=prev"/>
		<updated>2014-10-01T19:53:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ &lt;a href=&quot;/index.php?title=Category:Checkup&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:Checkup (page does not exist)&quot;&gt;Category:Checkup&lt;/a&gt; &lt;a href=&quot;/index.php?title=Category:Algorithmic_Problem&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:Algorithmic Problem (page does not exist)&quot;&gt;Category:Algorithmic Problem&lt;/a&gt; &lt;a href=&quot;/Category:Basic_Problems_on_Sequences&quot; title=&quot;Category:Basic Problems on Sequences&quot;&gt;Category:Basic Problems on Sequences&lt;/a&gt; ==Input== # A sequence &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt;. # an element &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; of...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Category:Checkup]]&lt;br /&gt;
[[Category:Algorithmic Problem]]&lt;br /&gt;
[[Category:Basic Problems on Sequences]]&lt;br /&gt;
==Input==&lt;br /&gt;
# A sequence &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt;.&lt;br /&gt;
# an element &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; of the component type of &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Output==&lt;br /&gt;
A boolean value:&lt;br /&gt;
# &amp;lt;math&amp;gt;true&amp;lt;/math&amp;gt;, if &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; is currently in &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt;,&lt;br /&gt;
# &amp;lt;math&amp;gt;false&amp;lt;/math&amp;gt;, otherwise.&lt;br /&gt;
&lt;br /&gt;
==Objective==&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
==Complexity==&lt;br /&gt;
Linear&lt;br /&gt;
&lt;br /&gt;
==Known algorithms==&lt;br /&gt;
# [[Find element in sequence iteratively]]&lt;br /&gt;
# [[Find element in sequence recursively]]&lt;/div&gt;</summary>
		<author><name>Cuozzo</name></author>
	</entry>
</feed>