I will not hesitate to call myself a fan of pop corn... always had a liking for it.. one constraint on it was on the salt content of it... i dont like salty food items..
Some of the easy-to-make pop corn products were also salty... so i decided to cook(!!)/prepare pop corn myself... but dont know how to do it... so as usual googled it... found many recipes.. and ended up knowing that pop corn making is both tricky and easier...
Finally decided what to do... my pop corn algorithm is as follows:
procedure MakePopCorn(dry_corn_kernels)
begin
1. get dry corn kernels (really they are called kernels.. nothing to do with OS)
2. apply some oil on it
3. coat oil on the vessel in which you gonna prepare
4. for (i = now; i < now + 2 min; i++) // heat the vessel for 2 min :))))
4.1 heat the vessel (with out corn kernels on it)
5. repeat
5.1 add the corn kernels
5.2 close it with a lid
5.3 shake the vessel // corn kernels starts popping
until (stop(popping))
end
the effectiveness of the above algo depends on the % of corn kernels that pops
i guess the complexity of the above algorithm is linear only meaning to say preparing pop corn is an easier task....
btw... for my experiment more than 98% corn kernels popped....
speciak thnx for ur patient reading.... :)
Some of the easy-to-make pop corn products were also salty... so i decided to cook(!!)/prepare pop corn myself... but dont know how to do it... so as usual googled it... found many recipes.. and ended up knowing that pop corn making is both tricky and easier...
Finally decided what to do... my pop corn algorithm is as follows:
procedure MakePopCorn(dry_corn_kernels)
begin
1. get dry corn kernels (really they are called kernels.. nothing to do with OS)
2. apply some oil on it
3. coat oil on the vessel in which you gonna prepare
4. for (i = now; i < now + 2 min; i++) // heat the vessel for 2 min :))))
4.1 heat the vessel (with out corn kernels on it)
5. repeat
5.1 add the corn kernels
5.2 close it with a lid
5.3 shake the vessel // corn kernels starts popping
until (stop(popping))
end
the effectiveness of the above algo depends on the % of corn kernels that pops
i guess the complexity of the above algorithm is linear only meaning to say preparing pop corn is an easier task....
btw... for my experiment more than 98% corn kernels popped....
speciak thnx for ur patient reading.... :)
Comments
WOW!!! U hav these many talents hidden in u sir... As being ur 'Obedient student', Wil follow ur algorithm n try to create some mess out of it sir...