COMMITS
/ dynamic_programming/longest_increasing_subsequence.py January 12, 2025
S
Fix dynamic_programming/longest_increasing_subsequence.py (#12517)
Sanjay Muthu committed
December 30, 2024
M
Fix sphinx/build_docs warnings for dynamic_programming (#12484)
Maxim Smolskiy committed
March 13, 2024
P
[pre-commit.ci] pre-commit autoupdate (#11322)
pre-commit-ci[bot] committed
March 1, 2023
C
Make some ruff fixes (#8154)
Christian Clauss committed
October 12, 2022
September 3, 2021
I
September 23, 2020
C
from __future__ import annotations (#2464)
Christian Clauss committed
May 22, 2020
C
Tighten up psf/black and flake8 (#2024)
Christian Clauss committed
November 14, 2019
C
GitHub Action formats our code with psf/black (#1569)
Christian Clauss committed
November 4, 2019
J
Doctest and typing for longest_increasing_subsequence.py (#1526)
John Law 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
November 25, 2017
C
Modernize Python 2 code to get ready for Python 3
cclauss committed
April 10, 2017
M
Code optimized and complexity decreased
Mehdi ALAOUI committed
April 7, 2017
M
Comments reviewed
Mehdi ALAOUI committed
January 3, 2017
D
Create longest_increasing_subsequence.py
dhruvsaini committed