-
Updated
Jul 26, 2021 - CSS
programming-languages
Here are 787 public repositories matching this topic...
-
Updated
Sep 1, 2021
-
Updated
Nov 12, 2020 - C
-
Updated
Aug 14, 2021
-
Updated
Dec 8, 2020
-
Updated
Dec 24, 2020
-
Updated
Sep 5, 2021 - Odin
-
Updated
Sep 5, 2021 - TeX
-
Updated
Sep 2, 2021 - HTML
-
Updated
May 3, 2021 - Python
-
Updated
Aug 13, 2021
-
Updated
May 10, 2021 - Java
-
Updated
Jun 2, 2021 - Python
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 22, 2021 - Rust
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Jul 18, 2021
-
Updated
Aug 30, 2021 - Python
-
Updated
Oct 22, 2017 - C
-
Updated
Jun 1, 2020 - HTML
-
Updated
Aug 22, 2020 - Go
-
Updated
Aug 17, 2021
-
Updated
Jul 22, 2021
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
Nov 16, 2020
-
Updated
Dec 18, 2018 - JavaScript
-
Updated
Jan 29, 2021
-
Updated
Sep 11, 2014 - 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.