ManoPrakash6 / eventown-oddtown

Program to compute clubs of an even-town and odd-town (As per Even-town and Odd-town problem)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eventown-Oddtown

Program to compute the clubs of an even-town and odd-town (As per Even-town and Odd-town problem)

More details on the problem can be found here

Progress in the Repository:

  • Added a C++ file to compute all 7-member club in oddtown of N people. N is given as input in the runtime.
  • Write a C++ program to compute all k-member club in oddtown of N people. N and k are given as input in the runtime.
  • Write a C++ program to compute all k-member club in eventown of N people. N and k are given as input in the runtime.

About

Program to compute clubs of an even-town and odd-town (As per Even-town and Odd-town problem)


Languages

Language:C++ 100.0%