Skip to content

DuncanvR/dvrlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DvRlib: Personal Java library

This extensive library contains most of the support classes I wrote during my studies. It contains six sub packages, targeted at the following fields:

algorithmExtensible bases for algorithms;
containerGeneric classes that contain elements, like trees and lists;
genericGeneral utility classes;
graphAbstract and concrete implementations of graphs consisting of nodes and edges;
localsearchExtensive framework for defining problems, solutions and search neighbourhoods, as well as several strategies for traversing the defined search space;
matrixSimple representation of two-dimensional arrays for numbers;