• Stars
    star
    182
  • Rank 211,154 (Top 5 %)
  • Language
    Go
  • License
    GNU General Publi...
  • Created about 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Algorithms, 4th Edition, Go version

Overview

Golang translations of the Java source code for the algorithms and clients in the textbook Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.

Coding style

Try to keep the interface and variable name consistent with the original Java source code while writing idiomatic Go code.

Note: Most clients are in example_xxx_test.go.

Index

See index.md.

License

This code is released under GPLv3. See LICENSE.

Reference

Contribution

Feel free to pull requests and issue reports. Appreciate the contribution of high-quality test cases, code fixes and coding style improvements.