xinyu04

导航

2022年10月1日 #

[Oracle] LeetCode 53 Maximum Subarray 贪心

摘要: Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. A subarray is 阅读全文

posted @ 2022-10-01 20:47 Blackzxy 阅读(16) 评论(0) 推荐(0) 编辑

[Oracle] LeetCode 37 Sudoku Solver

摘要: Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must satisfy all of the following rules: Each of the digits 1-9 阅读全文

posted @ 2022-10-01 16:27 Blackzxy 阅读(10) 评论(0) 推荐(0) 编辑