Repo Added
|
Files
12
|
Badge
README BADGES
|
push
travis-ci-com
653 of 674 relevant lines covered (96.88%)
42.51 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
88.46 | challenges/cp61/fib.go | 60 | 26 | 23 | 3 | 36.0 | |
93.55 | challenges/revtree/revtree.go | 120 | 62 | 58 | 4 | 14.0 | |
94.2 | challenges/cp65/consecutive_bits.go | 127 + 24 | 69 + 12 | 65 + 12 | 4 | 16.0 + 1.0 | |
94.2 | challenges/cp57/tree_bfs.go | 126 | 69 | 65 | 4 | 13.0 | |
94.44 | challenges/cp64/paths.go | 73 | 36 | 34 | 2 | 6.0 | |
96.0 | challenges/cp63/subarray.go | 83 | 50 | 48 | 2 | 13.0 | |
98.52 | challenges/cp58/colors.go | 231 | 135 | 133 | 2 | 153.0 + 9 | |
100.0 | challenges/cp55/quickselect.go | 80 | 38 | 38 | 0 | 9.0 - 1.0 | |
100.0 | challenges/cp59/points.go | 74 | 30 | 30 | 0 | 4.0 | |
100.0 | challenges/cp60/autocomplete.go | 106 | 50 | 50 | 0 | 18.0 |
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
16 | master | cp65, solve with binary operators as well | push | travis-ci-com |
96.88 |
||
15 | master | refactored cp65 to use a singly linked list | push | travis-ci-com |
96.83 |
||
14 | master | solved cp64 & cp65, max consecutive bits, and cleaning raw UNIX paths | push | travis-ci-com |
97.31 |
||
13 | master | solved reversing binary tree problem from google interviews | push | travis-ci-com |
97.36 |
||
12 | master | solved cp62 again using reversedIteration | push | travis-ci-com |
98.03 |
||
11 | master | solved cp62, roman literals to int | push | travis-ci-com |
97.98 |
||
10 | master | solved cp61, fibonacci numbers recursive + iterative | push | travis-ci-com |
97.77 |
||
9 | master | refactored cp60, use a map instead of slice | push | travis-ci-com |
98.41 |
||
8 | master | solved cp60 using trie and regexp | push | travis-ci-com |
97.49 |
||
7 | master | solved cp59, closest points to origin | push | travis-ci-com |
98.17 |