Interface DPCursor

  • All Known Implementing Classes:
    SmallCursor

    public interface DPCursor
    Encapsulates the dynamic programmming matrix, and the context within algorithms work. The cursor should put DP.MAGICAL_SYMBOL symbols at either end of the sequence.
    Author:
    Matthew Pocock