akkupy / codeDump

Drop your code snippets here!
GNU General Public License v3.0
55 stars 243 forks source link

Adding brute force, better and optimal approach solution for 4Sum problem using C++ #650

Closed s-bhalode closed 1 year ago

s-bhalode commented 1 year ago

Hey @akkupy I found that currently in the C++ folder, the solution of 4Sum problem is not that much understandable, So I would like to explain that via brute force, better and optimal approach solution. Please assign me this issue, I would like to work on it.

s-bhalode commented 1 year ago

@akkupy Please add the respective hacktoberfest labels also