Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c7270f

Browse files
Update README.md
1 parent cca23d1 commit 1c7270f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎exercises/08.2-Divide_and_conquer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
2. Loop through the list and separate the *odd* and the *even* numbers.
88

9-
3. Create a variable called `sorted_numbers` to start appending the *odd* numbers.
9+
3. Create a variable called `sorted_list` to start appending the *odd* numbers.
1010

1111
4. If the number is even, push it to a placeholder list named `even`.
1212

13-
5. Then insert the `even` list into the `sorted_numbers`. Remember, the *odd* numbers come first, and you have to insert the `even` list after.
13+
5. Then insert the `even` list into the `sorted_list`. Remember, the *odd* numbers come first, and you have to insert the `even` list after.
1414

1515
## 💡 Hints:
1616

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /