Fixes: #{413} Implemented Convex Hull using Graham Scan

This commit is contained in:
arnabuchiha
2020-10-05 14:18:07 +05:30
parent abce4b7f55
commit 574a7c3471
2 changed files with 85 additions and 1 deletions

View File

@@ -16,7 +16,9 @@
"node-fetch": "2.6.1"
},
"standard": {
"env": [ "jest" ]
"env": [
"jest"
]
},
"devDependencies": {
"babel-jest": "^26.3.0",