deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

add c++ implementation of welsh powell algorithm #249

Closed etzl closed 2 years ago

etzl commented 2 years ago

This PR implements the code for welsh powell in c++ referred in issue #235

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

codelixir commented 2 years ago

Looks good, merging.