Module Queues

module Queues: sig .. end
Various implementations of queues


Various implementations of queues

Various implementations of queues

- FIFO for breadth-first search (BFS)
module BFS: Common.QUEUE 
module DFS: Common.QUEUE 
module RFS: Common.QUEUE