Skip to content

Commit ff606a0

Browse files
Panquesito7github-actions
and
github-actions
authored
chore: improve the Gitpod file (TheAlgorithms#1203)
* chore: improve the Gitpod file * Updated Documentation in README.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 8b5d006 commit ff606a0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitpod.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
github:
2+
prebuilds:
3+
addBadge: true
4+
addComment: false
5+
addCheck: false
6+
master: true
7+
branches: true
8+
pullRequestsFromForks: true
9+
110
tasks:
211
- init: npm install
3-

DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
* [ClimbingStairs](Dynamic-Programming/ClimbingStairs.js)
9090
* [CoinChange](Dynamic-Programming/CoinChange.js)
9191
* [EditDistance](Dynamic-Programming/EditDistance.js)
92+
* [FastFibonacciNumber](Dynamic-Programming/FastFibonacciNumber.js)
9293
* [FibonacciNumber](Dynamic-Programming/FibonacciNumber.js)
9394
* [FindMonthCalendar](Dynamic-Programming/FindMonthCalendar.js)
9495
* [KadaneAlgo](Dynamic-Programming/KadaneAlgo.js)
@@ -240,6 +241,7 @@
240241
* [Problem020](Project-Euler/Problem020.js)
241242
* [Problem023](Project-Euler/Problem023.js)
242243
* [Problem025](Project-Euler/Problem025.js)
244+
* [Problem028](Project-Euler/Problem028.js)
243245
* [Problem044](Project-Euler/Problem044.js)
244246
* **Recursive**
245247
* [BinaryEquivalent](Recursive/BinaryEquivalent.js)

0 commit comments

Comments
 (0)