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

redundant & necessary changes #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

redundant & necessary changes #4

wants to merge 1 commit into from

Commits on Aug 26, 2018

  1. redundant & necessary changes

    1. In C++ `using` is suggest because it is type safe and for easy debugging. 
    2. `<bits/stdc++.h>` contains everything which makes below header files to be removed by header guards.
    3. Not sure why you did `#define f first`, it can ruin code if there is a variable named f which is common. You can replace with `ff` or something like `F`
    madhur4127 committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    66aa745 View commit details
    Browse the repository at this point in the history