Skip to content
#

adobe

Here are 42 public repositories matching this topic...

Given a set of N nuts of different sizes and N bolts of different sizes. There is a one-one mapping between nuts and bolts. Match nuts and bolts efficiently. Comparison of a nut to another nut or a bolt to another bolt is not allowed. It means nut can only be compared with bolt and bolt can only be compared with a nut to see which one is bigger/…

  • Updated May 28, 2021
  • C++

ZDW is an archival format for row-level, well-structured data (specifically, TSV with associated schema file, as from a MySQL dump), used in conjunction with standard compression formats to yield highly efficient compression. It is best suited for optimizing storage footprint for archival storage, accessing large segments of the data, row-by-row.

  • Updated Apr 12, 2023
  • C++

Improve this page

Add a description, image, and links to the adobe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adobe topic, visit your repo's landing page and select "manage topics."

Learn more