Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 248 Bytes

Description

Some custom tools for C++. It uses the c++11 standard.

Classes

trie.h: Template class for a trie. http://en.wikipedia.org/wiki/Trie

CsvReader.h: Reads csv files by streaming over lines. See header for more info.