Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 357 Bytes

Ex_1_3_26.md

File metadata and controls

24 lines (15 loc) · 357 Bytes
title date draft tags categories
Algorithm4 Java Solution 1.3.26
2019-07-04 05:47:10 +0800
false
JAVA
TECH
archives

1.3.26

Problem:

Write a method remove() that takes a linked list and a string key as arguments and removes all of the nodes in the list that have key as its item field

Solution:

Reference: