Saturday, 10 November 2012

One move-sequence solves the Rubik's Cube!!


--> [^:::^] 


Starting from the solved state of cube, if the same move-sequence S is applied successively, then the cube will return to the solved state again

Friday, 9 November 2012

Rubik's Cube Group

Basics: 
  • A 3x3x3 Rubik's Cube has 6 faces. 
  • Each face consists of 9 stickers and every sticker color is the one from the set {red, blue, green, orange, white, yellow}.
  • There are total 12 edges in the cube.

Thursday, 1 November 2012

C code for Round Robin Scheduling Algorithm


 //Program to calculate average waiting time, average turnaround time and fraction of cpu utilized by the processes at 5 different overheads and 4 different time quantums, in a round-robin process scheduling algorithm.