From 5b5602295820442770774e8f8b7ada829e9eb7d0 Mon Sep 17 00:00:00 2001 From: Lavanya Sharma <64450082+lavirox@users.noreply.github.com> Date: Wed, 16 Jul 2025 00:15:31 -0700 Subject: [PATCH] going to pull practicing --- lec7_lists4/DIY/AList.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lec7_lists4/DIY/AList.java b/lec7_lists4/DIY/AList.java index eda0587..3df4b36 100755 --- a/lec7_lists4/DIY/AList.java +++ b/lec7_lists4/DIY/AList.java @@ -7,6 +7,7 @@ public class AList { /** Creates an empty list. */ public AList() { + List } /** Inserts X into the back of the list. */ @@ -32,4 +33,4 @@ public int size() { public int removeLast() { return 0; } -} \ No newline at end of file +}