pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
11 stars 76 forks source link

Add "complete binary tree" and "heap order property" to index #389

Closed Boorclark closed 11 months ago

Boorclark commented 11 months ago

Description

Added Section 8.10 terms to index.

Related Issue

Fix #383

Testing

  1. Checkout branch and navigate to index.
  2. Ensure both terms appear as expected.

image