-rw-r--r-- | .gitignore | 2L |
-rw-r--r-- | .pre-commit-config.yaml | 8L |
-rw-r--r-- | :w | 74L |
-rw-r--r-- | Cargo.lock | 7L |
-rw-r--r-- | Cargo.toml | 93L |
-rwxr-xr-x | add | 135L |
-rw-r--r-- | requirements.txt | 2L |
-rw-r--r-- | src/bin/0001-two-sum.rs | 77L |
-rw-r--r-- | src/bin/0004-median-of-two-sorted-arrays.rs | 133L |
-rw-r--r-- | src/bin/0019-remove-nth-node-from-end-of-list.rs | 110L |
-rw-r--r-- | src/bin/0386-lexicographical-numbers.rs | 65L |
-rw-r--r-- | src/bin/0773-sliding-puzzle.rs | 176L |
-rw-r--r-- | src/bin/1574-shortest-subarray-to-be-removed-to-make-array-sorted.rs | 98L |
-rw-r--r-- | src/bin/1671-minimum-number-of-removals-to-make-mountain-array.rs | 84L |
-rw-r--r-- | src/bin/1768-merge-strings-alternately.rs | 86L |
-rw-r--r-- | src/bin/1861-rotating-the-box.rs | 109L |
-rw-r--r-- | src/bin/1975-maximum-matrix-sum.rs | 78L |
-rw-r--r-- | src/bin/2064-minimized-maximum-of-products-distributed-to-any-store.rs | 121L |
-rw-r--r-- | src/bin/2070-most-beautiful-item-for-each-query.rs | 103L |
-rw-r--r-- | src/bin/2257-count-unguarded-cells-in-the-grid.rs | 132L |
-rw-r--r-- | src/bin/2461-maximum-sum-of-distinct-subarrays-with-length-k.rs | 89L |
-rw-r--r-- | src/bin/2463-minimum-total-distance-traveled.rs | 152L |
-rw-r--r-- | src/bin/2491-divide-players-into-teams-of-equal-skill.rs | 88L |
-rw-r--r-- | src/bin/2516-take-k-of-each-character-from-left-and-right.rs | 90L |
-rw-r--r-- | src/bin/2563-count-the-number-of-fair-pairs.rs | 81L |
-rw-r--r-- | src/bin/2601-prime-subtraction-operation.rs | 103L |
-rw-r--r-- | src/bin/2923-find-champion-i.rs | 71L |
-rw-r--r-- | src/bin/2924-find-champion-ii.rs | 93L |
-rw-r--r-- | src/bin/3254-find-the-power-of-k-size-subarrays-i.rs | 95L |
-rw-r--r-- | src/lib.rs | 85L |