Introduction - If you have any usage issues, please Google them yourself
STL Algorithms Non modifying sequence operations mismatch:
1. Generic mismatch algorithm: Find the corresponding positions in a deque and list at which unequal elements first occur
2. Check for mismatch between two vectors
3. Use mismatch function to find the first match
4. Use mismatch function with custom function