📝
Learning
Pinned Loading
-
Smile2Win
Smile2Win PublicA game where people sit in front of the camera, they choose a subject to get questions for, and whoever answers first correctly gets points, at the end whoever collected most points wins.
Python
-
-
-
-
-
Jack Quick-Sort - Vaknin
Jack Quick-Sort - Vaknin 1// Yitzhak Vaknin's solution for a quick-sort algorithm in Jack language.
2class Question {
34function void sort(Array arr, int size) {
5do Question.quickSort(arr, 0, size - 1);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.