30-seconds-of-cpp
30-seconds-of-cpp copied to clipboard
Corrected move function for algorithm module
This PR adds description for the move() function in the algorithm
Fixes #609
Changes
-This PR is a change to the previous move.md file. The previous md file described the functionality of the move function from the utility module, not the algorithm module. The file also contains a link to where the code can be ran.
Checklist
- [ x] I have read CONTRIBUTING guidelines.
- [ ] This is a typo fix.
- [x ] I am not updating any
todo.txt
files.