COMMITS
/ data_structures/stacks/infix_to_prefix_conversion.py March 28, 2024
M
Enable ruff PLR5501 rule (#11332)
Maxim Smolskiy committed
October 11, 2023
H
Fix bug and edit doctests for infix_to_prefix_conversion (#10259)
hollowcrust committed
October 10, 2023
H
Add tests for infix_2_postfix() in infix_to_prefix_conversion.py (#10095)
hollowcrust committed
October 12, 2022
June 16, 2020
C
Set the Python file maximum line length to 88 characters (#2122)
Christian Clauss committed
November 16, 2019
C
Fix indentation contains tabs (flake8 E101,W191) (#1573)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
March 1, 2019
A
fixed balanced_parentheses, Added infix-prefix & postfix evaluation (#621)
Ashwek Swamy committed