algorithms_and_data_structures
algorithms_and_data_structures copied to clipboard
Updated a header file which includes all standard library.
#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.