Skip to content

A C++ library and render to use with the Algorithms, 4th Edition textbook by Robert Sedgewick and Kevin Wayne

License

Notifications You must be signed in to change notification settings

amengol/Algs4_cpp

Repository files navigation

Algs4 C++ library

Algs4_cpp goal is to be a C++ library port of the java code in algs4.jar.

Render and StdDraw

If what you ever wanted to try Algorithms, 4th Edition's exercises in C++ with drawing features, StdDraw is implemented with its own render in this library!
The render was building using GDI+ and PIMPL idiom making it easy to replace it with your render if you like.

Build

You can build the solution using Visual Studio 19 by opening Algs4_cpp.sln and building the project.
You can also use build it using any other compiler too but be aware that GDP+ is designed to run on a windows environment.

Contribution

Issue reports and code fixes are welcome. I appreciate the contribution of high-quality test cases, bug-fixes, and coding style improvements as well.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

Links to other projects

About

A C++ library and render to use with the Algorithms, 4th Edition textbook by Robert Sedgewick and Kevin Wayne

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages