diff --git a/.codacy.yml b/.codacy.yml deleted file mode 100644 index 0672c33..0000000 --- a/.codacy.yml +++ /dev/null @@ -1,7 +0,0 @@ -languages: - JavaScript: true -exclude_paths: -- "js/dist/*.js" -- "js/dist/**/*.js" -- "test/*.js" -- "test/**/*.js" diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 0672c33..0000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,7 +0,0 @@ -languages: - JavaScript: true -exclude_paths: -- "js/dist/*.js" -- "js/dist/**/*.js" -- "test/*.js" -- "test/**/*.js" diff --git a/.groc.json b/.groc.json deleted file mode 100644 index 56e8333..0000000 --- a/.groc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "glob": [ - "js/src/**/*.js", - "README.md" - ], - "github": true -} \ No newline at end of file diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index ffd48eb..0000000 --- a/.jshintrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "esnext": true -} diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9a0746b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: node_js -node_js: - - "iojs" - - "0.12" - - "0.11" - - "0.10" -install: - - npm -d install -script: - - npm test -after_success: - - ./node_modules/.bin/coveralls < coverage/lcov.info || true - - ./node_modules/.bin/codeclimate < coverage/lcov.info || true diff --git a/3sum/_3sum_n2.html b/3sum/_3sum_n2.html new file mode 100644 index 0000000..92d1bd5 --- /dev/null +++ b/3sum/_3sum_n2.html @@ -0,0 +1,32 @@ +
X is sorted in increasing order +Y is sorted in increasing order +compare takes 4 arguments and returns <=> 0 +output takes 4 arguments
Xi Xj
Yi Yj
X is sorted in increasing order +Y is sorted in increasing order +compare takes 4 arguments and returns <=> 0 +output takes 4 arguments
Xi Xj
Yi Yj
t |
Hypothesis :
++- A is sorted in increasing order
+- B is sorted in increasing order
+- |A| > 0
+- |B| > 0
+