Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 339 Bytes

Problem - Longest Strand.md

File metadata and controls

10 lines (7 loc) · 339 Bytes

Given a large number of binary files, write a program that finds the longest strand of bytes that is identical between two or more files

Use the test set attached (files sample.*)

The program should display:

  • the length of the strand
  • the file names where the largest strand appears
  • the offset where the strand appears in each file