Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 412 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 412 Bytes

Combination Generator

Overview

The CombinationGenerator class generates combinations from a given set of objects using binary representation. It outputs combinations in binary format and displays the corresponding objects for each combination.

Additional Information

This program generates all possible combinations for 6 objects. Binary addition is performed up to 2^6=64 to obtain these combinations.