Skip to content

Instantly share code, notes, and snippets.

View Rubatharisan's full-sized avatar

Rubatharisan Thirumathyam Rubatharisan

View GitHub Profile
package nLogN;
import java.util.Arrays;
public class Seven53_heapsort {
static int array[] = { 6, 2, 22, 77, 12, 8, 22, 123, 12, 12 };
static int left;
static int right;
static int highest;