LAL: Linear Arrangement Library 23.01.00
A library focused on algorithms on linear arrangements of graphs.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lal::detail::AVL< T >::frequencies Struct Reference

Frequency of a value in the tree v. More...

#include <avl.hpp>

Public Member Functions

bool operator== (const frequencies &f) const noexcept
 Equality comparison.
 
bool operator!= (const frequencies &f) const noexcept
 Different operator.
 

Public Attributes

std::size_t counter_equal
 Number of occurrences of v in the tree.
 
std::size_t counter_larger
 Number of occurrences of larger elements than v in the tree.
 
std::size_t num_nodes_larger
 Number of nodes with a key larger than v in the tree.
 

Detailed Description

template<typename T>
struct lal::detail::AVL< T >::frequencies

Frequency of a value in the tree v.


The documentation for this struct was generated from the following file: