sularome/JavaScript-Algorithms

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.eslintignore
.eslintrc
.gitignore
.travis.yml
LICENSE
README.md
azure-pipelines.yml
jestconfig.json
package-lock.json
package.json
tsconfig.json
tslint.json
ts/BinaryTree/BinaryTree.ts134
A
1 hr
ts/BinaryTree/BinaryTreeNode.ts38
ts/BinaryTree/RedBlackTree.ts178
B
5 hrs
ts/BinaryTree/RedBlackTreeNode.ts60
ts/BinaryTree/index.ts11
ts/BitArray.ts98
A
55 mins
ts/BitMatrix.ts168
A
25 mins
ts/CustomTypes/SortingComparator.ts2
ts/FindMaximumSubarray.ts41
A
1 hr
ts/Graph/DirectedAdjacencyMatrixGraph.ts70
ts/Graph/index.ts5
ts/HashTable.ts85
ts/ITypedArray.ts32
ts/Interfaces/IBinaryTree.ts12
ts/Interfaces/IBinaryTreeNode.ts13
ts/Interfaces/IBitArray.ts9
ts/Interfaces/IBitMatrix.ts15
ts/Interfaces/IExtendedEuclidesAlgorithmResult.ts5
ts/Interfaces/IHashTable.ts15
ts/Interfaces/IKeyValuePair.ts4
ts/Interfaces/ILinkedList.ts9
ts/Interfaces/ILinkedListItem.ts5
ts/Interfaces/IObjectArrayProperty.ts5
ts/LinkedList.ts79
ts/ObjectArray.ts49
ts/Queue.ts24
ts/RadixTree.ts68
A
3 hrs
ts/RadixTreeNode.ts55
ts/Sort/bubbleSort.ts21
A
45 mins
ts/Sort/gnomeSort.ts20
A
35 mins
ts/Sort/index.ts15
ts/Sort/insertionSort.ts24
A
35 mins
ts/Sort/mergeSort.ts33
A
2 hrs
ts/Sort/quickSort.ts35
A
35 mins
ts/Sort/selectionSort.ts16
ts/Stack.ts32
ts/Trie.ts36
A
25 mins