Skip to content

Instantly share code, notes, and snippets.

View woodbri's full-sized avatar
💭
Retired

Stephen Woodbridge woodbri

💭
Retired
  • iMaptools
  • Greater Boston, Mass., USA
View GitHub Profile
@jl2
jl2 / Makefile
Last active November 4, 2017 20:39
A simple trie data structure in C++.
trie: main.cpp Makefile
clang++ -O3 -std=c++11 -stdlib=libc++ -Wall -o trie main.cpp -lboost_system