提交历史

作者 SHA1 备注 提交日期
  Ian Goldberg 420d39d797 There were an incorrect number of "f"s in several instances of 0x7fffffffffffffff 6 月之前
  Ian Goldberg e77f5ccd64 Remove unused MPCIO parameters from some heap methods 6 月之前
  Ian Goldberg 58b6e26aeb Add missing #include in heap.hpp 6 月之前
  Ian Goldberg 6c639008c5 Pass around MPCTIO&, not MPCTIO 6 月之前
  Ian Goldberg 9585a4a841 Remove trailing whitespace (including CRs) 6 月之前
  Ian Goldberg ccd78ec898 Clarify "smaller index" -> "index of the smaller child" in comments 6 月之前
  avadapal 4baf948729 changed the heap diagram to display the need for MAXINT 6 月之前
  avadapal c0e2eee1b7 made, restore_heap_property, restore_heap_property_optimized, restore_heap_property_at_explicit_index private 6 月之前
  Ian Goldberg 484b357df5 For testing, initialize the heap in a better way 6 月之前
  Ian Goldberg f594127266 Change insert to return void 6 月之前
  Ian Goldberg 2ce7abf1d2 Don't pass argc around unnecessarily 6 月之前
  Ian Goldberg e15fbf8991 Remove set_num_items 6 月之前
  avadapal f4da769dc3 add and modifying comments describing the functions in heap.hpp and heap.cpp 6 月之前
  avadapal dc09830d72 moving verify heap in correct ifdefs 6 月之前
  avadapal 1e65b4a3dc moving sanity checks to ifdef HEAP_DEBUG 6 月之前
  avadapal 04f45f7364 moving num_items to private 6 月之前
  avadapal 3d55534037 fixing the argc in main 6 月之前
  avadapal 438954baf7 addressing Ian's comments in Part 5 6 月之前
  avadapal f1fac3aa8e adithya's 2nd pass over ian comments 6 月之前
  avadapal 85cb10e7ce adithya's first partial pass over ian's comments on the code 6 月之前
  avadapal 414e1fa57c a bunch of cleanups, comments, name changes, and sanity checks. NO Change to the functionalities 11 月之前
  avadapal dabc7a4d60 printing the latencies 11 月之前
  avadapal 5bce0aefe9 initializig a heap with 1,2,... 11 月之前
  avadapal 3e39153736 heap insert 1 年之前
  avadapal a01b01294e added another command line arguement to switch between optimizd and unoptimized 1 年之前
  avadapal 9141e06097 optimized heaps working 1 年之前
  avadapal a5c3a5c72c minor 1 年之前
  avadapal 10679b916a removing the pointer for ORAM, take in params for number of extractmins and inserts 1 年之前
  avadapal 4f08e94048 indentations, moving restore heap property in extractmin, fixing the debugging function, renaming Heap Class name 1 年之前
  avadapal cf3dd5259d a working heap insert and extractmin 1 年之前