Writing programs for sorting of a given set of numbers is one of the common programming tasks. Various types of sorting techniques like selection sort, inserting sort and quick sort are quite popular. Here C code for Insertion sort is being presented. The program is quite simple. Here, in each iteration, the elements are placed [...]
Archive for July, 2010
Google’s Do-It-Yourself App Creation Software
Posted by Saurabh on July 14th, 2010
Google is bringing Android software development to the masses.
The company will offer a software tool, starting Monday, that is intended to make it easy for people to write applications for its Android smartphones.
The free software, called Google App Inventor for Android (http://appinventor.googlelabs.com/about/), has been under development for a year. User testing has been done mainly [...]

Posted in
Tags:

