This commit is contained in:
writer 2024-10-15 10:29:29 +09:00
parent f5a0f7393a
commit e9b6619dcc
10 changed files with 13 additions and 15 deletions

View file

@ -62,8 +62,8 @@ If you think about it, a Stack is the perfect object for a process: the process
[Python & Algorithms]: https://github.com/go-outside-labs/Python-and-Algorithms-and-Data-Structures/blob/master/book/book_second_edition.pdf
[here are some examples]: https://github.com/go-outside-labs/Python-and-Algorithms-and-Data-Structures/tree/master/src/abstract_structures/Stacks
[Python & Algorithms]: https://github.com/autistic-symposium/master-algorithms-pyblob/master/book/book_second_edition.pdf
[here are some examples]: https://github.com/autistic-symposium/master-algorithms-pytree/master/src/abstract_structures/Stacks