Skip to content

Commit

Permalink
updated readme with fall 2016 things
Browse files Browse the repository at this point in the history
  • Loading branch information
l-hoang authored Jan 2, 2017
1 parent 515cb8b commit cc27e3d
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ The following variations of the Traveling Salesman problem are currently
available in this repository.

* Greedy (greedy)
* ~~Linear Programming (lp)~~ (no one has done 1 yet)
* Linear Programming (lp)
* Simulated Annealing (sa)
* Genetic (gen)
* ~~Neural Network (neural)~~ (no one has done 1 yet)
* Neural Network (neural)
* 2-Opt (2opt)
* ~~Dynamic Programming~~ (pending implementations)
* Dynamic Programming

If more implementations are added, this list will be added to as well.
Below are short descriptions of each implementation method. Note that the
Expand Down Expand Up @@ -134,51 +134,52 @@ repository.

Bolded languages are pending implementation/examination (Fall 2016).

* R
* Greedy
* C
* Greedy
* Simulated Annealing
* C++
* Greedy
* **Genetic**
* Simulated Annealing
* **2-Opt**
* Clingo
* Greedy
* Groovy
* **Greedy**
* Greedy
* Go
* **Greedy**
* **Simulated Annealing**
* Greedy
* Simulated Annealing
* Groovy
* Greedy
* Haskell
* **Greedy**
* Greedy
* Java
* Greedy
* **Simulated Annealing**
* **Dynamic Programming**
* **2-Opt**
* Simulated Annealing
* Dynamic Programming
* Javascript
* Greedy
* **Genetic**
* Genetic
* Julia
* **Greedy**
* Greedy
* Kotlin
* **Greedy**
* Greedy
* Lisp
* **Greedy**
* Greedy
* Matlab
* **Greedy**
* Linear (Integer) Programming
* Greedy
* Objective C
* Greedy
* Perl
* Greedy
* Prolog
* Simulated Annealing
* Python
* Greedy
* Genetic
* Simulated Annealing
* **Neural Network**
* Neural
* 2-Opt
* Dynamic Programming
* R
* Greedy
* Ruby
* Greedy
* Rust
Expand All @@ -187,11 +188,10 @@ Bolded languages are pending implementation/examination (Fall 2016).
* Greedy
* Genetic
* Swift
* **Greedy**
* **Genetic**
* Genetic
* Verilog
* Simulated Annealing
* Visual Basic
* Greedy

Last update: December 9, 2016
Last update: January 2, 2017

0 comments on commit cc27e3d

Please sign in to comment.