feat(challenges): add heap-algorithm

This commit is contained in:
Divlo
2021-11-08 16:56:22 +01:00
parent d97fe47377
commit 12d0d1b37a
11 changed files with 909 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM node:16.11.1
FROM node:16.13.0
COPY ./ ./
CMD ["node", "solution.js"]