Skip to content

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.

Notifications You must be signed in to change notification settings

shubshres/Maximum-Interleave-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages