Men vs. Women

NICKNAMES If Laura, Suzanne, Debra and Rose go out for lunch, they will call each other Laura, Suzanne, Debra and Rose. If Mike, Charlie, Bob and John go out, they will affectionately refer to each other as Fat Boy, Godzilla, Peanut-Head and Scrappy. ———- EATING OUT When the bill arrives, Mike, Charlie, Bob and John…… Continue reading Men vs. Women

Artificial QuickSort

People, there is a new sorting algorithm in town.. well it’s not that new it’s been here since 2004 but I’ve just heard about it It’s called the “Artificial QuickSort algorithm” and it goes like: #include <stdio.h> #include <windows.h> int array[20000000]; int Rnd(int x1, int x2) { int x = x2 – x1 + 1;…… Continue reading Artificial QuickSort