Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions exercises/practice/anagram/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions Append

## Track specific instructions

You must return the anagrams in the same order as they are listed in the candidate words.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Append
# Instructions append

## Track specific instructions

You will have to implement your own equality operator for the `ComplexNumber` object.
This will pose the challenge of comparing two floating point numbers.
Expand Down
6 changes: 4 additions & 2 deletions exercises/practice/knapsack/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Item representation
# Instructions append

The items are represented by the `Item` struct in `Item.swift`.
## Track specific instructions

The items are represented by the `Item` struct in `Item.swift`.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Adding method to the Int structure
# Instructions append

## Track specific instructions

This exercise focuses on adding methods to the `Int` structure in Swift.
This is easiest done through using [extensions][extensions].
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/strain/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Adding method to the Array structure
# Instructions append

## Track specific instructions

This exercise focuses on adding methods to the `Array` structure in Swift.
This is easiest done through using [extensions][extensions].
Expand Down