Skip to content

Instantly share code, notes, and snippets.

@donRumata03
donRumata03 / combination_by_number.rs
Created April 11, 2022 15:29
Generic combinatortial object generation in Rust (each filename corresponds to combinatorial object generated in file)
#![allow(dead_code)]
#![allow(unused_imports)]
use {
std::{
io::{
self,
Read,
Write,
Stdin,