Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ len
Method
len
src/strings/tst.rs:18–20 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
16
17
impl<T> TST<T> {
18
pub fn len(&self) -> usize {
19
self.n
20
}
21
22
pub fn is_empty(&self) -> bool {
23
self.n == 0
Callers
15
sort_str_LSD_radix
Function · 0.45
MSD_best_case
Function · 0.45
longest_prefix_of
Method · 0.45
get_dth
Function · 0.45
put_dth
Function · 0.45
collect_match
Function · 0.45
sort
Method · 0.45
sort_i32
Method · 0.45
sort
Method · 0.45
search
Method · 0.45
from
Method · 0.45
search1
Function · 0.45
Calls
no outgoing calls
Tested by
10
min_pq
Function · 0.36
max_pq
Function · 0.36
index_min_pq
Function · 0.36
index_max_pq
Function · 0.36
insert_sort_dth
Function · 0.36
bfs_paths
Function · 0.36
LSD_radix_sort
Function · 0.36
sorted_data
Function · 0.36
bfs_paths
Function · 0.36
cpm
Function · 0.36