[package] name = "stacked-sandwich" version = "1.4.0" edition = "2021" description = "Find all occurances of a number in a row/column sorted matrix; in square root of linear time!" documentation = "https://docs.rs/stacked_sandwich" readme = "README.md" repository = "https://codeberg.org/ino/rusty-algos/src/branch/master/problems/stacked-sandwich" license = "MIT" keywords = ["algorithm", "array", "matrix"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]