Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6826548

Browse files
committed
Update README.
1 parent 58d83e5 commit 6826548

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ a set of rules that precisely defines a sequence of operations.
9999

100100
### Algorithms by Paradigm
101101

102+
An algorithmic paradigm is a generic method or approach which underlies the design of a class
103+
of algorithms. It is an abstraction higher than the notion of an algorithm, just as an
104+
algorithm is an abstraction higher than a computer program.
105+
102106
* **Greedy**
103107
* [Unbound Knapsack Problem](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sets/knapsack-problem)
104108
* [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)