algorithms_and_data_structures icon indicating copy to clipboard operation
algorithms_and_data_structures copied to clipboard

Updated a header file which includes all standard library.

Open MuskanTripathi opened this issue 5 years ago • 0 comments

#include <bits/stdc++. h> is an implementation file for a precompiled header. This file includes all standard library. Sometimes in some coding contests, when we have to save time while solving, then using this header file is helpful. In software engineering approach we should minimize the include.

MuskanTripathi avatar Oct 01 '20 16:10 MuskanTripathi