Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ BrowserHistory
Class
BrowserHistory
1472-design-browser-history.rs:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
struct BrowserHistory {
2
his: Vec::<String>,
3
idx: usize,
4
}
5
6
impl BrowserHistory {
7
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected