summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-08-23Use std::array instead of plain array.masterSamuel Fadel
2018-08-08Fixed bug with using abs().Samuel Fadel
2018-08-01More iterators; less explicit types; removed loops.Samuel Fadel
2018-07-25Simpler output impl.Samuel Fadel
sparkify() now receives generic ostream as argument; pass std::cout as arg to sparkify() in main.
2018-07-25Initial commitSamuel Fadel