Closed luki3122 closed 2 years ago
Thanks for your interest! I don't know how I didn't realize this before, I think that I had some issues with branches and messed up something.
Thanks again for fixing the issue yourself!, Also, using dev
instead of main
for the PR would be perfect, but don't worry about it :)
Describe you problem:
Source code doesn't compile.
Steps to reproduce (optional):
install.sh
Additional info (optional):
sorting-visualizer/src/SortController.h:27:33:
sorting-visualizer/src/SortAlgorithms.cpp:215:11:
Possible fix (optional):
std::atomic _interrupt = { false }; Add required argument to bogosort
OS