Skip to content

Commit

Permalink
remove ClassifiedCollections
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Jul 11, 2020
1 parent 2d43c7a commit 9206b0d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 149 deletions.
6 changes: 0 additions & 6 deletions src/DataStructures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ module DataStructures
export capacity, num_blocks, top_with_handle, sizehint!

export Accumulator, counter, reset!, inc!, dec!

export ClassifiedCollections
export classified_lists, classified_sets, classified_counters

export IntDisjointSets, DisjointSets, num_groups, find_root!, in_same_set, root_union!

export FenwickTree, length, inc!, dec!, incdec!, prefixsum

export AbstractHeap, compare, extract_all!
Expand Down Expand Up @@ -70,7 +65,6 @@ module DataStructures
include("stack.jl")
include("queue.jl")
include("accumulator.jl")
include("classified_collections.jl")
include("disjoint_set.jl")
include("heaps.jl")

Expand Down
55 changes: 0 additions & 55 deletions src/classified_collections.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ tests = ["int_set",
"stack",
"queue",
"accumulator",
"classified_collections",
"disjoint_set",
"binheap",
"mutable_binheap",
Expand Down
87 changes: 0 additions & 87 deletions test/test_classified_collections.jl

This file was deleted.

0 comments on commit 9206b0d

Please sign in to comment.