lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
106 stars 179 forks source link

Make CPP folder and move files: #130

Closed mani87 closed 7 years ago

mani87 commented 7 years ago

All .cpp files moved into a folder named CPP. And links of the files changed accordingly in README.md file.

Closes https://github.com/saru95/DSA/issues/129

lprimeroo commented 7 years ago

The links you have edited are of the form https://github.com/saru95/DSA/CPP/Code.cpp when it should be of the form https://github.com/saru95/DSA/blob/master/CPP/Code.cpp. I think it's ready to merge once that is done.

lprimeroo commented 7 years ago

Thanks for the PR :) Merged.