We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c18582 commit bc68c26Copy full SHA for bc68c26
.travis.yml
@@ -5,7 +5,6 @@ language: node_js
5
node_js:
6
- node
7
8
-# command to run tests
9
script:
10
- yarn pretty-quick
11
- yarn eslint
README.md
@@ -1,6 +1,6 @@
1
# Javascript Algorithms and Data Structures
2
3
-[](https://travis-ci.org/ahcode0919/javascript-algorithm-ds)
+[](https://travis-ci.com/ahcode0919/javascript-ds-algorithms)
4
Repository for examples of typical algorithm solutions and data structures in Javascript
0 commit comments