Skip to content

Commit 172eaec

Browse files
committedJun 19, 2024·
trivial: remove unused WIP
1 parent c976dad commit 172eaec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎lib/compsci/complete_tree.rb

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ module CompSci
66
# Any type of value may be stored in the array / tree at any location.
77
#
88
class CompleteTree
9-
class WIP < RuntimeError; end
10-
119
# given a child index and child count (e.g. 2 for a binary tree)
1210
# integer math maps several children to one parent index
1311
def self.parent_idx(idx, n)

0 commit comments

Comments
 (0)
Please sign in to comment.