AlGORITHIMS
ALGORITIM
So now lets get VERY SIMPLE. We will use just 5 numbers. They are
- 2 3 4 5. Algorithims help place objects in the proper sequence. The numbers above are in the correct sequence.That means that Fred’s Delivery if he follows the sequence up above (1-5) he will efficiently deliver products to the right place and right time.
- So, the proper sequence is
1 2 3 4 5 If Fred follows the numbers attached to the product, he will deliver in a proper order and not have any problems.
- So 1 2 3 4 5 is in proper sequence. The next step is to reverse the numbers. Therefore 1 2 3 4 5 is REVERSED. Thus, 5 4 3 2 1. Now we are going to DOUBLE EVERY OTHER NUMBER. WATCH! Since it is every other number, we must skip 5 and double 4 skip 3 double 2 and skip 1. If you look back, we are going to double
- to 8 and 2 to 4. Thus 8 and 4 is 12. Now is 12 divisible by 10? Yes it is. It is 1.2 Therefore the sequence is fine. 1.0 is the perfect sequence and 1.2 is very close to 1.o
- Now imagine you have thousands or millions of numbers and basically the above formula is used. It saves so much time and headaches.
- Operation is complete.