Relative Content

Tag Archive for c++classdata-structuresoperator-overloadingheap

building a max heap from class Items

i am building a max heap with class item which has (name ,price ,category) one time by comparing the name and one time by comparing the price but there is a problem with the name comparing