Add submission email
All checks were successful
Deploy to Homelab / deploy (push) Successful in 5s

This commit is contained in:
2026-02-11 16:05:32 -08:00
parent 862f236886
commit fcb3f1480b

View File

@@ -8,17 +8,16 @@ class Stack:
top: None | Node = None
def add(self, value):
# Implement as an exercise
pass
def remove(self) -> None | Node:
# Implement as an exercise
pass
def peek(self) -> None | Node:
# Implement as an exercise
pass
# Homework:
# - Implement the other methods on the stack
# - Implement linked list methods (see homework from 2026.01.28)
#
# Submit to me by creating a .zip file and sending to: me@bchen.dev