issues
search
jilljenn
/
tryalgo
Algorithms and data structures for preparing programming competitions: basic and advanced
https://tryalgo.org
MIT License
371
stars
106
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Problem with Fenwick range sum range add
#73
jilljenn
opened
2 months ago
0
import tryalgo
#72
xtof-durr
opened
8 months ago
0
Benchmark union of rectangles
#71
jilljenn
opened
11 months ago
1
Speed up bipartite matching and Ford-Fulkerson
#70
jilljenn
opened
11 months ago
2
Small improvements to code
#69
jilljenn
opened
11 months ago
0
Fix tiles in TryAlgo in Paris
#68
jilljenn
closed
8 months ago
3
Data Input Format for Gale-Shapley
#67
kalee
closed
1 year ago
1
Search does not work in docs
#66
jilljenn
closed
1 year ago
1
List current theme as a dependency
#65
bluesheeptoken
closed
1 year ago
3
Use relative links to fix dead links in quickstart
#64
bluesheeptoken
closed
1 year ago
0
Fix link to "How to practice algorithms with tryalgo" page in README.md
#63
remym19
closed
1 year ago
2
Fix coverage
#62
jilljenn
opened
2 years ago
1
Add SPFA
#61
jilljenn
opened
2 years ago
0
Add pyproject.toml
#60
jilljenn
opened
2 years ago
1
Updated comment.
#59
karthiikselvam
closed
3 years ago
1
Invalid Book link
#58
ScientificX
closed
1 year ago
1
Trivial C1P is not validated
#57
MLopez-Ibanez
closed
8 months ago
2
fix typo in gauss-jordan docstring
#56
puigfp
closed
4 years ago
2
Problem with consecutive ones
#55
martinlackner
opened
5 years ago
8
anagrams.py input ?
#54
remic33
closed
4 years ago
3
Add several implementations of union of rectangles
#53
jilljenn
closed
5 years ago
0
Misleading comment in the book for Rabin Karp algorithm
#52
theflofly
closed
5 years ago
4
Corrections on test and preparing pylint
#51
xcarcelle
closed
5 years ago
0
Xavier
#50
xcarcelle
closed
5 years ago
7
I think we need the list of 128 algorithms on the README
#49
jilljenn
closed
5 years ago
1
Black formatting
#48
louisabraham
closed
5 years ago
2
compare to None: try and comply with PEP 8
#47
Shloub
closed
6 years ago
0
blank lines: try and comply with PEP 8
#46
Shloub
closed
6 years ago
0
indentation: fix visual indent (pycodestyle E1)
#45
Shloub
closed
6 years ago
1
[tests] avoid duplicated import and unused variables
#44
Shloub
closed
6 years ago
0
reindent: fix inconsistencies, trailing spaces, blank lines
#43
Shloub
closed
6 years ago
1
Typo in a link in the doc
#42
Naereen
closed
6 years ago
11
Revert "Remove ugly global variables"
#41
xtof-durr
closed
6 years ago
1
Fix #39
#40
Naereen
closed
6 years ago
2
Missing newline for tryalgo.kruskal.UnionFind.union
#39
Naereen
closed
6 years ago
2
fix #37: do not require matching sizes in Kuhn-Munkres
#38
samueltardieu
closed
7 years ago
0
Kuhn-Munkres in O(n³) doesn't need matching set sizes
#37
samueltardieu
closed
7 years ago
1
Do not recompute matrix size for every root
#36
samueltardieu
closed
7 years ago
1
Corrected doc
#35
louisabraham
closed
7 years ago
3
new module for skip_lists
#34
louisabraham
closed
7 years ago
0
Remove ugly global variables
#33
louisabraham
closed
6 years ago
2
Espaces
#32
Naereen
closed
7 years ago
0
GJ_ZERO_SOLUTIONS → GJ_ZERO_SOLUTION
#31
Naereen
closed
7 years ago
3
Mise au carré
#30
Naereen
closed
7 years ago
2
Utilise enumerate plutôt que range(len(..)
#29
Naereen
closed
7 years ago
3
while len(h) > 1: → while h:
#28
Naereen
closed
7 years ago
2
next → nextnode
#27
Naereen
closed
7 years ago
8
Typo dans un commentaire en français
#26
Naereen
closed
7 years ago
0
Utilise set.disjoint plutôt que trois tests not in
#25
Naereen
closed
7 years ago
0
interval_cover.py: function name typo
#24
Shloub
closed
8 years ago
1
Next