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 (#644)
  • Loading branch information
IsaacG authored Jan 17, 2025
1 parent a56ef18 commit 4b5c50c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion exercises/practice/anagram/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Instructions append

As with Isogram, it's worth browsing what data types are already available in the system. Also remember to take the tests step by step and try to build up a solution bit by bit. The debugger can also be your friend, and remember that it's possible to evaluate any expression or variable to better visualise and and understand how it works.
You must return the anagrams in the same order as they are listed in the candidate words.

As with Isogram, it's worth browsing what data types are already available in the system.
Also remember to take the tests step by step and try to build up a solution bit by bit.
The debugger can also be your friend, and remember that it's possible to evaluate any expression or variable to better visualise and and understand how it works.

0 comments on commit 4b5c50c

Please sign in to comment.