Uriel's Corner

Research Associate @ Harvard University / Research Interests: Computer Vision, Biomedical Image Analysis, Machine Learning
posts - 0, comments - 50, trackbacks - 0, articles - 594

11 2022 档案

[LeetCode]1207. Unique Number of Occurrences (Easy) Python-2022.11.30

posted @ 2022-11-30 13:54 Uriel 阅读(18) | 评论 (0)  编辑

[LeetCode]380. Insert Delete GetRandom O(1) (Medium) Python-2022.11.29

posted @ 2022-11-29 20:17 Uriel 阅读(28) | 评论 (0)  编辑

[LeetCode]2225. Find Players With Zero or One Losses (Medium) Python-2022.11.28

posted @ 2022-11-28 16:51 Uriel 阅读(45) | 评论 (0)  编辑

[LeetCode]446. Arithmetic Slices II - Subsequence (Hard) C/Python-2022.11.27

posted @ 2022-11-28 00:03 Uriel 阅读(42) | 评论 (0)  编辑

[LeetCode]1235. Maximum Profit in Job Scheduling (Hard) Python-2022.11.26

posted @ 2022-11-26 20:06 Uriel 阅读(33) | 评论 (0)  编辑

[LeetCode]907. Sum of Subarray Minimums (Medium) Python-2022.11.25

posted @ 2022-11-25 21:02 Uriel 阅读(32) | 评论 (0)  编辑

[LeetCode]79. Word Search (Medium) Python-2022.11.24

posted @ 2022-11-24 20:55 Uriel 阅读(30) | 评论 (0)  编辑

[LeetCode]279. Perfect Squares (Medium) Python-2022.11.22

posted @ 2022-11-22 18:46 Uriel 阅读(29) | 评论 (0)  编辑

[LeetCode]1036. Escape a Large Maze (Hard) Python-2022.11.21

posted @ 2022-11-21 19:29 Uriel 阅读(29) | 评论 (0)  编辑

[LeetCode]1926. Nearest Exit from Entrance in Maze (Medium) Python-2022.11.21

posted @ 2022-11-21 17:42 Uriel 阅读(35) | 评论 (0)  编辑

[LeetCode]150. Evaluate Reverse Polish Notation (Medium) CPP/Python-2013.12.27/2022.11.20

posted @ 2022-11-20 22:45 Uriel 阅读(30) | 评论 (0)  编辑

[LeetCode]224. Basic Calculator (Hard) Python-2022.11.20

posted @ 2022-11-20 20:01 Uriel 阅读(25) | 评论 (0)  编辑

[LeetCode]587. Erect the Fence (Hard) Python-2022.11.19

posted @ 2022-11-19 18:52 Uriel 阅读(18) | 评论 (0)  编辑

[LeetCode]264. Ugly Number II (Medium) Python-2022.11.18

posted @ 2022-11-18 20:09 Uriel 阅读(26) | 评论 (0)  编辑

[LeetCode]263. Ugly Number (Easy) Python-2022.11.18

posted @ 2022-11-18 16:55 Uriel 阅读(29) | 评论 (0)  编辑

[LeetCode]16. 3Sum Closest (Medium) Python-2022.11.17

posted @ 2022-11-17 19:29 Uriel 阅读(24) | 评论 (0)  编辑

[LeetCode]17. Letter Combinations of a Phone Number (Medium) Python-2022.11.17/2023.08.03

posted @ 2022-11-17 19:05 Uriel 阅读(25) | 评论 (0)  编辑

[LeetCode]836. Rectangle Overlap (Easy) / 223. Rectangle Area (Medium) Python-2022.11.17

posted @ 2022-11-17 15:58 Uriel 阅读(26) | 评论 (0)  编辑

[LeetCode]374. Guess Number Higher or Lower (Easy) Python-2022.11.16

posted @ 2022-11-16 14:04 Uriel 阅读(29) | 评论 (0)  编辑

[LeetCode]222. Count Complete Tree Nodes (Medium) Python-2022.11.15

posted @ 2022-11-15 18:58 Uriel 阅读(36) | 评论 (0)  编辑

[LeetCode]947. Most Stones Removed with Same Row or Column (Medium) Python-2022.11.14

posted @ 2022-11-14 19:48 Uriel 阅读(28) | 评论 (0)  编辑

[LeetCode]107. Binary Tree Level Order Traversal II (Medium) CPP/Python-2014.01.12/2022.11.13

posted @ 2022-11-13 21:39 Uriel 阅读(23) | 评论 (0)  编辑

[LeetCode]102. Binary Tree Level Order Traversal (Medium) CPP/Python-2014.01.07/2022.11.13

posted @ 2022-11-13 21:21 Uriel 阅读(29) | 评论 (0)  编辑

[LeetCode]144. Binary Tree Preorder Traversal (Easy) CPP/Python-2014.01.05/2022.11.13

posted @ 2022-11-13 21:09 Uriel 阅读(22) | 评论 (0)  编辑

[LeetCode]145. Binary Tree Postorder Traversal (Easy) CPP/Python-2014.01.04/2022.11.13

posted @ 2022-11-13 21:04 Uriel 阅读(29) | 评论 (0)  编辑

[LeetCode]429. N-ary Tree Level Order Traversal (Medium) Python-2022.11.13

posted @ 2022-11-13 20:55 Uriel 阅读(26) | 评论 (0)  编辑

