Skip to content

Instantly share code, notes, and snippets.

View arempe93's full-sized avatar

Andrew Rempe arempe93

View GitHub Profile
@arempe93
arempe93 / len_LRS.cpp
Last active July 21, 2016 19:24 — forked from celic/len_LRS.cpp
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <map>
#include <list>
using namespace std;
int longest_repeated_string(string text){