Open MarinShalamanov opened 7 years ago
Current implementation stores the values in list, which is sorted before each extract_min operation. This is rather inefficient. Consider implementing a heap
Current implementation stores the values in list, which is sorted before each extract_min operation. This is rather inefficient. Consider implementing a heap