finished reducer and wrote shifter. Actually kinda recognizes now! Errors too, but comes up with correct result.
This commit is contained in:
@@ -43,4 +43,7 @@ obj stack<T> (Object) {
|
||||
fun size(): int {
|
||||
return data.size
|
||||
}
|
||||
fun empty():bool {
|
||||
return data.size == 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user