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