COMMITS
/ dynamic_programming/longest_common_subsequence.py October 5, 2024
J
feat: increase test coverage of longest_common_subsequence to 75% (#11777)
Jeel Rupapara committed
April 19, 2024
M
Enable ruff E741 rule (#11370)
Maxim Smolskiy committed
April 1, 2024
M
Enable ruff RUF100 rule (#11337)
Maxim Smolskiy committed
March 1, 2023
C
Make some ruff fixes (#8154)
Christian Clauss committed
October 12, 2022
June 16, 2020
C
Set the Python file maximum line length to 88 characters (#2122)
Christian Clauss committed
May 22, 2020
C
Tighten up psf/black and flake8 (#2024)
Christian Clauss committed
October 22, 2019
A
psf/black code formatting (#1421)
Ankur Chattopadhyay committed
October 11, 2019
J
Modified longest_common_ssubsequence.py for successful doctests (#1332)
Jigyasa G committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
August 31, 2019
R
Fix possible error in longest_common_subsequence.py (#1163)
Rwithik Manoj committed
August 19, 2019
C
Simplify code by dropping support for legacy Python (#1143)
Christian Clauss committed
M
ENH: refactored longest common subsequence, also fixed a bug with the sequence returned (#1142)
Maxwell Aladago committed
November 25, 2017
C
Modernize Python 2 code to get ready for Python 3
cclauss committed
November 1, 2017
E
refactor longest common subsequence problem
Erdenezul committed