-
Notifications
You must be signed in to change notification settings - Fork 162
Coin change problem #242
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
Coin change problem #242
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make problem,input, output and others alike as a heading (### )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make language, algorithm paradigm and time complexity bold.
use tilde tag O(N*M)
updated readme as needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't make language, algo paradigm till space complexity a heading.
use #### to make those a subheading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use temp[3][4]
before and after using tilde (`).
Similarly for arr[0]., arr[1], ... use tilde `
updated readme.md
Uh oh!
There was an error while loading. Please reload this page.
ISSUE NUMBER
#241
SHORT DESCRIPTION
Coin change problem using dynamic programming in C++.
TESTING
Passed all the test cases on geeksforgeeks.
screenshot from 2017年12月18日 15-49-58