title date draft tags categories Algorithm4 Java Solution 1.3.20 2019-07-04 05:47:10 +0800 false JAVA 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: