Bubble Sort implementation using clustering with K-Means and threading
- You need to install LLVM (clang++) and make in order to be able to compile this project
- Clang:
> clang++ -v
You have to get something similar to:
clang version 11.0.0
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDir: C:\Program Files\LLVM\bin
- Make:
> make -v
Result:
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i686-pc-msys
> make
If everything is OK, you must see NO error messages.
- On Windows:
> .\main
- On Linux:
> ./main
The output have to be similar to this:
> make clean