Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
compare Struct Reference
Public Member Functions
bool
operator()
(const
MinHeapNode
*const l, const
MinHeapNode
*const r) const
Member Function Documentation
◆
operator()()
bool compare::operator()
(
const
MinHeapNode
*const
l
,
const
MinHeapNode
*const
r
) const
inline
38
{
39
return
l
->freq > r->freq;
40
}
numerical_methods::simpson_method::l
double l(double x)
Another test function.
Definition
composite_simpson_rule.cpp:119
The documentation for this struct was generated from the following file:
greedy_algorithms/
huffman.cpp
compare
Generated by
1.12.0