Skip to content

Conversation

@zwfang
Copy link
Collaborator

@zwfang zwfang commented Jan 4, 2019

https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/

Given a sorted linked list, delete all nodes that have duplicate numbers,
leaving only distinct numbers from the original list.

@zwfang zwfang added Medium Coefficient of difficulty medium Linked List A Linked list is a linear data structure where each element is a separate object. labels Jan 4, 2019
@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #41 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   99.32%   99.33%   +0.01%     
==========================================
  Files          82       83       +1     
  Lines        1456     1471      +15     
==========================================
+ Hits         1446     1461      +15     
  Misses          6        6              
  Partials        4        4
Impacted Files Coverage Δ
...0082_remove_duplicates_from_sorted_list_2/rdfsl.go 100% <100%> (ø)

@zwfang zwfang merged commit 9f0f145 into master Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Linked List A Linked list is a linear data structure where each element is a separate object. Medium Coefficient of difficulty medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants