title Algorithm4 Java Solution 1.3.20 date 2019-07-04 05:47:10 +0800 draft false tags JAVA categories TECH archives 1.3.20 Problem: Write a method delete() that takes an int argument k and deletes the kth element in a linked list, if it exists. Solution: Reference: