Commit History

Author SHA1 Message Date
  Ian Goldberg 54050bfc1e Have Shape::reconstruct reconstruct just the Shape and not the whole database 6 months ago
  Ian Goldberg e1ea44d724 Typo in comment 6 months ago
  Ian Goldberg 2d28fb2243 Fix some indentation 6 months ago
  Ian Goldberg 240beeb078 Touch up a comment 6 months ago
  Ian Goldberg baddbdd512 Only run verify_heap_property on each extract if run_sanity is 1 6 months ago
  avadapal 60b7d27300 few more additional comments 6 months ago
  avadapal 63f78d1c24 improving the comment on optimized insert 6 months ago
  avadapal d90d1162f2 removing the unnecessary old_P variable from optimized insert 6 months ago
  avadapal 00ff7d1f7b using the more efficient reconstruct() function in the debug code 6 months ago
  avadapal 4baf948729 changed the heap diagram to display the need for MAXINT 6 months ago
  avadapal 9607a3b5c7 removed an unnecessary if (tio.player() !=2) in insert_optimized 6 months ago
  avadapal c0e2eee1b7 made, restore_heap_property, restore_heap_property_optimized, restore_heap_property_at_explicit_index private 6 months ago
  Ian Goldberg 484b357df5 For testing, initialize the heap in a better way 6 months ago
  Ian Goldberg 7ed6c13978 u[0] was never getting initialized in insert_optimized 6 months ago
  Ian Goldberg f1e9e115ac When HEAP_VERBOSE is set, each extract was being run twice 6 months ago
  Ian Goldberg cd2b06a840 Fix bug in optimized insert 6 months ago
  Ian Goldberg 76aa1b8f7f Make verify_parent_children_heaps static 6 months ago
  Ian Goldberg 8a2dddba94 Off-by-one error in MinHeap::verify_heap_property 6 months ago
  Ian Goldberg f594127266 Change insert to return void 6 months ago
  Ian Goldberg 4e3af6b482 Touch up one comment 6 months ago
  Ian Goldberg 2eb068546d Touch up the comments at the top of heap.cpp 6 months ago
  Ian Goldberg ef877e3f74 VALUE_BITS is the default last arg to most mpc_* functions 6 months ago
  Ian Goldberg 2ce7abf1d2 Don't pass argc around unnecessarily 6 months ago
  Ian Goldberg e15fbf8991 Remove set_num_items 6 months ago
  Ian Goldberg de9b4f24fd Touch up the bsearch test 6 months ago
  avadapal bcc8bb75cb changing new [] to vectors 6 months ago
  avadapal 803383c3b9 minor change in the image of insert_optimized 6 months ago
  avadapal f4da769dc3 add and modifying comments describing the functions in heap.hpp and heap.cpp 6 months ago
  avadapal 6a880c1d58 fixed a few indentation issues 6 months ago
  avadapal e7beed0770 other misc changes 6 months ago