Skip to content

refactor: linked-list find method refactor #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2019
Merged

Conversation

hifizz
Copy link
Owner

@hifizz hifizz commented Feb 3, 2019

LinkedList.find 添加定制比较函数参数,现在你可以自行传递函数进行查询函数了!

@codecov
Copy link

codecov bot commented Feb 3, 2019

Codecov Report

Merging #18 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #18   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines         322    325    +3     
  Branches       43     45    +2     
=====================================
+ Hits          322    325    +3
Impacted Files Coverage Δ
src/linked-list/index.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d56fdf3...830f4bc. Read the comment docs.

@hifizz hifizz merged commit ffe9559 into master Feb 3, 2019
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.

1 participant