https://github.com/danielpclark/algorithm_practice
Practicing examples from "Introduction to The Design & Analysis of Algorithms"
https://github.com/danielpclark/algorithm_practice
Last synced: 8 months ago
JSON representation
Practicing examples from "Introduction to The Design & Analysis of Algorithms"
- Host: GitHub
- URL: https://github.com/danielpclark/algorithm_practice
- Owner: danielpclark
- Created: 2015-03-13T22:28:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T09:20:45.000Z (over 8 years ago)
- Last Synced: 2025-01-20T12:46:25.605Z (over 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Practice
Practicing examples from "Introduction to The Design & Analysis of Algorithms" by Anany Levitin
I'm following the examples provided in the book. If pseudo code is presented I
write it in Ruby in the exact same form it is presented. If only the steps are provided
I implement the steps as I perceive them. The more general the description the more my
implementation my vary.
All algorithms have Minitest tests written for them. The tests are written to adhere to
the examples given in the book. If no example is given then a generic one is researched and made.
# Contribution
I'm very open to receiving tips and new knowledge for any algorithm. That does not mean I'll
change the code for it. If the book has pseudo code, then the algorithm will stay as implemented.