Skip to content

Instantly share code, notes, and snippets.

@collinalexbell
Last active February 3, 2018 15:52
Show Gist options
  • Save collinalexbell/9c8b42b4e7b17c569a5d408caad1e1d3 to your computer and use it in GitHub Desktop.
Save collinalexbell/9c8b42b4e7b17c569a5d408caad1e1d3 to your computer and use it in GitHub Desktop.
;;;; Example graph 1
(def fire-truck-nodes
'((fire truck) ;0
(is red) ;1
(has a siren) ;2
(has uniformed people inside) ;3
(if theyre not busy they can help get your cat or little brother out of a tree) ;4
(has ladders on side or top) ;5
(carries tanks of water) ;6
(sometimes has a seperate steering wheel in the back) ;7
(has hoses) ;8
(is allowed to break speed limit) ;9
(is sometimes yellow) ;10
(carries firemen) ;11
(some firemen know cpr) ;12
(emergency vehicle) ;13
(is a government vehicle) ;14
(has a tax-exempt license plate))) ;15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment