Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ push
Method
push
155-min-stack.rs:13–15 ·
view source on GitHub ↗
(&mut self, val: i32)
Source
from the content-addressed store, hash-verified
11
}
12
13
fn push(&mut self, val: i32) {
14
self.stk.push(val);
15
}
16
17
fn pop(&mut self) {
18
self.stk.pop();
Callers
15
frequency_sort
Function · 0.45
lucky_numbers
Function · 0.45
count_binary_substrings
Function · 0.45
di_string_match
Function · 0.45
reordered_power_of2
Function · 0.45
sum_zero
Function · 0.45
max_ascending_sum
Function · 0.45
find_min_difference
Function · 0.45
subsets
Function · 0.45
binary_gap
Function · 0.45
self_dividing_numbers
Function · 0.45
find_shortest_sub_array
Function · 0.45
Calls
no outgoing calls
Tested by
4
shortest_completing_word
Function · 0.36
num_special
Function · 0.36
final_prices
Function · 0.36
shortest_to_char
Function · 0.36