Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 318 Bytes

File metadata and controls

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