The Data Structures Library in Java
JDSL Revision History
This page documents changes made in the code and documentation between
JDSL releases. It logs modifications such as bug fixes, interface updates, new optimizations,
and changes in documentation.
jdsl-2.0.6
- Fixed a bug in jdsl.core.ref.RedBlackTree
- Fixed a bug in jdsl.graph.algo.IntegerDijkstraPathfinder
jdsl-2.0.5
- Updated class documentation
- Fixed a bug in jdsl.graph.algo.IntegerDijkstraTemplate
- Removed jdsl.graph.algo.Pathfinder
- Modified jdsl.graph.algo.IntegerDijkstraTemplate: added methods distance(.), getEdgeToParent(.), isFinished(.), isReachable(.), cleanup(.); removed method badWeight(.)
- Modified jdsl.graph.algo.IntegerDijkstraPathfinder: removed methods sourceVertexForThisQuery(.), parentForThisQuery(.), shortestPathFound(.), cleanup(.); removed incremental behavior.
- Optimized jdsl.core.ref.RedBlackTree method removeAll(.)
jdsl-2.0.4
- Removed jdsl.graph.algo.InvalidEdgeException
- Added jdsl.graph.algo.InvalidQueryException
jdsl-2.0.3
- Updated class documentation
- Fixed a bug in jdsl.core.ref.HashtableDictionary
- Fixed bugs in jdsl.graph.ref.AbstractGraph
- Modified jdsl.graph.ref.AbstractGraph: removed methods origin(.), destination(.)
- Optimized jdsl.core.ref.RedBlackTree
jdsl-2.0.1