unix join !

just wandering if anyone knows what kind of algorithm unix join
command is using to join 2 files.
Thanks!

well the exact answer is in coreutils/src/join.c ...

http://ftp.gnu.org/pub/gnu/coreutils/

HTH

thanks for that