摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/reverse-string/ Write a function that reverses a string. The input 阅读全文
posted @ 2019-10-09 21:59 华仔要长胖 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Difficulty:medium More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/rotate-image/ You are given an n x n 2D matrix representing an im 阅读全文
posted @ 2019-10-09 16:33 华仔要长胖 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/valid-sudoku/ Determine if a 9x9 Sudoku board is valid. Only the 阅读全文
posted @ 2019-10-09 15:48 华仔要长胖 阅读(299) 评论(0) 推荐(0) 编辑
摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/move-zeroes/ Given an array nums, write a function to move all 0's 阅读全文
posted @ 2019-10-09 10:53 华仔要长胖 阅读(266) 评论(0) 推荐(0) 编辑