- Dec 9, 2000
- 16,528
- 4
- 0
We have to implement a BTree in Java, and a bunch of us are using a SortedVector to help with this. The teacher said we could implement someone else's SortedVector as long as we give credit to that person and provide him a copy of the package. So, how do I get a copy of, say, this package, and how do I import it into my program, like I do import java.util.Vector or whatever? How would I do that for an external package?