https://github.com/rossta/heuristics
Complex problems in computer science
https://github.com/rossta/heuristics
Last synced: about 1 year ago
JSON representation
Complex problems in computer science
- Host: GitHub
- URL: https://github.com/rossta/heuristics
- Owner: rossta
- Created: 2010-09-14T19:44:02.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-20T13:30:51.000Z (over 15 years ago)
- Last Synced: 2025-02-15T10:57:01.967Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 545 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Heuristics
==========
Heuristics help us solve, or come close to solving, difficult problems. They are particularly powerful when tackling difficult problems in computer science, e.g., [the Traveling Salesman Problem](http://en.wikipedia.org/wiki/Travelling_salesman_problem). My heuristics project contains my solutions to puzzles and problems presented in [my graduate class at NYU](http://www.cs.nyu.edu/courses/fall10/G22.2965-001/) in Fall 2010.