hamming: inner_product version

This commit is contained in:
Dmitry Kokorin 2016-02-25 09:54:27 +03:00
parent ead8d3fbf3
commit 055ae4242f
2 changed files with 18 additions and 2 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#define EXERCISM_RUN_ALL_TESTS
namespace hamming {
int compute(const char *first, const char *second);