Skip to content

Instantly share code, notes, and snippets.

@pdkl95
pdkl95 / kruskal.html
Last active March 11, 2021 23:42
Kruskal Count Card Trick
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Kruskal Count test</title>
<style type="text/css">
.hearts, .diamonds {
color: #c00;
}
/*
* Build with:
* g++ aaraymarcher.cpp $(aalib-config --cflags) $(aalib-config --libs) -lm -o aaraymarcher
*/
#include <math.h>
#include <unistd.h>
#include <time.h>
#include <stdlib.h>
#include <stdio.h>