Skip to content

linked list cleanup - #26

Merged
barrust merged 7 commits into
masterfrom
list-examples
Jan 4, 2020
Merged

linked list cleanup#26
barrust merged 7 commits into
masterfrom
list-examples

Conversation

@barrust

@barrust barrust commented Jan 4, 2020

Copy link
Copy Markdown
Owner
  • added examples to the linked lists
  • cleaned up the insertion and removal code to be more concise and maintainable

resolves #25

@codecov-io

codecov-io commented Jan 4, 2020

Copy link
Copy Markdown

Codecov Report

Merging #26 into master will increase coverage by 0.02%.
The diff coverage is 98.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   96.15%   96.18%   +0.02%     
==========================================
  Files           6        6              
  Lines        1119     1075      -44     
==========================================
- Hits         1076     1034      -42     
+ Misses         43       41       -2
Impacted Files Coverage Δ
src/dllist.c 99% <100%> (+0.58%) ⬆️
src/llist.c 98.43% <95.65%> (+0.87%) ⬆️

@barrust
barrust merged commit 5f31577 into master Jan 4, 2020
@barrust
barrust deleted the list-examples branch January 4, 2020 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

simplify doubly-linked-list

2 participants