Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.06 KB

"Algorithms in Java. Fourth edition"

Robert Sedgewick and Kevin Wayne

In this repository, I store my solutions to problems from the book "Algorithms in Java. Fourth Edition" written by Robert Sedgewick and Kevin Wayne.

I used a library from their book in solving problems: "algs4.jar", licensed by GNU (GPL) v.3.
If you find anything incorrect you can create an issue or open a pull request.
I used the 2019 edition in Russian. The order of assignments may vary from edition to edition.

This repository is license free and redistributable.
Not used commercially

An archive that contains data files (as well as all the other ones used in the book) can be found at: http://algs4.cs.princeton.edu/code/algs4-data.zip

Library: https://algs4.cs.princeton.edu/code/algs4.jar