Use unordered_map instead of map

This commit is contained in:
Joscha 2016-11-04 02:47:06 +00:00
parent dfa3eabc47
commit 1564e18c4a
4 changed files with 7 additions and 6 deletions

View file

@ -2,6 +2,7 @@
#include <string>
#include "SimpleMarkov.hpp"
int main(int argc, char* argv[])
{
if (argc > 5 || argc < 3) {