Skip to content

Masynchin/Catalan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catalan

Naive way for generating Catalan numbers sequence in Haskell

How to run

Clone repo with git:

https://github.com/Masynchin/Catalan.git
cd Catalan

Compile and run with ghc:

ghc main.hs
./main

Amount of showed numbers defaults to 10. You can pass other amount as argument:

./main 15

Respectively, you can run it in Docker:

docker run --rm -it $(docker build -q .)
docker run --rm -it $(docker build -q .) 15

About

Naively generating Catalan numbers in Haskell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published