Historique des commits

Auteur SHA1 Message Date
  Ian Goldberg 6b222f9efc Correct a comment il y a 1 an
  Ian Goldberg 3749f7b680 Indentation il y a 1 an
  Ian Goldberg cf36f72dc4 If run_sanity is 1, actually check that the extracted values from the heap come out in non-decreasing order il y a 1 an
  Ian Goldberg 746abdf8d5 Touch up a comment il y a 1 an
  avadapal c84ab8e7cd lt^eq ---> lt in explicit index heapproperty restored il y a 1 an
  avadapal b70710fcf2 indentation changes il y a 1 an
  avadapal 9836affa84 changing some lteq to lt il y a 1 an
  avadapal b7364a786f changing lteq to lt il y a 1 an
  avadapal 4d6348fd92 reconstructing the minimum value and printing them when runsanity=1 il y a 1 an
  Ian Goldberg bf69fe3fa5 Put parallel updates in insert_optimized and restore_heap_property_at_explicit_index into coroutines il y a 1 an
  Ian Goldberg b188a1daca Indentation touchups il y a 1 an
  Ian Goldberg d718958fe5 Some comment touchups il y a 1 an
  Ian Goldberg 03b6562737 XOR with !tio.player() instead of tio.player() il y a 1 an
  Ian Goldberg ccd78ec898 Clarify "smaller index" -> "index of the smaller child" in comments il y a 1 an
  Ian Goldberg 1270ae19f1 Fix two off-by-one errors in MinHeap::print_heap() il y a 1 an
  Ian Goldberg 2d28fb2243 Fix some indentation il y a 1 an
  Ian Goldberg 240beeb078 Touch up a comment il y a 1 an
  Ian Goldberg baddbdd512 Only run verify_heap_property on each extract if run_sanity is 1 il y a 1 an
  avadapal 60b7d27300 few more additional comments il y a 1 an
  avadapal 63f78d1c24 improving the comment on optimized insert il y a 1 an
  avadapal d90d1162f2 removing the unnecessary old_P variable from optimized insert il y a 1 an
  avadapal 00ff7d1f7b using the more efficient reconstruct() function in the debug code il y a 1 an
  avadapal 4baf948729 changed the heap diagram to display the need for MAXINT il y a 1 an
  avadapal 9607a3b5c7 removed an unnecessary if (tio.player() !=2) in insert_optimized il y a 1 an
  Ian Goldberg 484b357df5 For testing, initialize the heap in a better way il y a 1 an
  Ian Goldberg 7ed6c13978 u[0] was never getting initialized in insert_optimized il y a 1 an
  Ian Goldberg f1e9e115ac When HEAP_VERBOSE is set, each extract was being run twice il y a 1 an
  Ian Goldberg cd2b06a840 Fix bug in optimized insert il y a 1 an
  Ian Goldberg 76aa1b8f7f Make verify_parent_children_heaps static il y a 1 an
  Ian Goldberg 8a2dddba94 Off-by-one error in MinHeap::verify_heap_property il y a 1 an