MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / is_empty

Method is_empty

src/data_structures/heap.rs:71–73  ·  view source on GitHub ↗

Checks if the heap is empty. # Returns `true` if the heap is empty, `false` otherwise.

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

compute_meansFunction · 0.45
train_naive_bayesFunction · 0.45
predict_naive_bayesFunction · 0.45
perceptronFunction · 0.45
classifyFunction · 0.45
calculate_entropyFunction · 0.45
find_best_splitFunction · 0.45
find_best_split_featureFunction · 0.45
get_majority_classFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by 2

shortest_palindromeFunction · 0.36
random_treeFunction · 0.36