Algorithms tutorial for beginners(adrianmejia.com)
adrianmejia.com
Algorithms tutorial for beginners
http://adrianmejia.com/blog/2018/04/04/how-you-can-change-the-world-learning-data-structures-algorithms-free-online-course-tutorial/
9 comments
See also Visualizing Algorithms: https://bost.ocks.org/mike/algorithms/
> If the elements are already the program will perform fewer operations. On the contrary, if the items are in reverse order, it will require more swap operations to get it sorted.
I think you're missing a word in the first sentence.
I think you're missing a word in the first sentence.
`sorted` was the missing word.
> If the elements are already sorted the program...
> If the elements are already sorted the program...
[deleted]
>Another popular algorithm is PageRank developed in 1988 by Sergey Brin and Larry Page...
I think you meant 1998 there.
I think you meant 1998 there.
Haha, sorry for the typo. It's fixed now!
This doesn't count as a Show HN, so we took that out. Please see https://news.ycombinator.com/showhn.html.
Thanks. I didn't know about that