Skip to content

179. Largest Number #68

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
Jan 14, 2019
Merged

179. Largest Number #68

merged 1 commit into from
Jan 14, 2019

Conversation

zwfang
Copy link
Collaborator

@zwfang zwfang commented Jan 14, 2019

https://leetcode.com/problems/largest-number/

Given a list of non negative integers, arrange them such that they form the largest number.
Note: The result may be very large, so you need to return a string instead of an integer.

@zwfang zwfang added string A string is used to represent text. It is comprised of a set of characters. array An array is stored such that the position of each element can be computed from its index sort Sorting algorithm is an algorithm that puts elements of a list in a certain order. Medium Coefficient of difficulty medium labels Jan 14, 2019
@codecov
Copy link

codecov bot commented Jan 14, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   99.31%   99.31%   +0.01%     
==========================================
  Files         109      110       +1     
  Lines        1865     1877      +12     
==========================================
+ Hits         1852     1864      +12     
  Misses          9        9              
  Partials        4        4
Impacted Files Coverage Δ
src/0179_largest_number/ln.go 100% <100%> (ø)

@zwfang zwfang merged commit b95f9e9 into master Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
array An array is stored such that the position of each element can be computed from its index Medium Coefficient of difficulty medium sort Sorting algorithm is an algorithm that puts elements of a list in a certain order. string A string is used to represent text. It is comprised of a set of characters.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant