https://github.com/skinnypetethegiraffe/graphing-project
Algorithms 4ᵗʰ, Edition Graphing Adaptation
https://github.com/skinnypetethegiraffe/graphing-project
algorithms graphing java java-8
Last synced: about 1 year ago
JSON representation
Algorithms 4ᵗʰ, Edition Graphing Adaptation
- Host: GitHub
- URL: https://github.com/skinnypetethegiraffe/graphing-project
- Owner: SkinnyPeteTheGiraffe
- Created: 2017-03-13T02:51:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T01:20:34.000Z (over 9 years ago)
- Last Synced: 2025-02-13T19:22:01.808Z (over 1 year ago)
- Topics: algorithms, graphing, java, java-8
- Language: Java
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms 4ᵗʰ, Edition Adaptation
This repository contains a adaptation of the code provided for *Algorithms 4ᵗʰ, Edition* written by Robert Sedgewick and Kevin Wayne.
The original code, as well as the step by step guide can be found at: http://algs4.cs.princeton.edu/home/
This adaptation focuses mainly on the graphing portion of the book. It also emphasizes on maintaining a clean easy to
read OOP structure by highly documenting classes and methods, removing the need for null values, encapsulating fields,
and also taking advantage of the features provided by Java 8.
Credits for original code:
- Robert Sedgewick
- Kevin Wayne
Other Credits:
- Quinn Rohlf (AnimatedPrimMST)