• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

keon / algorithms / 786 / 2
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 16 Oct 2018 11:31PM UTC
Files 232
Run time 133min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Oct 2018 11:29PM UTC coverage: 71.648% (+0.01%) from 71.637%
TOX_ENV=py35,coverage

push

travis-ci

keon
Fix array plus one v3 (#432)

* Fixes code for linkedlist/copy_random_pointer

  - Fixes the code (was previously commented) by uncommenting it and
  implementing the missing class that was referenced
  - Creates 2 test cases for both solutions in the code

* Fix tests for arrays/plus_one

  - There was an issue while trying to access an index in a for loop
  within the array package (plus_one_v3() function)
    - idx was a tuple since it was being created as an enumerate(list)
    but it was being used as a simple index to access the list.
    - Changes the idx to access the element of the tuple that is the
    actual index (not the value)

* Reformat linkedlist copy_random_pointer

  - Remove classes. Now there are 2 versions of the same function
  - Remove tests.
    - Move tests to the tests directory. Since the structure of this
    node is slightly different (adding an atribute) there is a helper
    inner function that will create the nodes in the structure for the 2
    tests that were added.

* Unify name of functions in copy_random_pointer.py

4382 of 6116 relevant lines covered (71.65%)

0.72 hits per line

Source Files on job 786.2 (TOX_ENV=py35,coverage)
  • Tree
  • List 0
  • Changed 17
  • Source Changed 15
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 462
  • Travis Job 786.2
  • 8694de54 on github
  • Prev Job for TOX_ENV=py35,coverage on master (#771.2)
  • Next Job for TOX_ENV=py35,coverage on master (#789.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc