Find an element in a sequence
Revision as of 19:53, 1 October 2014 by Cuozzo (talk | contribs) (Created page with "__NOTOC__ Category:Checkup Category:Algorithmic Problem Category:Basic Problems on Sequences ==Input== # A sequence <math>S</math>. # an element <math>x</math> of...")
Input
- A sequence [math]\displaystyle{ S }[/math].
- an element [math]\displaystyle{ x }[/math] of the component type of [math]\displaystyle{ S }[/math].
Output
A boolean value:
- [math]\displaystyle{ true }[/math], if [math]\displaystyle{ x }[/math] is currently in [math]\displaystyle{ S }[/math],
- [math]\displaystyle{ false }[/math], otherwise.
Objective
N/A
Complexity
Linear