Skip to content

Commit 296b20e

Browse files
committedMay 19, 2018
Update README.
1 parent 64552d1 commit 296b20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ of algorithms. It is an abstraction higher than the notion of an algorithm, just
104104
algorithm is an abstraction higher than a computer program.
105105

106106
* **Brute Force** - look at all the possibilities and selects the best solution
107+
* [Maximum Subarray](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sets/maximum-subarray)
107108
* **Greedy** - choose the best option at the current time, without any consideration for the future
108109
* [Unbound Knapsack Problem](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sets/knapsack-problem)
109110
* [Dijkstra Algorithm](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/graph/dijkstra) - finding shortest path to all graph vertices

0 commit comments

Comments
 (0)