can you provide me with the list of important header files and reference from where I should study it…
Important header files
You can read them from cpp refrence.com
They are unorderd_map,string,map,algorithm,priority_queue and other data structure header file which we commonly use.
You can add #include <bits/stdc++.h> it adds almost all files that you will need genrally