Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Celebrity Problem #585

Merged
merged 4 commits into from
Oct 2, 2021
Merged

Celebrity Problem #585

merged 4 commits into from
Oct 2, 2021

Conversation

bhavya092
Copy link
Contributor

@bhavya092 bhavya092 commented Oct 2, 2021


Description πŸ“œ

Contains the C++ Code for the Celebrity Problem.
Contains 3 methods: BruteForce-Better and optimal.
Contains comments for better understanding.


Type of change πŸ“

  • Code
  • Documentation (Content Creation in the form of codes or tutorials)

Programming Language

  • C++

Domain of Contribution πŸ“Š

  • Data Structures
  • Algorithms
  • Competitive Programming
  • Graph
  • Two Pointers

Checklist βœ…

  • I follow Contributing Guidelines & Code of conduct of this project.
  • I have performed a self-review of my own code or work.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generates no new warnings.

@ishangoyal13 ishangoyal13 merged commit dd6ee4a into ishangoyal13:main Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++ Code for The Celebrity Problem
2 participants