Search:

Type: Posts; User: cjpacheco

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    710

    Re: Hashtable loadFactor

    I guess what I'm asking is how can I have a custom loadFactor that I can change as much as I want. I'm trying to test how hashtables behave differently with different loadFactors. In order to do...
  2. Replies
    3
    Views
    710

    Hashtable loadFactor

    So I have this hash constructor:


    class chainingHash<String>{

    private static int DEFAULT_TABLE_SIZE = 101;
    private List<String>[] theList;
    static int currentSize;

    public...
  3. Replies
    0
    Views
    811

    B-Tree to B+ Tree

    I've just started learning about BTrees and B+ Trees and I'm a little lost. I have 3 classes that implement the insert method for BTrees. BTreeNode, BTree, and BTreeTest. What I want to know is that...
  4. Replies
    1
    Views
    1,504

    Print ruler info

    I posted an attachment describing what I need to do, and yes it is homework. I only need help on part one though. I've already done the other parts. To be honest I'm drawing a blank as to how to...
Results 1 to 4 of 5