Skip to content

Commit a06d0fc

Browse files
authored
Format all instructions.append.md to start with an H1 (required but ignored) and H2 (#1633)
* Format all `instructions.append.md` to start with an H1 (required but ignored) and H2 * Update the header to "Track specific instructions" * Reuse the existing Elixir-specific header
1 parent eec285a commit a06d0fc

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Instructions append
22

3+
## Elixir-specific changes
4+
35
In this exercise, complex numbers are represented as a tuple-pair containing the real and imaginary parts.
46

57
For example, the real number `1` is `{1, 0}`, the imaginary number `i` is `{0, 1}` and the complex number `4+3i` is `{4, 3}`.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Instructions append
22

3+
## Elixir-specific changes
4+
35
For this exercise please refrain from using the `MapSet` API.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Instructions append
22

3+
## Elixir-specific changes
4+
35
For this exercise, returning the list of colors is not required.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Instructions append
22

3+
## Elixir-specific changes
4+
35
Make sure you implement an algorithm that doesn't rely on built-in functions such as `:math.sqrt/1` or `Float.pow/2`.

0 commit comments

Comments
 (0)