Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / review-help.md
Created December 23, 2015 08:04

An alternative implementation in C for this Code Review question in JavaScript: List all repeated substrings with a fixed length by Ismael Miguel,

On behalf of @CiaPan


The problem:

given a character string str and a positive integer n find all repeated (possibly overlapping) substrings of str having the length n.