@@ -153,7 +153,7 @@
"### Problem 4:\n",
"Given a list, find out first and second highest value. Note: You cannot use `max()` or `sort()` functions.\n",
"- Input: [5, 3, 1, 2, 4]\n",
- "- Output: [4, 5]"
+ "- Output: [5, 4]"
]
},
{