Skip to content

emgyrz/catalan_parentheses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parentheses and Catalan Numbers

Some algorithms to generate all possible N pairs of balanced parentheses.

Faster than ever before!!!11`

Run

#
go run algorithm1.go N
#
rustc -C opt-level=3 algorithm2.rs && ./algorithm2 N
#
g++ -O3 algorithm3.cpp && ./a.out N
#
./algorithm2.js N

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published