module Queues: sig
.. end
Various implementations of queues
Various implementations of queues
Various implementations of queues
- FIFO for breadth-first search (BFS
)
- LIFO for breadth-first search (
DFS
)
- random for random search (
RFS
)
module BFS: Common.QUEUE
module DFS: Common.QUEUE
module RFS: Common.QUEUE