Commit Graph

2361 Commits

Author SHA1 Message Date
BethanyG
dcc052c730 Updtated tests for Forth from problem specs. (#3814) 2024-11-04 16:09:36 -08:00
BethanyG
d7a8e5b8d1 Updated metadata and instructions from problem specs Nov maintenence. (#3813) 2024-11-04 15:51:06 -08:00
Andrew Pam
e8b7192243 Update instructions.append.md (#3812)
* Update instructions.append.md

Clarify that the built-in exponentiation operator ** is equivalent to pow() and therefore doesn't demonstrate an implementation of a square root algorithm, and also note that for the domain of this exercise there are available solutions using only positive integers.

* Update exercises/practice/square-root/.docs/instructions.append.md

Adhere to one sentence per line convention.

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

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2024-11-04 11:38:14 -08:00
BethanyG
bfc578ecdd fixed typo in itertools compress approach. (#3808) 2024-10-31 15:02:34 -07:00
BethanyG
5ad6668ac2 Fix spelling error and heading in instruction.append file. (#3807) 2024-10-31 14:52:28 -07:00
BethanyG
abd31ba96e Initialzed - initialized spelling corrections. (#3805) 2024-10-31 14:41:21 -07:00
BethanyG
dc66e5964c Fixed spelling errors in approaches docs. (#3804) 2024-10-31 14:34:29 -07:00
BethanyG
694a421e02 what I hope is the final pass of the wordy typo monsters. (#3803) 2024-10-31 14:13:39 -07:00
Ryan Souza
7993df720a fix: wrong reference (#3800) 2024-10-31 13:39:18 -07:00
Luke McGuire
5f70c9d4ee test: Update Chaitana's tests to verify queue has been updated (#3799) 2024-10-23 17:30:28 -07:00
Heitor de Bittencourt
6a7a35111d [Mecha Munch & Dict Methods Concept]: Fix Typo in Introduction & About Files (#3796)
* Fix typo in dict methods introduction

* Fix typo in dict-methods concept
2024-10-23 12:24:16 -07:00
Andrew Pam
83e71ed61e Update resistor_color_expert_test.py (#3797)
Add additional tests for some edge cases.  Note that "1 ohms", "1 kiloohms" and "1 megaohms" should really be "ohm" singular but that's out of scope of the requirements for this exercise.
2024-10-23 01:50:00 -07:00
Wolfgang
1d2c981fc0 Fixed typo.md (#3794)
Fixed minor typo hasable -> hashable
2024-10-20 13:28:40 -07:00
BethanyG
c230448e3f Fixed final test and error message. Sometimes, I am an idiot. (#3792)
[no important files changed]
The test has changed, but this will allow more passing code without need for retest.
2024-10-16 00:13:48 -07:00
BethanyG
df381d86f4 Touch ups and edits for clarity in instructions, introductions, hints and stub file. (#3791) 2024-10-15 21:43:01 -07:00
BethanyG
7875b77415 Fixed links and other lingering typos. (#3790) 2024-10-15 15:18:06 -07:00
BethanyG
c5922804a8 [Wordy]: Moar Typos & Missing Links. (#3789)
* Moar typos and missing links.  Hopefully, this is the last round.

* Added in missing hints file.

* Further touchup on intro md.
2024-10-14 17:26:36 -07:00
BethanyG
63cc10b06f Further refinements to approaches. Added hits.md file. (#3788) 2024-10-14 16:29:08 -07:00
BethanyG
6800ddb6a2 Fixed even more typos in recursion approach. (#3785) 2024-10-11 21:14:00 -07:00
BethanyG
dd39c7176d [Wordy]: Link Corrections and Typos (#3784)
* Added 6 additional appraches and extended introduction for Wordy.

* Corrected slug for regex with operator module approach.

* Fixed link typos for other approaches and the filter function.

* One. Moar. Typo.
2024-10-11 18:25:46 -07:00
BethanyG
fb1cb444ad [Wordy & Wordy Approaches]: Added 6 Additional Approaches & Modified the Instruction Append for Wordy. (#3783)
* Added 6 additional appraches and extended introduction for Wordy.

* Corrected slug for regex with operator module approach.
2024-10-11 17:41:40 -07:00
BethanyG
3dcbf4cb7c Fixed dict.items refrences and text. (#3782) 2024-10-08 12:02:33 -07:00
BethanyG
b13c61ea36 Added missing italics underscore back into file. (#3781) 2024-10-08 00:50:36 -07:00
BethanyG
6a2ddfaae7 Typos and emdash changes. (#3780) 2024-10-07 16:45:59 -07:00
BethanyG
7e38ff1171 [Chaitanas Colossal Coaster]: Removed "effectively" from HOWTO sentence. (#3777)
* Removed effectively from HOWTO sentence.

* Resorted reflinks.
2024-09-27 09:17:15 -07:00
BethanyG
2a09812b26 corrected refrence to python internal sort method from timsort to powersort. (#3776) 2024-09-27 06:29:41 -07:00
BethanyG
6c78db5cc7 Add variable defs to cater-waiter introduction. (#3775) 2024-09-24 14:50:37 -07:00
BethanyG
c4925ea952 Modified instructions to use add_item instead of add_items. (#3774) 2024-09-17 14:05:28 -07:00
BethanyG
b4391bcb77 Fixed broken linkes in hints file. (#3773) 2024-09-14 16:11:14 -07:00
BethanyG
e4bb420ff5 Adjusted if-elif-else examples and hints. (#3764) 2024-08-29 13:41:05 -07:00
BethanyG
57f11c2243 [POV]: Update instructions.append.md (#3761)
Massaged the phrasing a bit to point students to both raising the specific error type, and including a specific error message.
2024-08-26 14:59:10 -07:00
BethanyG
7ea631f440 [Transpose & generate_tests.py]: Added join env Function & Changed Template (#3760)
[no important files changed]
* Added join input function and changed template and test file for transpose exercise.
* Regenerated file to replace lines with text.
2024-08-26 14:34:27 -07:00
BethanyG
a74dfbd330 Msc spelling and grammar fixes for concepts and concept exercises. (#3759) 2024-08-25 13:10:05 -07:00
BethanyG
951d4d35c1 [Meltdown Mitigation]: Correct Typo in introduction.md (#3758)
great --> greater on line 53.
2024-08-25 09:45:40 -07:00
BethanyG
00d5bcc9de Fixed instructions and tests per https://forum.exercism.org/t/testing-data-in-mecha-munch-management-dict-methods-py-task3/12638. (#3756)
[no important files changed]
2024-08-23 13:48:02 -07:00
Ela Bogucka
adaa483944 [Collatz Conjecture] Approaches - missing words fix (#3753)
* Added missing words in General guidance text

* Update exercises/practice/collatz-conjecture/.approaches/introduction.md

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2024-08-13 12:09:50 -07:00
colinleach
bcb5300353 [Matching Brackets] draft approaches (#3670)
* [Matching Brackets] draft approaches

* [Matching Brackets] Approaches Review & Edits

* Additional grammar and spelling edits

* Final Edits

Hopefully, the final edits.  😄

* Un crossed left vs right

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2024-07-31 18:37:03 -07:00
BethanyG
e06436a8bd [Little Sisters Vocabulary] Update instructions.md (#3752)
Rephrased line 7 to omit the usage of `there's`.
2024-07-31 10:39:52 -07:00
Gautzilla
b189a0895c fix typos (#3750)
Remove additional apostrophe in _of that dish's' ingredients._

Remove extra _in_ in _Within in each category_.
2024-07-29 14:42:05 -07:00
Gautzilla
cf0f7c029f remove extra space (#3749)
an extra space made the markdown fail displaying _keys_ in italics
2024-07-25 09:27:51 -07:00
qadzek
a47255b9bb [Pythagorean Triplet] Fix typos (#3742) 2024-07-11 13:37:56 -07:00
Erik Schierboom
f4e036aa05 Sync the resistor-color-trio exercise's docs with the latest data. (#3741) 2024-07-11 13:33:58 -07:00
Erik Schierboom
2529efc02f Sync the resistor-color-duo exercise's docs with the latest data. (#3740) 2024-07-11 13:33:33 -07:00
Erik Schierboom
a5159b5c88 Sync the resistor-color exercise's docs with the latest data. (#3739) 2024-07-11 13:32:23 -07:00
BethanyG
c3278e1458 [Update DnD Character] Add Missing Function to Stub (#3735)
Per [this discussion](https://forum.exercism.org/t/d-d-character-test-bug/11237/3) on the forum.  Decided to amend the stub, as it was the easiest an least confusing solution.
2024-07-08 16:20:26 -07:00
BethanyG
47e7837b61 [POV] Update instructions.append.md & Remove Error Message Examples (#3734) 2024-07-08 16:05:19 -07:00
BethanyG
e407e5df78 [Guido's Gorgeous Lasagna] Update introduction.md (#3732)
Corrected example/sum on line 107 to 11.
2024-07-08 15:34:05 -07:00
BethanyG
5e4dc23cd6 Synced docs for Space-Age and Zebra-Puzzle. (#3727) 2024-07-08 15:01:05 -07:00
BethanyG
de75875626 Synced docs for poker and Resistor-color-duo. (#3726) 2024-07-08 15:00:48 -07:00
BethanyG
222986ec16 Synced Pascals-Triangle and Pig-Latin docs. (#3725) 2024-07-08 15:00:29 -07:00