Perannagari

Collection of the best stuff

Sunday, 31 July 2016

SHELL SORT JAVA

›
import java.util.Arrays; import java.util.Scanner; public class ShellSort { public static void Sort( int arr[] ) { int inner, ...

MERGE SORT IN JAVA

›
import java.io.*; import java.util.Arrays; import java.util.Scanner; public class MergeSort {     public static void main(String[] ar...

QUICK SORT IN JAVA

›
import java.util.Arrays; public class QuickSort { public static void main(String[] args) { int[] x = { 9, 2, 4, 7, 3, 7, 10 }; S...

T SQL NOTES

›
Primary Key, Foreign Key, Unique, Not Null INF - each set of column must have a unique value, There is a primary key 2NF - for a table th...
Friday, 22 July 2016

Rotator Cuff exercises

›
Doorway stretch Warm up your muscles by standing in an open doorway and spreading your arms out to the side. Grip the sides of t...

Scapular Stabilization Exercises

›
The scapula, the largest bone of your shoulder girdle, connects the humerus to the clavicle. The serratus anterior and rhomboid muscles...
Tuesday, 7 June 2016

The seven most nutrient-dense foods in the world

›
Laura Holland identifies the seven most nutrient-dense foods in the world Time is of the essence, in every aspect of life, including our...
‹
›
Home
View web version
Powered by Blogger.