6. Context
This chapter under major construction.
Java programs in this chapter.
Below is a list of Java programs in this chapter. Click on the program name to access the Java code; click on the reference number for a brief description; read the textbook for a full discussion.
REF PROGRAM DESCRIPTION / JAVADOC 6.1 CollisionSystem.java collision system - Particle.java particle 6.2 BTree.java B-tree 6.3 SuffixArray.java suffix array - LRS.java longest repeated substring - KWIK.java keyword in context 6.4 FordFulkerson.java max flow / min cut - FlowNetwork.java capacitated network - FlowEdge.java capacitated edge with flow - BipartiteMatching.java bipartite matching - AssignmentProblem.java weighted bipartite matching - Simplex.java simplex method