Skip to content

Commit

Permalink
trivial: remove unused WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhull committed Jun 19, 2024
1 parent c976dad commit 172eaec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/compsci/complete_tree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ module CompSci
# Any type of value may be stored in the array / tree at any location.
#
class CompleteTree
class WIP < RuntimeError; end

# given a child index and child count (e.g. 2 for a binary tree)
# integer math maps several children to one parent index
def self.parent_idx(idx, n)
Expand Down

0 comments on commit 172eaec

Please sign in to comment.