An ant walks from the bottom left corner of a 10 \times 10 square grid to the diagonally-opposite corner, always walking along grid lines and taking as short a route as possible. Let N(k) be the number of different paths that ant could follow if it makes exactly k turns. Find N(6)-N(5).