Commit Graph

4178 Commits

Author SHA1 Message Date
BethanyG
cadb6120e0 Mark nucleotied-count as foregone. (#3617) 2024-02-02 10:05:24 -08:00
BethanyG
51f8c8dc2e Corrected spelling error. (#3616) 2024-02-02 09:31:42 -08:00
Exercism Bot
7eae72e8de 🤖 Sync org-wide files to upstream repo (#3613)
More info: bfc6fe525e
2024-02-01 06:11:20 -08:00
BethanyG
f3016b0ca9 Fixed some typos. (#3612) 2024-02-01 03:23:56 -08:00
BethanyG
24e9d6d5dc [Raindrops] Approaches and Performance Article (#3362)
* 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.
2024-02-01 02:38:52 -08:00
colinleach
4e698334dc [Roman Numerals] Draft of Approaches (#3605)
* [Roman Numerals] early draft of approaches

* updated approach documents, many changes

* fixed typos and other glitches

* Update exercises/practice/roman-numerals/.approaches/introduction.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/introduction.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/introduction.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/introduction.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/introduction.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/introduction.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/recurse-match/content.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/introduction.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/recurse-match/content.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update exercises/practice/roman-numerals/.approaches/recurse-match/content.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Fixed TODO in `itertools-starmap`

* Update content.md

Found a mistake already

* Update content.md again

* Update exercises/practice/roman-numerals/.approaches/itertools-starmap/content.md

* Update exercises/practice/roman-numerals/.approaches/itertools-starmap/content.md

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2024-01-31 02:13:46 -08:00
Erik Schierboom
cbbfcfdbf0 Sync the raindrops exercise's docs with the latest data. (#3610) 2024-01-30 01:56:42 -08:00
BethanyG
af8053d8a7 [Raindrops]: Added Instruction Append for divmod(), math.fmod(), math.remainder(), % & operator.modulo (#3611)
* Added refences for divmod, fmod, remainder, modulo and operator.modulo

* Added comma on line 6 for clarity.
2024-01-30 01:56:01 -08:00
dependabot[bot]
7965a4f5b6 Bump juliangruber/read-file-action from 1.1.6 to 1.1.7 (#3607)
Bumps [juliangruber/read-file-action](https://github.com/juliangruber/read-file-action) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/juliangruber/read-file-action/releases)
- [Commits](02bbba9876...b549046feb)

---
updated-dependencies:
- dependency-name: juliangruber/read-file-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-26 22:30:55 -08:00
Tomasz Gieorgijewski
93278ea725 Update instructions.md (#3606)
A few instructions missed additional parameter in function declaration. Added.
2024-01-26 10:19:52 -08:00
Exercism Bot
70acb845ed 🤖 Sync org-wide files to upstream repo (#3604)
More info: 42a096591a
2024-01-25 06:09:26 -08:00
BethanyG
ac97b5e01e [Parallel Letter Frequency]: Mark as Foregone in Config.json and Remove Exercise Directory (#3603)
* 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.
2024-01-24 13:28:14 -08:00
BethanyG
7fad60db57 [Python Docs]: Update Python Version in INSTALLATION.md (#3601)
Changed version from Python `3.11.2` to `3.11.5`
2024-01-22 14:55:52 -08:00
BethanyG
b157de1803 [Currency Exchange]: Update stub & exemplar with Module Docstring (#3600)
* [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]
2024-01-22 12:19:33 -08:00
colinleach
6f1fa93416 [Pythagorean Triplet]: Approaches Draft (#3582)
* [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>
2024-01-19 18:34:30 -08:00
Erik Schierboom
e1879a3f60 reverse-string: sync (#3598)
* Sync the `reverse-string` exercise's docs with the latest data.

* Sync the `reverse-string` exercise's metadata with the latest data.
2024-01-18 11:13:55 -08:00
Luis F M Alves
2a276fb5e3 Update introduction.md (typo) (#3596)
Small typo on the intro to the exercise "meltdown mitigation"
2024-01-17 08:59:49 -08:00
Safwan Samsudeen
bd8209708a fix typo (#3584) 2024-01-16 12:10:15 -08:00
Knute Snortum
283716ec30 Fixes #3594, solutions are natural numbers (#3597) 2024-01-16 12:09:04 -08:00
Erik Schierboom
f4a14bc5db Sync the leap exercise's docs with the latest data. (#3595) 2024-01-16 10:31:51 -08:00
BethanyG
03229bcca3 [Leap]: Updated Table in Performance Article with Newer Timings to Match Graph. (#3593)
* Updated table with newer timings to match graph.

* Apply suggestions from code review

Further adjustment to the numbers.  _sigh_
2024-01-14 17:13:29 -08:00
BethanyG
63ab89fd19 Synced leap to problem specifications. (#3592) 2024-01-14 15:20:08 -08:00
BethanyG
3705a4964b Swapped HTML syntax for markdown for svg image. (#3590) 2024-01-13 12:45:11 -08:00
BethanyG
5eed8cf9bb Update content.md with the correct link this time! (#3588) 2024-01-12 19:29:23 -08:00
BethanyG
e602bcb5d4 Update content.md remove <p> tag from around svg image (#3587)
* 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.
2024-01-12 19:15:31 -08:00
colinleach
4dd9e792e6 [Leap]: Add calendar-isleap approach and improved benchmarks (#3583)
* [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>
2024-01-12 19:03:40 -08:00
colinleach
7e5a83d333 The bitwise-operators concept (#3564)
* 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>
2023-12-27 15:02:33 -08:00
BethanyG
185fbdfac9 Random grammar, spelling and content edits. (#3581)
[no important files changed]
2023-12-27 06:02:10 -08:00
BethanyG
dfcb006eba Synced exercise tests to problem specificatoins. (#3580) 2023-12-27 05:08:18 -08:00
BethanyG
ca3f65e0ad Synced exercise tests to problem specifications. (#3579) 2023-12-27 05:07:59 -08:00
BethanyG
c9c67a864f Synced exercise tests to problem specifications. (#3578) 2023-12-27 05:07:37 -08:00
BethanyG
b4dbac454c Synced exercise tests to problem specifications. (#3577) 2023-12-27 05:07:16 -08:00
BethanyG
66160b0b30 Synced tests to problem specifications. (#3576) 2023-12-27 05:06:50 -08:00
BethanyG
ef951b40b8 Synced tests to cannonical data and regenerated testfile. (#3575) 2023-12-27 05:06:28 -08:00
BethanyG
0bb0a2fd81 Synced practice exercise metadata to problem specifications. (#3574) 2023-12-27 05:06:00 -08:00
BethanyG
60b19a6bd4 Synced practice exercise docs to problem specificatons. (#3573) 2023-12-27 05:05:44 -08:00
BethanyG
d2be549dc5 Update introduction.md (#3572)
Fixed link typos.
2023-12-26 22:59:17 -08:00
colinleach
38caf4b50b The secrets concept (#3565)
* The `secrets` concept

* Edits and Link Additions

A few edits, and some additional links.

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2023-12-26 16:46:34 -08:00
Safwan Samsudeen
0b7819512d approach for nth prime (#3496) 2023-12-17 21:30:03 -08:00
dependabot[bot]
8ebf5575ad Bump actions/stale from 8.0.0 to 9.0.0 (#3562)
Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](1160a22402...28ca103628)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 10:03:54 -08:00
dependabot[bot]
d7fe4d0d58 Bump actions/setup-python from 4.8.0 to 5.0.0 (#3561)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](b64ffcaf5b...0a5c615913)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 17:49:04 -08:00
colinleach
0374d1ca28 new random concept (#3556)
* new `random` concept

* changed unused variables to underscore

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

I have been avoiding $\LaTeX$ (very reluctantly, but Jeremy and Erik insist). I guess Unicode will save us here.

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/random/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Added Introduction.md and Links

* Small touchups and link fixes

* More Typo Fixes

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2023-12-06 17:48:23 -08:00
dependabot[bot]
a706592185 Bump actions/setup-python from 4.7.1 to 4.8.0 (#3560)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](65d7f2d534...b64ffcaf5b)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 17:05:42 -08:00
BethanyG
cb75332df9 Update config.json to add Fractions Concept (#3559) 2023-12-05 14:03:51 -08:00
colinleach
44b0c7f41a fractions concept (#3555)
* fractions concept

* added links, tried to clarify wording

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/fractions/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Introduction from About

Added some links and edited config.json.

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2023-12-05 13:52:54 -08:00
colinleach
fea327ba09 complex-numbers concept docs (#3554)
* complex-numbers concept docs

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* fixed several links

* some relatively small fixes, mainly typos and formatting

* Moved sections around, in the search for a clearer flow of ideas.

* added bit on `complex(string)` constructor.

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Update concepts/complex-numbers/about.md

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

* Edited About to serve as Introduction

* Titled Introduction as Introduction

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2023-12-05 13:51:17 -08:00
JoPro0
6a6eacf391 added missing greater-than sign in about.md (#3557) 2023-12-04 12:36:45 -08:00
Laran Evans
1cd88ed899 Update about.md (#3552)
Spelling
2023-11-23 05:49:45 -08:00
Erik Schierboom
e3a189c519 Pin GitHub Actions workflows to a specific version (#3548) 2023-11-14 06:11:36 -08:00
Erik Schierboom
42dcefbf7e Pin GitHub Actions runners to a specific version (#3547) 2023-11-09 12:35:02 -08:00