Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 364 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 364 Bytes

Maximum-Interleave-Calculator

A C program that computes the maximum interleave factor "i" for an integer sequence X such taht the resulting interleaved sequence X^i is a subsequence of another integer sequence A.

Asside:

  • The input is to be read from standard input as one of 1) keyboard typing, 2) a shell redirect (<) from a .txt file, or 3) cut-and-paste.