Daniel Stefankovic - my old programs
Algorithms on Graphs
This is a library of Graph algorithms.
Included algorithms: MST, Shortest paths, Fibbonaci heaps, biconnected
components, articulation points, Posa's heuristic for Hamiltonian path,
Maxflow, O(n^2) planarity testing, Embedding of a planar graph in a
(n-2)x(n-2) grid. (C++)
3D-Worm
This is a very simple 3-D Worm game. It was able to compute the scenes in
real time on old 16Mhz i286 (most of the code is in assembly language).
Conquerors
A simple strategy game. Sorry, no mouse support (mix of pascal and
assembly language).