COMMITS
/ data_structures/binary_tree/binary_search_tree.py April 2, 2024
M
Enable ruff PGH003 rule (#11345)
Maxim Smolskiy committed
M
Enable ruff RUF005 rule (#11344)
Maxim Smolskiy committed
March 28, 2024
M
Enable ruff PLR5501 rule (#11332)
Maxim Smolskiy committed
March 13, 2024
P
[pre-commit.ci] pre-commit autoupdate (#11322)
pre-commit-ci[bot] committed
November 25, 2023
S
Added doctest to binary_search_tree.py (#11145)
Suyash Dongre committed
November 5, 2023
S
Added doctest to binary_search_tree.py (#11141)
Suyash Dongre committed
October 25, 2023
C
Add dataclasses to binary_search_tree.py (#10920)
Christian Clauss committed
August 15, 2023
I
BST and RSA doctest (#8693)
isidroas committed
June 18, 2023
F
Fix removing the root node in binary_search_tree.py removes the whole tree (#8752)
Frank-1998 committed
March 1, 2023
C
Make some ruff fixes (#8154)
Christian Clauss committed
October 27, 2022
C
refactor: Indent ... for visual purposes (#7744)
Caeden Perelli-Harris committed
October 15, 2022
C
types: Update binary search tree typehints (#7197)
Caeden committed
C
refactor: Replace `list()` and `dict()` calls with literals (#7198)
Caeden committed
July 7, 2022
V
MAINT: Updated f-string method (#6230)
Vardhaman committed
October 22, 2021
S
[mypy] Fix type annotations in `data_structures/binary_tree` (#5518)
Sherman Hui committed
April 26, 2021
D
fix(ci): Update pre-commit hooks and apply new black (#4359)
Dhruv Manilawala committed
August 21, 2020
S
Added function for finding K-th smallest element in BST (#2318)
SiddhantBobde committed
April 30, 2020
C
Fix invalid escape sequence in binary_search_tree.py (#1920)
Christian Clauss committed
March 4, 2020
M
contribution guidelines checks (#1787)
matkosoric committed
February 12, 2020
O
Fixes black failures from Previous PR (#1751)
onlinejudge95 committed
February 11, 2020
O
Fixes unused variable errors in LGTM (#1746)
onlinejudge95 committed
January 18, 2020
C
Create codespell.yml (#1698)
Christian Clauss committed
December 26, 2019
C
actions/checkout@v2 (#1643)
Christian Clauss committed
December 21, 2019
H
Update binary_search_tree.py (#1339)
Hocnonsense committed
October 7, 2019
N
Added comment (#1294)
Nishant-Ingle committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
August 19, 2019
C
Simplify code by dropping support for legacy Python (#1143)
Christian Clauss committed
June 11, 2019