IamGroot

Blog of Chungen lchungen@qq.com


  • 首页

  • 分类

  • 归档

  • 标签

Leetcode-144 Binary Tree Preorder Traversal

发表于 2020-04-10 | 分类于 Leetcode
Binary Tree Preorder Traversal Given a binary tree, return the preorder traversal of its nodes’ values. Follow up: Recursive solution is trivial, coul ...
阅读全文 »

Leetcode-94 Binary Tree Inorder Traversal

发表于 2020-04-10 | 分类于 Leetcode
Binary Tree Inorder Traversal Given a binary tree, return the inorder traversal of its nodes’ values. Follow up: Recursive solution is trivial, could ...
阅读全文 »

Leetcode-79 Word Search

发表于 2020-04-09 | 分类于 Leetcode
Word Search Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, ...
阅读全文 »

Leetcode-63 Unique Paths II

发表于 2020-04-08 | 分类于 Leetcode
Unique Paths II A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below). The robot can only move either down o ...
阅读全文 »

Leetcode-36 Valid Sudoku

发表于 2020-04-07 | 分类于 Leetcode
Valid Sudoku Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: Each row must con ...
阅读全文 »

Leetcode-37 Sudoku Solver

发表于 2020-04-07 | 分类于 Leetcode
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 ...
阅读全文 »

Leetcode-78 Subsets

发表于 2020-04-07 | 分类于 Leetcode
Subsets Given a set of distinct integers, nums, return all possible subsets (the power set). Note: The solution set must not contain duplicate subsets ...
阅读全文 »

Leetcode-64 Minimum Path Sum

发表于 2020-04-06 | 分类于 Leetcode
Minimum Path Sum Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers ...
阅读全文 »

Leetcode-75 Sort Colors

发表于 2020-04-06 | 分类于 Leetcode
Sort Colors Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, with the colo ...
阅读全文 »

Leetcode-62 Unique Paths

发表于 2020-04-05 | 分类于 Leetcode
Unique Paths A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below). The robot can only move either down or r ...
阅读全文 »
123…5
Chungen

Chungen

所谓自由,不是随心所欲,而是自我主宰!

46 日志
10 分类
11 标签
GitHub 博客园 简书 CSDN
© 2018 - 2020 Chungen
人次 次