-
Updated
Jul 26, 2021 - CSS
programming-languages
Here are 812 public repositories matching this topic...
-
Updated
Oct 10, 2021
-
Updated
Nov 12, 2020 - C
-
Updated
Oct 5, 2021
-
Updated
Dec 8, 2020
-
Updated
Dec 24, 2020
-
Updated
Oct 14, 2021 - Odin
-
Updated
Oct 12, 2021 - TeX
-
Updated
Oct 14, 2021 - HTML
-
Updated
Oct 7, 2021 - Python
-
Updated
Aug 13, 2021
-
Updated
Oct 14, 2021 - Java
-
Updated
Jun 2, 2021 - Python
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Oct 4, 2021 - Rust
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Sep 10, 2021
-
Updated
Oct 14, 2021 - Python
-
Updated
Oct 8, 2021 - C
-
Updated
Jun 1, 2020 - HTML
-
Updated
Aug 22, 2020 - Go
-
Updated
Oct 12, 2021
Remove duplicate snippets in https://github.com/rafamadriz/friendly-snippets/blob/main/snippets/javascript/javascript.json
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.
As you see in some file for example lexer.test.c
file I want to implement items of tokens in several lines..
https://github.com/One-Language/One/blob/master/test/lexer.test.c#L82
for example:
lexer_tests[lexer_tests_count++] = (LexerTest){"1\r\n 2\n3\n4", {token_make(TOKEN_VALUE_NUMBER), token_make(TOKEN_SKIP_WHITESPACE_LINE), token_make(TOKEN_VALUE_NUMBER), token_make(TOKEN_SKIP_
-
Updated
Jul 22, 2021
-
Updated
Nov 16, 2020
-
Updated
Oct 4, 2021
-
Updated
Dec 18, 2018 - JavaScript
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.