-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (18 loc) · 795 Bytes
/
README
File metadata and controls
23 lines (18 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*** fill in the following;
*** repeat it for each group member;
*** list group members alphabetically by last name
Name(last): Patel
Name(first): Ritesh
Login_ID: ritesh88
*** Give the status of your work; here's a sample.
Status:
part1: Works on all tests.
part2: Works on all tests.
part3: Works on all tests.
part4: Works on all tests.
part5: Works on all tests.
part6: Works on all tests.
part7: Works on all tests.
part8: Works on all tests.
Overall: Any comment/discussion related to this HW.
For part 8, I created a new class called "MyInteger" which took care of adding 'int' to the AList and I had MyInteger, Seq, and AList classes all implement the new interface I created called 'ExpFlat'. All this was used for the dynamic binding used for expanding and flattening the lists.