-
Updated
Mar 13, 2022 - CSS
programming-languages
Here are 871 public repositories matching this topic...
-
Updated
Mar 19, 2022
-
Updated
Dec 31, 2021 - C
-
Updated
Nov 8, 2021
-
Updated
Mar 25, 2022 - Odin
-
Updated
Dec 8, 2020
-
Updated
Dec 24, 2020
-
Updated
Feb 16, 2022 - C#
-
Updated
Mar 20, 2022
-
Updated
Mar 25, 2022 - HTML
-
Updated
Oct 7, 2021 - Python
-
Updated
Mar 21, 2022 - Java
-
Updated
Jun 2, 2021 - Python
-
Updated
Feb 7, 2022 - Rust
-
Updated
Feb 28, 2022 - JavaScript
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Dec 14, 2021 - Python
-
Updated
Jan 30, 2022
-
Updated
Mar 24, 2022
-
Updated
Oct 21, 2021 - C
-
Updated
Jun 1, 2020 - HTML
-
Updated
Oct 31, 2021 - Python
-
Updated
Feb 22, 2022
Description
Recently I closed out issue #321 with PR #328 to add a database to track lookups. I mistakenly didn't really add any unit tests along with this to verify functionality and ensure things stay reliable during PRs and CI/CD. This issue should add some in.
Requirements
- Test the new Models that were added
- Ensure page visits store in the database
-
Updated
Aug 22, 2020 - Go
-
Updated
Jul 22, 2021
Is your feature request related to a problem? Please describe.
I hate broken links
Describe the solution you'd like
No broken links in all One
repos
Describe alternatives you've considered
Manual checking or post production link scanners
Additional context
Use the GitHub Marketplace tools or Actions
https://github.com/marketplace?type=&verification=&query=check+ma
The test suite is currently somewhat weak with respect to testing error cases and validating the resulting error messages.
The test suite should probably move tests that check error cases into a separate directory.
-
Updated
Oct 18, 2021 - Python
Improve this page
Add a description, image, and links to the programming-languages topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-languages topic, visit your repo's landing page and select "manage topics."
What is there in
Coin Change.md
?Only a variation of unbounded Knapsack
Issue:
There exists many more variations like having a fixed number of coins or say a problem where we want to find the number of ways (ordered) a sum of money can be formed
Suggested Solution:
We can add these two explanations separately in files.