-rw-r--r-- | .gitignore | 2L |
-rw-r--r-- | .pre-commit-config.yaml | 8L |
-rw-r--r-- | Cargo.lock | 7L |
-rw-r--r-- | Cargo.toml | 65L |
-rwxr-xr-x | add | 135L |
-rw-r--r-- | requirements.txt | 2L |
-rw-r--r-- | src/bin/0001-two-sum.rs | 79L |
-rw-r--r-- | src/bin/0004-median-of-two-sorted-arrays.rs | 123L |
-rw-r--r-- | src/bin/0019-remove-nth-node-from-end-of-list.rs | 109L |
-rw-r--r-- | src/bin/0386-lexicographical-numbers.rs | 60L |
-rw-r--r-- | src/bin/1574-shortest-subarray-to-be-removed-to-make-array-sorted.rs | 87L |
-rw-r--r-- | src/bin/1671-minimum-number-of-removals-to-make-mountain-array.rs | 86L |
-rw-r--r-- | src/bin/2064-minimized-maximum-of-products-distributed-to-any-store.rs | 106L |
-rw-r--r-- | src/bin/2070-most-beautiful-item-for-each-query.rs | 117L |
-rw-r--r-- | src/bin/2461-maximum-sum-of-distinct-subarrays-with-length-k.rs | 86L |
-rw-r--r-- | src/bin/2463-minimum-total-distance-traveled.rs | 137L |
-rw-r--r-- | src/bin/2491-divide-players-into-teams-of-equal-skill.rs | 86L |
-rw-r--r-- | src/bin/2516-take-k-of-each-character-from-left-and-right.rs | 91L |
-rw-r--r-- | src/bin/2563-count-the-number-of-fair-pairs.rs | 76L |
-rw-r--r-- | src/bin/2601-prime-subtraction-operation.rs | 101L |
-rw-r--r-- | src/bin/3254-find-the-power-of-k-size-subarrays-i.rs | 89L |
-rw-r--r-- | src/lib.rs | 38L |