# leetcode-test-kotlin **Repository Path**: masx200/leetcode-test-kotlin ## Basic Information - **Project Name**: leetcode-test-kotlin - **Description**: leetcode-test-kotlin - **Primary Language**: Kotlin - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-04-17 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode-test-kotlin #### 介绍 leetcode 测试和题解,包含 kotlin 版本. ### 软件架构 #### 软件架构说明 这里有一些测试的工具: ### maven [![](https://jitpack.io/v/masx200/leetcode-test-kotlin.svg)](https://jitpack.io/#masx200/leetcode-test-kotlin) To get a Git project into your build: Step 1. Add the JitPack repository to your build file maven ```xml jitpack.io https://jitpack.io ``` Step 2. Add the dependency ```xml com.github.masx200 leetcode-test-kotlin 10.9.2 ``` ## 编译 ```bash mvn compile --file pom.xml ``` ## 测试 ```bash mvn test --file pom.xml ``` ## 打包 ```bash mvn package -DskipTests ``` ##### 包含的内容如下
展开查看 https://leetcode.cn/problems/watering-plants https://leetcode.cn/problems/cherry-pickup/ https://leetcode.cn/problems/number-of-employees-who-met-the-target https://leetcode.cn/problems/the-masseuse-lcci/ https://leetcode.cn/problems/find-the-width-of-columns-of-a-grid/ https://leetcode.cn/problems/kth-ancestor-of-a-tree-node https://leetcode.cn/problems/snapshot-array/ https://leetcode.cn/problems/total-distance-traveled/ https://leetcode.cn/problems/circular-array-loop/ https://leetcode.cn/problems/remove-comments https://leetcode.cn/problems/shuffle-an-array/ https://leetcode.cn/problems/minimum-time-visiting-all-points https://leetcode.cn/problems/day-of-the-week/ https://leetcode.cn/problems/Ju9Xwi/ https://leetcode.cn/problems/split-strings-by-separator https://leetcode.cn/problems/furthest-point-from-origin/ https://leetcode.cn/problems/find-closest-number-to-zero/ https://leetcode.cn/problems/counter-ii/ https://leetcode.cn/problems/flipping-an-image/ https://leetcode.cn/problems/allow-one-function-call/ https://leetcode.cn/problems/chunk-array https://leetcode.cn/problems/create-hello-world-function https://leetcode.cn/problems/gas-station https://leetcode.cn/problems/distribute-coins-in-binary-tree https://leetcode.cn/problems/binary-tree-cameras https://leetcode.cn/problems/snail-traversal/ https://leetcode.cn/problems/function-composition https://leetcode.cn/problems/array-reduce-transformation/ https://leetcode.cn/problems/curry https://leetcode.cn/problems/memoize-ii/ https://leetcode.cn/problems/cache-with-time-limit/ https://leetcode.cn/problems/sleep https://leetcode.cn/problems/array-prototype-last https://leetcode.cn/problems/counter https://leetcode.cn/problems/filter-elements-from-array https://leetcode.cn/problems/apply-transform-over-each-element-in-array https://leetcode.cn/problems/maximum-sum-of-two-non-overlapping-subarrays https://leetcode.cn/problems/promise-pool/ https://leetcode.cn/problems/memoize https://leetcode.cn/problems/check-if-object-instance-of-class/ https://leetcode.cn/problems/generate-fibonacci-sequence https://leetcode.cn/problems/json-deep-equal https://leetcode.cn/problems/nested-array-generator/ https://leetcode.cn/problems/flatten-deeply-nested-array https://leetcode.cn/problems/promise-time-limit/ https://leetcode.cn/problems/design-cancellable-function/ https://leetcode.cn/problems/group-by https://leetcode.cn/problems/debounce https://leetcode.cn/problems/animal-shelter-lcci https://leetcode.cn/problems/reverse-nodes-in-even-length-groups/ https://leetcode.cn/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points https://leetcode.cn/problems/implement-magic-dictionary https://leetcode.cn/problems/design-linked-list/ https://leetcode.cn/problems/maximum-sum-with-exactly-k-elements https://leetcode.cn/problems/calculate-delayed-arrival-time/ https://leetcode.cn/problems/sum-multiples/ https://leetcode.cn/problems/left-and-right-sum-differences https://leetcode.cn/problems/difference-between-element-sum-and-digit-sum-of-an-array https://leetcode.cn/problems/flip-columns-for-maximum-number-of-equal-rows https://leetcode.cn/problems/expression-add-operators/ https://leetcode.cn/problems/minimum-number-of-frogs-croaking https://leetcode.cn/problems/largest-rectangle-in-histogram https://leetcode.cn/problems/frog-jump-ii https://leetcode.cn/problems/construct-quad-tree https://leetcode.cn/problems/split-a-circular-linked-list/ https://leetcode.cn/problems/ipo https://leetcode.cn/problems/print-in-order/ https://leetcode.cn/problems/print-foobar-alternately https://leetcode.cn/problems/zigzag-iterator/ https://leetcode.cn/problems/traffic-light-controlled-intersection/ https://leetcode.cn/problems/web-crawler-multithreaded/ https://leetcode.cn/problems/letter-tile-possibilities https://leetcode.cn/problems/print-zero-even-odd/ https://leetcode.cn/problems/powerful-integers https://leetcode.cn/problems/maximum-sum-bst-in-binary-tree https://leetcode.cn/problems/building-h2o https://leetcode.cn/problems/equal-row-and-column-pairs https://leetcode.cn/problems/count-vowel-strings-in-ranges https://leetcode.cn/problems/maximum-number-of-weeks-for-which-you-can-work https://leetcode.cn/problems/subarray-sum-equals-k https://leetcode.cn/problems/modify-graph-edge-weights https://leetcode.cn/problems/average-value-of-even-numbers-that-are-divisible-by-three/ https://leetcode.cn/problems/capitalize-the-title/ https://leetcode.cn/problems/number-of-lines-to-write-string https://leetcode.cn/problems/remove-invalid-parentheses/ https://leetcode.cn/problems/design-memory-allocator/ https://leetcode.cn/problems/cherry-pickup-ii/