Commit History

Author SHA1 Message Date
  avadapal 1e65b4a3dc moving sanity checks to ifdef HEAP_DEBUG 2 years ago
  avadapal 04f45f7364 moving num_items to private 2 years ago
  avadapal 3e815cf526 minor space change 2 years ago
  avadapal 09416cf5b0 comment explaining layout of the heap 2 years ago
  avadapal e10d58f514 correcting the diagrams and removing the need for -Wno comment in the makefile 2 years ago
  avadapal 3d55534037 fixing the argc in main 2 years ago
  avadapal 438954baf7 addressing Ian's comments in Part 5 2 years ago
  avadapal f1fac3aa8e adithya's 2nd pass over ian comments 2 years ago
  avadapal 85cb10e7ce adithya's first partial pass over ian's comments on the code 2 years ago
  avadapal 7768bee1a0 corrected the bug by deleted reset stats 2 years ago
  Ian Goldberg 18a701b9b5 Make MinHeap::initialize_heap much more efficient 2 years ago
  avadapal 4d66c3b944 printing values in heap 2 years ago
  avadapal 55b32eba25 printing outputs differently 2 years ago
  avadapal ddc69b3f28 more comments 2 years ago
  avadapal 53fd6be0ce more comments 2 years ago
  avadapal f6ce678aa2 adding a few comments 2 years ago
  avadapal 556dbe07d6 addressing Ian comments on the code review + a removing a memory bug in the sanity check 2 years ago
  avadapal a0715c3225 update how arguements are taken 2 years ago
  avadapal 947f19d506 removed an unnecessary print statement 2 years ago
  avadapal 414e1fa57c a bunch of cleanups, comments, name changes, and sanity checks. NO Change to the functionalities 2 years ago
  avadapal 5e3e1ce733 deleted all the prints, this code still takes double the latency 2 years ago
  avadapal d5d1840169 printing times 2 years ago
  avadapal f838ba48f6 restore heap at root 2 years ago
  avadapal dabc7a4d60 printing the latencies 2 years ago
  avadapal 222592c77d reset clock 2 years ago
  avadapal 2357e8ada0 fixing extract min bug 2 years ago
  avadapal 79d6c71757 fixed some additional mults 2 years ago
  avadapal 5bce0aefe9 initializig a heap with 1,2,... 2 years ago
  avadapal 72311a03ad removed Heapify only for experiments 2 years ago
  avadapal c1f33173e2 removed Heapify defs 2 years ago