Skip to content

Instantly share code, notes, and snippets.

View matthewmoppett's full-sized avatar

Matthew Moppett matthewmoppett

  • Nonthaburi, Thailand
View GitHub Profile
@matthewmoppett
matthewmoppett / playground.rs
Last active January 24, 2021 07:15 — forked from rust-play/playground.rs
Code shared from the Rust Playground
/**********************************************************************************
---------Here is a sample of the kinds of results I got from running the tests.
### My original solution
(took PT0.049035368S) test random_tests::test_5_sequences_up_to_10_000 ... ok
(took PT0.691655925S) test random_tests::test_5_sequences_near_100_000 ... ok
(took PT6.523178209S) test random_tests::test_5_sequences_near_1_000_000 ... ok
(took PT72.183122558S) test random_tests::test_5_sequences_near_10_000_000 ... ok