MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / Solution

Class Solution

42. Trapping Rain Water/src/main.rs:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6struct Solution {}
7
8impl Solution {
9 pub fn trap(mut height: Vec<i32>) -> i32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected