Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ Solution
Class
Solution
196-next-greater-element-i.rs:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
struct Solution;
2
3
impl Solution {
4
pub fn next_greater_element(nums1: Vec<i32>, nums2: Vec<i32>) -> Vec<i32> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected