Class RandomGraph<T>

    • Constructor Detail

      • RandomGraph

        public RandomGraph​(int nodes,
                           int edges)
    • Method Detail

      • makeNode

        protected abstract T makeNode​(int i)