Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dyck Paths Visualizer (dyckvis) · MIT License

A dyck path is a sequence of steps in a $n\times n$ grid from (0, 0) to ($n$, $n$) that lies strictly below, or touching, the diagonal line. The number of dyck paths in an $n\times n$ grid is given by the $n$-th catalan number,

$$\displaystyle \LARGE C_n=\frac{1}{n+1}\binom{2n}{n}$$

dyckvis is a visualizer that shows every dyck path given a value for $n$.

About

Dyck paths visualizer built with DOM methods

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages