Update BitonicSort.cpp

This commit is contained in:
Ashwek Swamy 2019-02-10 19:20:56 +05:30 committed by GitHub
parent d72b48e5ee
commit 293a9bf14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
// Source : https://www.geeksforgeeks.org/bitonic-sort/
/* C++ Program for Bitonic Sort. Note that this program
works only when size of input is a power of 2. */