help regarding recursion

If someone can help me writing recursive programs in java for bubble sort and selection sort.
[100 byte] By [invincible_mea] at [2007-11-26 23:40:21]
# 1
http://www.google.com/search?hl=en&q=%22bubble+sort%22+recursion
TuringPesta at 2007-7-11 15:06:51 > top of Java-index,Java Essentials,Java Programming...
# 2
Those are classic iterative algorithms. Why not write a recursive quicksortor margesort instead?
DrLaszloJamfa at 2007-7-11 15:06:51 > top of Java-index,Java Essentials,Java Programming...
# 3
> margesortIs there a homersort algorithm as well?
floundera at 2007-7-11 15:06:51 > top of Java-index,Java Essentials,Java Programming...
# 4
waaa waaa waaaaaaaa
TuringPesta at 2007-7-11 15:06:51 > top of Java-index,Java Essentials,Java Programming...
# 5
It needs to be said: D'oh!
DrLaszloJamfa at 2007-7-11 15:06:51 > top of Java-index,Java Essentials,Java Programming...