CodeHop User Reviews

Is CodeHop Safe?

Not enough ratings yet to assess CodeHop.

Is CodeHop Legit?

CodeHop is no longer available in the App Store. AppsHunter Legitimacy Score for CodeHop is 35/100.

Based on 35 of 100 points across 7 verification signals from App Store and developer data.

Score capped because this app is no longer listed.

Top reviews

Has incorrect answers

One question asks for the “highest” best case scenario for sorting: quicksort, selection sort merge sort, and bubble sort. It says the right answer is quick sort, and correctly identifies quicksort as having a best case of O(nlogn)… which is far worse than O(n) for bubble sort. But if they meant higher as in worse, then it’s still wrong as selection sort has a best case of O(n^2), which is far worse.
Show more

Helpful but has bugs

Needs more debugging, especially for questions in which the answer is two of the choices (eg. choice 1 and choice 2; but it seems the are also randomizing the order so choice 1 and choice 2 do not correlate correctly)