data-structure-typed/src/data-structures/stack
2023-08-22 08:58:42 +08:00
..
index.ts first commit 2023-06-16 00:34:28 +08:00
stack.ts By constraining the necessity to implement the _createNode method, we ensure that the node types are correct within the subclass. The current design of the Graph needs further optimization. 2023-08-22 08:58:42 +08:00