Skip to content

Commit

Permalink
exercises/practice/anagram: add an append with instructions about the…
Browse files Browse the repository at this point in the history
… order of the return values (#384)
  • Loading branch information
IsaacG authored Jan 15, 2025
1 parent b6c2f81 commit 5a1599d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exercises/practice/anagram/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Instructions append

The instructions above refer to "lists" in the general sense and not to the `list()` data type in R. Note that the tests for this exercise in R expect a character vector i.e. `c()` to be returned and not a `list()`.
You must return the anagrams in the same order as they are listed in the candidate words.

The instructions above refer to "lists" in the general sense and not to the `list()` data type in R.
Note that the tests for this exercise in R expect a character vector i.e. `c()` to be returned and not a `list()`.

0 comments on commit 5a1599d

Please sign in to comment.