Skip to content

almostimplemented/alg_design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Algorithm Design

One of my favorite courses from undergraduate computer science was introductory algorithm analysis.

I believe this was in part due to the main book for the course: Algorithm Design by Jon Kleinberg and Eva Tardos. The book takes on a very mathematical approach to exposition. This made it easier for students to be language agnostic in their analysis and design of algorithms. Being mathematically inclined, I enjoyed the style. However, I also think implementing algorithms in a machine executable format is a key component of any pragmatic effort to learn algorithms.

This repository is an ongoing project to implement algorithms from Kleinberg and Tardos. Some are chosen from examples in the chapter, and others come from exercises at the end of the chapter.

About

Java implementations of algorithms and structures from "Algorithm Design" by Kleinberg and Tardos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published