Archive for May, 2010

Bubble Sort and Binary Search – Java

Just like that i was again brushing my core Java few days back and wrote bubble sort and binary search code in Java. Here i am sharing the code, please post your comments in case this can be further optimized: Bubble Sort: And once we have sorted array with us we can apply binary search [...]