Skip to content

Commit

Permalink
Merge pull request #62 from kagemeka/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kagemeka committed Jun 24, 2023
2 parents 809717a + cdc2bde commit 7a232a8
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/a_star.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! A* is a heuristic graph search algorithm.
//!
//! references
//! - https://en.wikipedia.org/wiki/A*_search_algorithm
// - https://en.wikipedia.org/wiki/A*_search_algorithm
//!
//! applications
//! -
2 changes: 1 addition & 1 deletion src/aa_tree.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/AA_tree
// https://en.wikipedia.org/wiki/AA_tree
2 changes: 1 addition & 1 deletion src/ab_tree.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/(a,b)-tree
// https://en.wikipedia.org/wiki/(a,b)-tree
2 changes: 1 addition & 1 deletion src/accounting_method.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/Accounting_method_(computer_science)
// https://en.wikipedia.org/wiki/Accounting_method_(computer_science)
2 changes: 1 addition & 1 deletion src/ackermann.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//! https://en.wikipedia.org/wiki/Ackermann_function
// https://en.wikipedia.org/wiki/Ackermann_function
//! ackermann function
2 changes: 1 addition & 1 deletion src/activation.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//! activation function
//!
//! https://en.wikipedia.org/wiki/Activation_function
// https://en.wikipedia.org/wiki/Activation_function
2 changes: 1 addition & 1 deletion src/adaptive_heap_sort.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/Adaptive_heap_sort
// https://en.wikipedia.org/wiki/Adaptive_heap_sort
2 changes: 1 addition & 1 deletion src/addition_theorem.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/Addition_theorem
// https://en.wikipedia.org/wiki/Addition_theorem
2 changes: 1 addition & 1 deletion src/addressable_heap.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/Addressable_heap
// https://en.wikipedia.org/wiki/Addressable_heap
2 changes: 1 addition & 1 deletion src/af_heap.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/AF-heap
// https://en.wikipedia.org/wiki/AF-heap
2 changes: 1 addition & 1 deletion src/circle_hough_transform.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/Circle_Hough_Transform
// https://en.wikipedia.org/wiki/Circle_Hough_Transform
1 change: 1 addition & 0 deletions src/cons.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// https://en.wikipedia.org/wiki/Cons
2 changes: 1 addition & 1 deletion src/convex_hull.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//! https://en.wikipedia.org/wiki/Convex_hull_algorithms
// https://en.wikipedia.org/wiki/Convex_hull_algorithms
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub mod circle_hough_transform;
pub mod clamp;
pub mod clob;
pub mod commentz_walter;
pub mod cons;
pub mod convex_hull;
pub mod convex_hull_trick;
pub mod dafsa;
Expand Down Expand Up @@ -115,6 +116,7 @@ pub mod line_container;
pub mod linear_feedback_shift_register;
pub mod matching_pursuit;
pub mod md5;
pub mod message_passing;
pub mod monoid_category_theory;
pub mod monoid_object;
pub mod monoidal_category;
Expand Down
2 changes: 1 addition & 1 deletion src/line_container.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//! https://github.com/kth-competitive-programming/kactl/
// https://github.com/kth-competitive-programming/kactl/
//! blob/main/content/data-structures/LineContainer.h
1 change: 1 addition & 0 deletions src/message_passing.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// https://en.wikipedia.org/wiki/Message_passing

0 comments on commit 7a232a8

Please sign in to comment.