mandliya / algorithms_and_data_structures

180+ Algorithm & Data Structure Problems using C++
GNU General Public License v2.0
5.93k stars 1.32k forks source link

fix: unnecessary use of 'std::' #178

Closed OxAzazel closed 2 years ago

OxAzazel commented 3 years ago

Uses std::cout and std::endl while already inside of the std namespace. I also edited for formatting consistency by removing whitespaces in the code.