Introduction

This is my blog of programming, I take notes and leave codes of computer science problems I solved here. Be my guest to comment :)

Wednesday, January 7, 2015

UVA 455 - Periodic Strings

/*
Problem link
Type: string process, kmp, adhoc
Algorithm: