Okay so I understood binary trees after just an hour

Okay so I understood binary trees after just an hour

Am I a genieus? A wizard?

Is this the new
>tfw to inteligant to program
thread?

kill yourslef

what did you do with the other 59 minutes?

Consider chemical castration.

A fag?

An hour is still too long

Yep, now make the next facebook and give me 10% gross for the idea

How many hours did you shitpost for to get those quads?

I want hermione to pee in my mouth

>Am I a genieus? A wizard?
you are a faggot

>it took an entire hour to understand binary trees
laughingsluts.webm

okay, user. explain it to us, what are binary trees and what are they useful for?

no cheating

>genieus

>an hour
kys brainlet

>Am I a genieus?
Uhm, sure, bud.

Who is this semen demon?

Lol brainlet. I learned binary trees from memory.

quads of truth

What about quadtrees?

You have to repeatedly implement it with different specifications to say that you understand it.

I reinvented binary trees before learning about them or what they were called

Bitch I already generalized them to n-ary rose trees

{-# LANGUAGE DataKinds, TypeOperators, KindSignatures, GADTs #-}

import GHC.TypeLits

data Vec (n :: Nat) a where
VNil :: Vec 0 a
VCons :: a -> Vec n a -> Vec (n+1) a

data NTree (n :: Nat) a = NNode a (Vec n (NTree a))

type BinTree = NTree 2

You are just a bit above being legally retarded.

Well done. Understanding such a basic concept like a binary tree must have been tough. Can bet right now you wouldn't be able to actually program a binary tree, big difference friend :^)

Now invert one.

You aren't a genius until you do something groundbreaking instead of learning basic stuff.

I wrote my own programming language

Am I a genieus? A wizard?

>BST
you could explain what a BST is to anyone who's ever seen a tournament bracket in about 5 minutes.