Finding Duplicate CSharp
Finding Duplicate: A TDD Exercise
The problem
Approach using TDD
Some snippets to get you started
return array[0] == array[1];Last updated