Insert Sort algorithm

Source: Internet
Author: User

Understanding shorthand: Symbolic notation: Solitaire numbered 0--n-1,

Thought: From the card of the number 1--n-1 in order to select the grade from the back to the front insert

First: The card number 0, at this time numbered 0 ordered;

Second time: Take the card number 1, compared with the number 0, the small plug in front, at this time the number 0,1 orderly;

Third: Take the card number 2, compared with the number 1, the small plug in front, and the number 0 than the small plug in front, the number of the Thorn hand 0,1,2 ordered;

。。。。

Programming: Double Cycle

Outer: for i= 1:n-1

Inner layer: j=i; For j=i-1:0

Condition: Small is inserted before

Insert Sort algorithm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.