Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.2 KB

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.

Index

See index.md

License

This code is released under GPLv3.

Reference

Contribution

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