MixnMatch

An open source Python based CLI tool to help you find combination of files/folders that sum below a given threshold
Download

MixnMatch Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Jose Fonseca
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 3 KB

MixnMatch Tags


MixnMatch Description

An open source Python based CLI tool to help you find combination of files/folders that sum below a given threshold Have you ever did mental math to figure out how to best fit a collection of data into a set of DVDs, trying to squeeze the most into every single DVD? It happens to more and more people, and this free Python script might just be the tool to help them.The algorithm used to efficiently find the largest path combinations below a threshold is inspired in the apriori algorithm for association rule discovery. Since the largest path combination is a superset of smaller combinations, we can start building those starting from single paths, combine those with the initial to make two-item sets while removing all larger than the threshold, then three-item, four-item, and so on; until no larger combination below the threshold can be found. Requirements: · Python


MixnMatch Related Software