krishna14kant / Data-Structures-

hacktoberfest hacktoberfest2020 hacktoberfest-accepted
45 stars 468 forks source link

Update 1._Two_Sum.cpp #552

Open jyotip31 opened 11 months ago

jyotip31 commented 11 months ago
  1. Added comments to explain the code logic.
  2. Used a consistent naming convention and improved variable names for better readability.
  3. Moved #include statements to the top of the code for clarity.
  4. Adjusted indentation and formatting to follow a standard coding style.