How to use

  1. Install all modules: npm i
  2. Check function with brute approach: npm run test:brute
  3. Check function with recursive approach: npm run test:recursive
  4. Check function with power set approach: npm run test:set