Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 318 Bytes

Ex_1_3_20.md

File metadata and controls

24 lines (15 loc) · 318 Bytes
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: