File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88| | Solution | Link |
99| :-------: | :--------------------------------------------: | :---------------------------------------------------------------------------: |
1010| APL | ` maxDepth ← {⌈/+\-⌿'()'∘.=⍵} ` | [ Link] ( https://github.com/codereport/LeetCode/blob/master/0210_Problem_1.apl ) |
11- | Kap | ` MaxDepth ⇐ ⌈/+\-⌿"()"∘.= ` | |
11+ | Kap | ` MaxDepth ⇐ ⌈/+\-⌿"()"=⌻ ` | |
1212| J | ` maxDepth =. {{ >./+/\-/'()'=/y }} ` | |
1313| BQN | `` MaxDepth ← ⌈´·+`·-˝"()"=⌜⊢ `` | [ Link] ( https://github.com/codereport/LeetCode/blob/master/0210_Problem_1.bqn ) |
1414| Q | ` maxDepth: { max sums (-) over "()" =/:\: x } ` | [ Link] ( https://github.com/codereport/LeetCode/blob/master/0210_Problem_1.q ) |
Original file line number Diff line number Diff line change 77| | Solution | Link |
88| :-------: | :---------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: |
99| APL | ` checkMatrix ← {(1⌊⍵)≡(⊖⌈⊢)∘.=⍨⍳≢⍵} ` | [ Link] ( https://github.com/codereport/LeetCode/blob/master/0299_Problem_1.apl ) |
10- | Kap | ` CheckMatrix ⇐ {(1⌊⍵)≡⌽⍛⌈(∘.=⍨) ⍳≢⍵} ` | |
10+ | Kap | ` CheckMatrix ⇐ {(1⌊⍵)≡⌽⍛⌈=⌻⍨ ⍳≢⍵} ` | |
1111| J | ` checkMatrix =. {{ (1<.y)-:(\|.>.])=/~i.#y }} ` | [ Link] ( https://github.com/codereport/LeetCode/blob/master/0299_Problem_1.ijs ) |
1212| BQN | ` CheckMatrix ← {(1⌊𝕩)≡⌽⊸⌈=⌜˜↕≠𝕩} ` | [ Link] ( https://github.com/codereport/LeetCode/blob/master/0299_Problem_1.bqn ) |
1313| Uiua | ` CheckMatrix ← ≅↧1∶↥⇌.⊞=.⇡⧻. ` | |
You can’t perform that action at this time.
0 commit comments