File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ github :
2
+ prebuilds :
3
+ addBadge : true
4
+ addComment : false
5
+ addCheck : false
6
+ master : true
7
+ branches : true
8
+ pullRequestsFromForks : true
9
+
1
10
tasks :
2
11
- init : npm install
3
-
Original file line number Diff line number Diff line change 89
89
* [ ClimbingStairs] ( Dynamic-Programming/ClimbingStairs.js )
90
90
* [ CoinChange] ( Dynamic-Programming/CoinChange.js )
91
91
* [ EditDistance] ( Dynamic-Programming/EditDistance.js )
92
+ * [ FastFibonacciNumber] ( Dynamic-Programming/FastFibonacciNumber.js )
92
93
* [ FibonacciNumber] ( Dynamic-Programming/FibonacciNumber.js )
93
94
* [ FindMonthCalendar] ( Dynamic-Programming/FindMonthCalendar.js )
94
95
* [ KadaneAlgo] ( Dynamic-Programming/KadaneAlgo.js )
240
241
* [ Problem020] ( Project-Euler/Problem020.js )
241
242
* [ Problem023] ( Project-Euler/Problem023.js )
242
243
* [ Problem025] ( Project-Euler/Problem025.js )
244
+ * [ Problem028] ( Project-Euler/Problem028.js )
243
245
* [ Problem044] ( Project-Euler/Problem044.js )
244
246
* ** Recursive**
245
247
* [ BinaryEquivalent] ( Recursive/BinaryEquivalent.js )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ many of the algorithms can be found in the [wiki][explanation].
52
52
53
53
<!-- External Links -->
54
54
[ standard-js ] : https://standardjs.com/
55
- [ discord-server ] : https://discord.gg/c7MnfGFGa6
55
+ [ discord-server ] : https://the-algorithms.com/discord/
56
56
[ actions ] : https://github.com/TheAlgorithms/JavaScript/actions
57
57
[ explanation ] : https://github.com/TheAlgorithms/JavaScript/wiki
58
58
[ repositories ] : https://github.com/orgs/TheAlgorithms/repositories
You can’t perform that action at this time.
0 commit comments