The Wayback Machine - https://web.archive.org/web/20200902015843/https://github.com/halfrost/LeetCode-Go/pull/61
Skip to content
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

Update 0017.Letter-Combinations-of-a-Phone-Number.md #61

Merged
merged 3 commits into from Aug 28, 2020

Conversation

@xxgail
Copy link
Contributor

xxgail commented Aug 27, 2020

Update 0017.Letter-Combinations-of-a-Phone-Number 参考回溯模板,增加回溯的解法(类似于DFS)

halfrost and others added 2 commits Aug 26, 2020
optimization code quality level from A to A+
Update 0017.Letter-Combinations-of-a-Phone-Number 参考回溯模板,增加回溯的解法(类似于DFS)
@codecov-commenter
Copy link

codecov-commenter commented Aug 27, 2020

Codecov Report

No coverage uploaded for pull request base (master@7b73077). Click here to learn what that means.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #61   +/-   ##
=========================================
  Coverage          ?   73.15%           
=========================================
  Files             ?      521           
  Lines             ?    11804           
  Branches          ?        0           
=========================================
  Hits              ?     8635           
  Misses            ?     2908           
  Partials          ?      261           
Impacted Files Coverage Δ
leetcode/0079.Word-Search/79. Word Search.go 100.00% <ø> (ø)
leetcode/0113.Path-Sum-II/113. Path Sum II.go 41.66% <0.00%> (ø)
...0130.Surrounded-Regions/130. Surrounded Regions.go 45.23% <ø> (ø)
...e/0200.Number-of-Islands/200. Number of Islands.go 84.00% <ø> (ø)
...eetcode/0212.Word-Search-II/212. Word Search II.go 100.00% <ø> (ø)
...ode/0224.Basic-Calculator/224. Basic Calculator.go 29.41% <0.00%> (ø)
...Matrix/329. Longest Increasing Path in a Matrix.go 100.00% <ø> (ø)
leetcode/0401.Binary-Watch/401. Binary Watch.go 18.42% <ø> (ø)
leetcode/0529.Minesweeper/529. Minesweeper.go 90.62% <ø> (ø)
...code/0059.Spiral-Matrix-II/59. Spiral Matrix II.go 86.04% <80.00%> (ø)
... and 8 more

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 7b73077...fa6c758. Read the comment docs.

@halfrost halfrost force-pushed the halfrost:master branch 3 times, most recently from 5f999ee to 46faa66 Aug 27, 2020
@halfrost halfrost merged commit dcdbb3d into halfrost:master Aug 28, 2020
1 check was pending
1 check was pending
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
halfrost added a commit that referenced this pull request Aug 28, 2020
Update 0017.Letter-Combinations-of-a-Phone-Number.md
halfrost added a commit that referenced this pull request Aug 28, 2020
Update 0017.Letter-Combinations-of-a-Phone-Number.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.