We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c976dad commit 172eaecCopy full SHA for 172eaec
lib/compsci/complete_tree.rb
@@ -6,8 +6,6 @@ module CompSci
6
# Any type of value may be stored in the array / tree at any location.
7
#
8
class CompleteTree
9
- class WIP < RuntimeError; end
10
-
11
# given a child index and child count (e.g. 2 for a binary tree)
12
# integer math maps several children to one parent index
13
def self.parent_idx(idx, n)
0 commit comments