[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>
* Update content.md remove <p> tag from around svg image
Noticed after the push that the image was showing as broken on dark theme. Hoping this helps.
* Update content.md
put whole tag on one line, in case that makes a difference.
* [Leap]: Add `calendar-isleap` approach and improved benchmarks
* added comments on `isleap()` implementation and operator precedence
* Approach and Chart Edits
Various language edits and touchups.
Added chart reference and alt-textm as well as link to long description. Probably unnecessary for this particular article but wanted to establish an example of what to do when alt-texting a chart. See https://www.w3.org/WAI/tutorials/images/complex/ for more information and examples on how to alt-text complex images.
* Fixed Awkward Chart Intro
* Another try on alt-text
* Trying Yet Again
* Attempt to align figcaption
* Giving up and going for description location in alt
---------
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* bitwise-operators concept
* small fizes to about.md
* Proposed Edits and Links
First draft of edits and links for Bitwise operations.
* Typos and Review Changes
---------
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>