Skip to content

Conversation

@zwfang
Copy link
Collaborator

@zwfang zwfang commented Jan 4, 2019

https://leetcode.com/problems/combinations/

Given two integers n and k, return all possible combinations of k numbers out of 1 ... n.

@zwfang zwfang added Medium Coefficient of difficulty medium Backtracking incrementally builds candidates to the solutions, and abandons a candidate(invalid solution.) labels Jan 4, 2019
@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage    99.3%   99.31%   +0.01%     
==========================================
  Files          80       81       +1     
  Lines        1414     1431      +17     
==========================================
+ Hits         1404     1421      +17     
  Misses          6        6              
  Partials        4        4
Impacted Files Coverage Δ
src/0077_combinations/combinations.go 100% <100%> (ø)

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

Labels

Backtracking incrementally builds candidates to the solutions, and abandons a candidate(invalid solution.) Medium Coefficient of difficulty medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants