Is it me or Everyones' Problem....Arrays!

I just started learning c++ and reached Arrays................Here he teaches something called insertion sort. I am not able to get at first glance........Is it normal?
Did you got that in first time?

There are a series of articles on sort algorithms here:
http://www.cprogramming.com/tutorial/computersciencetheory/sorting1.html
http://www.cprogramming.com/tutorial/computersciencetheory/sorting2.html

However, I don't think it is easy to understand unless you take a sheet of paper and start to draw some diagrams of how the array looks at each stage. I think more clearly when I see a picture - you may also find some useful videos in youtube. But don't expect to just watch a video and then understand it, you need to get involved, and that's where drawing your own diagrams comes in.
http://www.youtube.com/results?search_query=insertion+sort+algorithm
Learning from the same guy's book.......What a coincidence
Topic archived. No new replies allowed.