FreeCodeCamp-Projects icon indicating copy to clipboard operation
FreeCodeCamp-Projects copied to clipboard

Move duplicate `quicksort.cpp` name to fix git collision

Open felixnorden opened this issue 4 years ago • 0 comments

There was a name collision in version control for the two files Quicksort.cpp and quicksort.cpp, causing git to not be able to distinguish between the two files. Renaming the newest file to be under an alternative name solved the issue.

felixnorden avatar Oct 11 '20 19:10 felixnorden