issues
search
evenfurther
/
pathfinding
Pathfinding library for rust
861
stars
71
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix(tests): remove `test_` prefix in tests
#621
samueltardieu
closed
2 days ago
1
feat!(Cargo): update MSRV to 1.81.0
#620
samueltardieu
opened
4 days ago
1
feat!(Cargo): update MSRV to 1.82.0
#619
samueltardieu
opened
4 days ago
1
chore(Cargo): update fake regex dependency message
#618
samueltardieu
closed
4 days ago
1
fix(deps): update codspeed-criterion-compat to get rid of advisory
#617
samueltardieu
closed
5 days ago
1
fix: use proper pattern binding
#616
samueltardieu
closed
5 days ago
1
fix(tests): new test for `utils` module
#615
samueltardieu
closed
3 weeks ago
1
cargo mutants & ui output
#614
samueltardieu
closed
3 weeks ago
1
fix(deps): update rust crate thiserror to v2
#613
renovate[bot]
closed
5 days ago
2
fix(tests): `gen` will be a keyword in Rust 2024
#612
samueltardieu
closed
1 month ago
1
fix: be explicit on used generic types and lifetimes
#611
samueltardieu
opened
1 month ago
2
fix(kruskal): accept owned data into the method
#610
samueltardieu
closed
1 month ago
1
How to limit find steps?
#609
TheCGDF
closed
1 month ago
2
fix: use `expect` attributes instead of `allow`
#608
samueltardieu
opened
1 month ago
1
fix: remove or move `allow` attributes
#607
samueltardieu
closed
1 month ago
1
style(matrix): remove unneeded bounds on `DoubleEndedIterator` impl
#606
samueltardieu
closed
1 month ago
1
style: replace `let _ =` by `_ =`
#605
samueltardieu
closed
2 months ago
1
docs: remove empty lines in comments
#604
samueltardieu
closed
2 months ago
1
Add test for Yen's algorithm
#603
samueltardieu
closed
2 months ago
1
Bumpalo or Allocator API support?
#602
kaphula
opened
2 months ago
2
Add precision on development process
#601
samueltardieu
closed
2 months ago
1
Add bertsekas algo for assignment problem
#600
smu160
opened
2 months ago
4
Return errors instead of panicking
#599
samueltardieu
opened
2 months ago
0
overflow panic in debug estimating cost
#598
tbillington
opened
2 months ago
4
feat(tests): test Edmonds-Karp failure in sparse mode
#597
samueltardieu
closed
2 months ago
1
fix(matrix): use bitvec-rs instead of hand-crafted bit manipulation
#596
samueltardieu
closed
2 months ago
2
feat(iddfs): make IDDFS more efficient by using IndexSet internally
#595
samueltardieu
closed
2 months ago
2
Fix dfs
#594
samueltardieu
closed
2 months ago
1
style: use Iterator::inspect() when the value does not change
#593
samueltardieu
closed
2 months ago
1
fix!(msrv): update MSRV to 1.77.2
#592
samueltardieu
closed
2 months ago
1
fix!(msrv): update MSRV to 1.74.0
#591
samueltardieu
closed
2 months ago
1
chore(deps): update dependencies
#590
samueltardieu
closed
2 months ago
1
chore(deps): update rust crate codspeed-criterion-compat to v2
#589
renovate[bot]
closed
2 months ago
1
fix(doc): refer to `usize::MAX` instead of `std::usize::MAX`
#588
samueltardieu
closed
2 months ago
1
chore(Cargo.toml): allow `clippy::too_long_first_doc_paragraph`
#587
samueltardieu
closed
2 months ago
1
Consider using a faster solver for maximum weight matching
#586
smu160
opened
2 months ago
1
[Question] possible to maintain state while using the pathfinder
#585
FloWi
closed
2 months ago
3
feat(prim): add Prim's algorithm for finding MST
#584
samueltardieu
closed
2 months ago
1
feat(prim): add Prim's algorithm for finding MST
#583
jafar75
closed
2 months ago
6
style(doc): shorten some first paragraph descriptions
#582
samueltardieu
closed
3 months ago
1
doc: reformat multi-line list items in comments
#581
samueltardieu
closed
3 months ago
1
test(grid): add missing Grid tests
#580
samueltardieu
closed
3 months ago
1
docs(astar): add documentation for SmallestCostHolder
#579
samueltardieu
closed
3 months ago
1
A* sometimes doesn't find any path
#578
Sheol27
closed
3 months ago
2
fix(astar): Ord impl on SmallestCostHolder was half backward
#577
rjooske
closed
3 months ago
3
Add Implementation for Prim's algorithm
#576
jafar75
closed
2 months ago
1
fix(README): Broken link in the README.md
#575
ludwigpacifici
closed
3 months ago
2
Add more tests
#574
samueltardieu
closed
3 months ago
1
test(matrix): test Matrix::slice with non valid row
#573
samueltardieu
closed
3 months ago
1
test(matrix): test Matrix::flip_* with non square matrices
#572
samueltardieu
closed
3 months ago
1
Next