* ✏️ Update instructions.md
if we already have an ace, the upcoming ace's value should be 1
https://en.wikipedia.org/wiki/Blackjack?lang=en#Rules_of_play_at_casinos
[...] and aces count as either 1 or 11 according to the player's choice.
* ✏️ Update instructions.md
The instructions on the exercise [black_jack](https://exercism.org/tracks/python/exercises/black-jack) might be improved.
It could be better to refer to the value of the upcoming ace instead of the value of those in hand since this doesn't apply if we have two aces in hand.
Current instructions:
`Hint: if we already have an ace in hand then its value would be 11.`
Proposed instructions:
`Hint: if we already have an ace in hand, then the value for the upcoming ace would be 1.`
Sources: "[...] and aces count as either 1 or 11 according to the player's choice." from [Wikipedia](https://en.wikipedia.org/wiki/Blackjack?lang=en#Rules_of_play_at_casinos).
---------
Co-authored-by: Federico Ponce de Leon <fpleon@intrasoft.com.ar>
[no important files changed]
This test case (though new) is easily passed by the canonical/vast majority solution, so student solution re-testing is not needed at this time.
* First draft of acronym approaches.
* Performance directory.
* Added starter content to performance to clear CI check.
* Adding snippet placeholder for performance.
* Updated and edited approaches for acronym. Modified snipetts and corrected links.
* Finished up approaches and added benchmarks
Finished up approaches and added benchmarks.
Deleted unneeded Jupyter notebooks.
* Update snippet.md
Removed genexp so file would be 8 lines.
* Update content.md
Fixed benchmark table and broken link in performance article.
* [Sieve]: Draft approaches
* fixes various typos and random gibberish
* Update introduction.md
* Update exercises/practice/sieve/.approaches/comprehensions/content.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/comprehensions/content.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/comprehensions/content.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/comprehensions/content.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/nested-loops/content.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/comprehensions/content.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/comprehensions/snippet.txt
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/introduction.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/nested-loops/content.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/nested-loops/snippet.txt
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update exercises/practice/sieve/.approaches/comprehensions/content.md
Does this add a spurious extra space after the link?
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Removed graph from content.md
To save us forgetting it later.
* Delete timeit_bar_plot.svg
I didn't intend to commit this in the first place.
* removed space from content.md
* Update exercises/practice/sieve/.approaches/nested-loops/content.md
* Update exercises/practice/sieve/.approaches/nested-loops/content.md
* Update exercises/practice/sieve/.approaches/introduction.md
* Update exercises/practice/sieve/.approaches/introduction.md
* Update exercises/practice/sieve/.approaches/introduction.md
* Code Block Corrections
Somehow, the closing of the codeblocks got dropped. Added them back in, along with final typo corrections.
---------
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update introduction.md
Fixed small typo in line 65 replaced : with =
* Update about.md
Replaced : with = in line 101
* Apply suggestions from code review
* Update concepts/tuples/about.md
---------
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Rename the `pop-count` exercise to `eliuds-eggs`.
* Regenerated test file and renamed stub and test file.
* Changed exercise config file to match change in sub and test file naming.
* Corrected typo in exercise config for test file location.
---------
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* First commit of raindrops approaches.
* Placeholders and starts to content to make CI happier.
* Edited to conform to configlet line limit.
* One more line trimmed.
* Adding regenerated darts test file to stop CI complaint.
* Added approaches and benchmark article for Raindrops.
* Updated branch with current track config.json from main.
* Fixed config titles and directories.
* Shortened performance snippet to 8 lines.
* Added colin to the performance article.
* Marked parallel-letter-frequency as foregone.
* Removed string-formattig prerequisites and set dict-methods live to students.
* Added parallel-letter-frequency back into depricated array.
* Removed parallel-letter-frequency exercise directory.
* [Currency Exchange]: Update stub with Module Docstring
Sub file was missing a docstring and tripping a "missing module docstring" warning in the Analyzer.
* [Currency Exchange]: Update exemplar.py
Added same docstring to exemplar file that was added to the stub file.
* Update exchange.py removed numeric stack doc
* Update exemplar.py
Removed numeric stack doc.
[no important files changed]
* [Pythagorean Triplet]: Approaches Draft
* [Leap]: Add `isleap` approach and improved benchmarks
* Delete exercises/practice/leap/.articles/performance/timeit_bar_plot.svg
Sorry, I committed this to the wrong branch. Embarrassingly amateurish!
* Suggestions, Edits, etc.
Suggestions and edits.
Because we need to PR to a different repo, the `.svg` images have been removed, and the text adjusted.
---------
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>