Let $ ABCD \ $ be an finite chessboard ($n*n$ tiles) where $A$ is the left lower corner and $C$ its opposite. Each tile is denoted by a square with length $L=1$.
Our purpose is to determine the number of possible roads (denoted by $x_n$) from $A$ to $C$ knowing that we can ONLY travel from from a vertex to another through horizontal (strictly rightwards) and vertically upward lines.
Hint: for large enough $n$ the number of paths $x_n$ contains the number $ \sqrt {2\pi } $ and some power of $2$....
It's my first time seeing this kind of problem and I'd really appreciate if someone could shed some insight or maybe provide a solution..