Skip to content

Instantly share code, notes, and snippets.

View mauruskuehne's full-sized avatar

Maurus Kühne mauruskuehne

View GitHub Profile
@mauruskuehne
mauruskuehne / main.swift
Last active December 20, 2015 18:44 — forked from psrb/main.swift
The Computer Language Benchmarks Game - Swift binary trees
import CoreFoundation
func type1(n:Int) {
/* The Computer Language Benchmarks Game
http://benchmarksgame.alioth.debian.org/
contributed by David Turnbull
*/
struct TreeNodeItem {