|
"Given a list, find out first and second highest value. Note: You cannot use `max()` or `sort()` functions.\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",
|
|
"- Input: [5, 3, 1, 2, 4]\n",
|