diff --git a/README.md b/README.md index 1ab9820..dd400fa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,13 @@ The `ladderz` project is a collection of math and tech concepts implemented in c > If you're looking for a more efficient implementation of a concept (e.g., for use in your programs), other resources may be more useful. -### Example +### `ladderz` crate + +#### Demo + +![ladderz-crate-demo](ladderz-crate-demo.png) + +#### Example Here's an example of using the `ladderz` crate to get the factors and factor pairs of a positive integer in sorted order. diff --git a/ladderz-crate-demo.png b/ladderz-crate-demo.png new file mode 100644 index 0000000..35e9e47 Binary files /dev/null and b/ladderz-crate-demo.png differ