find Linear search a range for a value Just like the one we wrote before Is passed an input iterator range and a value Returns an input iterator at the first occurance of the value Returns end iterator if value not found template It find(It begin, It end, T value);