[LeetCode]94. Binary Tree Inorder Traversal (Easy) CPP/Python-2014.01.17/2022.11.13

posted @ 2022-11-13 20:23 Uriel 阅读(27) | 评论 (0)  编辑

[LeetCode]590. N-ary Tree Postorder Traversal (Easy) Python-2022.11.13

posted @ 2022-11-13 20:05 Uriel 阅读(31) | 评论 (0)  编辑

[LeetCode]589. N-ary Tree Preorder Traversal (Easy) Python-2022.11.13

posted @ 2022-11-13 18:58 Uriel 阅读(27) | 评论 (0)  编辑

[LeetCode]151. Reverse Words in a String (Medium) Python-2022.11.13

posted @ 2022-11-13 18:56 Uriel 阅读(42) | 评论 (0)  编辑

[LeetCode]653. Two Sum IV - Input is a BST (Easy) Python-2022.11.12

posted @ 2022-11-12 19:49 Uriel 阅读(41) | 评论 (0)  编辑

[LeetCode]1. Two Sum (Easy) Python-2021.01.18/2022.11.12

posted @ 2022-11-12 18:54 Uriel 阅读(13) | 评论 (0)  编辑

[LeetCode]167. Two Sum II - Input Array Is Sorted (Medium) Python-2021.01.27/2022.11.12

posted @ 2022-11-12 18:28 Uriel 阅读(20) | 评论 (0)  编辑

[LeetCode]295. Find Median from Data Stream (Hard) Python-2022.11.12

posted @ 2022-11-12 17:57 Uriel 阅读(43) | 评论 (0)  编辑

[LeetCode]37. Sudoku Solver (Hard) Python-2022.11.11

posted @ 2022-11-12 08:02 Uriel 阅读(31) | 评论 (0)  编辑

[LeetCode]2012. Sum of Beauty in the Array (Medium) Python-2022.11.11

posted @ 2022-11-11 18:52 Uriel 阅读(28) | 评论 (0)  编辑

[LeetCode]26. Remove Duplicates from Sorted Array (Easy) Python / C-2022.11.11

posted @ 2022-11-11 18:25 Uriel 阅读(29) | 评论 (0)  编辑

[LeetCode]1047. Remove All Adjacent Duplicates In String (Easy) Python-2022.11.10

posted @ 2022-11-10 17:14 Uriel 阅读(23) | 评论 (0)  编辑

[LeetCode]739. Daily Temperatures (Medium) Python-2022.11.09

posted @ 2022-11-09 23:42 Uriel 阅读(38) | 评论 (0)  编辑

[LeetCode]901. Online Stock Span (Medium) Python-2022.11.09

posted @ 2022-11-09 22:56 Uriel 阅读(25) | 评论 (0)  编辑

[LeetCode]1544. Make The String Great (Easy) Python-2022.11.08

posted @ 2022-11-08 14:19 Uriel 阅读(33) | 评论 (0)  编辑

[LeetCode]1323. Maximum 69 Number (Easy) Python-2022.11.07

posted @ 2022-11-07 18:09 Uriel 阅读(31) | 评论 (0)  编辑

[LeetCode]60. Permutation Sequence (Hard) Python-2022.11.06

posted @ 2022-11-07 05:08 Uriel 阅读(37) | 评论 (0)  编辑

[LeetCode]31. Next Permutation (Medium) Python-2022.11.06

posted @ 2022-11-07 04:27 Uriel 阅读(26) | 评论 (0)  编辑

[LeetCode]47. Permutations II (Medium) Python-2022.11.06

posted @ 2022-11-06 19:32 Uriel 阅读(25) | 评论 (0)  编辑

[LeetCode]46. Permutations (Medium) Python-2022.11.06/2023.08.02

posted @ 2022-11-06 19:00 Uriel 阅读(34) | 评论 (0)  编辑

[LeetCode]899. Orderly Queue (Hard) Python-2022.11.06

posted @ 2022-11-06 17:05 Uriel 阅读(49) | 评论 (0)  编辑

[LeetCode]345. Reverse Vowels of a String (Easy) Python-2022.11.04

posted @ 2022-11-04 13:47 Uriel 阅读(37) | 评论 (0)  编辑

[LeetCode]15. 3Sum (Medium) Python-2022.11.03

posted @ 2022-11-03 17:16 Uriel 阅读(28) | 评论 (0)  编辑

[LeetCode]2131. Longest Palindrome by Concatenating Two Letter Words (Medium) Python-2022.11.03

posted @ 2022-11-03 14:43 Uriel 阅读(38) | 评论 (0)  编辑

[LeetCode]13. Roman to Integer (Easy) Python-2021.01.18

posted @ 2022-11-03 01:56 Uriel 阅读(25) | 评论 (0)  编辑

[LeetCode]12. Integer to Roman (Medium) Python-2022.11.02

posted @ 2022-11-03 01:46 Uriel 阅读(37) | 评论 (0)  编辑

[LeetCode]2. Add Two Numbers (Medium) Python-2022.11.02

posted @ 2022-11-03 00:49 Uriel 阅读(33) | 评论 (0)  编辑

[LeetCode]433. Minimum Genetic Mutation (Medium) Python-2022.11.02

posted @ 2022-11-02 17:13 Uriel 阅读(27) | 评论 (0)  编辑

[LeetCode]1706. Where Will the Ball Fall (Medium) Python-2022.11.01

posted @ 2022-11-01 18:24 Uriel 阅读(29) | 评论 (0)  编辑