feat: working array list
This commit is contained in:
parent
17b5708d59
commit
29de257bea
13 changed files with 29 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import LinkedList from "@code/doubly-linked-list";
|
||||
import LinkedList from "@code/DoublyLinkedList";
|
||||
|
||||
test("linked-list", function() {
|
||||
const list = new LinkedList<number>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue