Skip to content

Instantly share code, notes, and snippets.

@iskakaushik
Created October 5, 2017 03:43
Show Gist options
  • Save iskakaushik/5d90c868098d39f5d6292bbb4d60241a to your computer and use it in GitHub Desktop.
Save iskakaushik/5d90c868098d39f5d6292bbb4d60241a to your computer and use it in GitHub Desktop.
class Bin {
RegionSize binRegionSize;
List<Run> runs;
Run currentRun; // current run of this bin
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment