Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use deque instead of lists for character stacks #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 12, 2024

  1. use deque instead of lists for character stacks

    only pop and append are used, so deque is more efficient.
    
    (the _utils import is not used in the file)
    odrling committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cc29f33 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. fix stack tests with deque

    odrling committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    d09d7b0 View commit details
    Browse the repository at this point in the history