Top Comments
All Comments (89)
-
I like the music :). Very relaxing and helps learning.
-
The animation helps so much!! It clears the idea so well , i bet in my exam i would be seeing a brown background with white spots dancing :P
-
Perhaps it may modify the actual algorithm's second half (but not how it works), I would recommend a brief explanation of the binary search and how that works. Then using the already sorted elements to find where to insert the number in question. Although in it's simplicity, there's nothing wrong with the explanation.
-
it helps me a lot! thanks man!
-
good !
-
this concl-
-
@fahadkhan2 Pseudocode is intended to be read by humans, and is not in any particular programming language. Hence the pseudocode is indexed from 1 up, since that is how humans count.
-
blew my mind!
-
awesome!!
-
@axeld93 : Then why does the indexing in the pseudocode mention starts from 1 not 0?



@myjunno Because in languages like C, arrays are indexed from 0 up, not 1 up. So the last element is indexed n-1, not n. If you used n, you would be accessing elements not in the array.
axeld93 8 months ago 6
@Astrosisphere it may be better but that so called idiot is also trying there to teach you and you should appreciate his efforts as well
fuzwire 3 months ago 4