yshshrm / Data-Structures-And-Algorithms-Hacktoberfest18

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
204 stars 1.1k forks source link

Updated Longest_common_subsequence.cpp #1467

Open subhadeep-deyashi opened 5 years ago

subhadeep-deyashi commented 5 years ago

Removed the user defined max() as in bits/stdc++.h max() is already defined and fixed some spacing. This is one of my first PRs so still getting accustomed of the processes.