Problem Description: “Design a program to gather statistics of all strings P of length k in a string S of length n.” The problem requires to design a program that will deliver useful statistics – count numbers and positions for a set of substrings in P having length k, stored in a string S of […]