# NOT RUN {
# creates a binomial_heap<character, SEXP>
b_heap <- binomial_heap()
# creates a binomial_heap<numeric, SEXP>
b_heap <- binomial_heap("numeric")
# creates a binomial_heap<character, SEXP>
b_heap <- binomial_heap("character")
# }
Run the code above in your browser using DataLab