Where can I get some tutorials on sorting, adding, removing nodes in linked lists in detail, with code examples. I've been looking into them lately trying to figure the best methods by myself, but sometimes teaching yourself can produce bad results and bad habits. Anyone know good tutorials?

Code:
    ___________Sort____________
   |    _______     ___        |
 __| __| ___ __| __| __| ___ __|
|_8_|_4_|_2_|_1_|_6_|_3_|_7_|_5_|
        ^             ^
       Insert        Remove