代码改变世界

[LeetCode] 37. Sudoku Solver_Hard tag: BackTracking

2021-06-10 06:52 by Johnson_强生仔仔, 38 阅读, 0 推荐, 收藏, 编辑
摘要: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 阅读全文

[LeetCode] 36. Valid Sudoku_Medium tag: Array

2021-06-09 09:40 by Johnson_强生仔仔, 39 阅读, 0 推荐, 收藏, 编辑
摘要:Determine if a 9 x 9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: Each row must contain the dig 阅读全文

[LeetCode] 10. Regular Expression Matching_Hard tag: backtracking, DP

2021-06-07 20:22 by Johnson_强生仔仔, 46 阅读, 0 推荐, 收藏, 编辑
摘要:Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and '*' where: '.' Matches any single characte 阅读全文

[LeetCode] 22. Generate Parentheses_Medium tag: backtracking

2021-06-07 19:10 by Johnson_强生仔仔, 13 阅读, 0 推荐, 收藏, 编辑
摘要:Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. Example 1: Input: n = 3 Output: ["((()))","(() 阅读全文

[LeetCode] 491. Increasing Subsequences_Medium tag: backtracking

2021-06-07 18:10 by Johnson_强生仔仔, 34 阅读, 0 推荐, 收藏, 编辑
摘要:Given an integer array nums, return all the different possible increasing subsequences of the given array with at least two elements. You may return t 阅读全文

[LeetCode] 812. Largest Triangle Area_Easy tag: math

2021-06-06 12:43 by Johnson_强生仔仔, 24 阅读, 0 推荐, 收藏, 编辑
摘要:You have a list of points in the plane. Return the area of the largest triangle that can be formed by any 3 of the points. Example: Input: points = [[ 阅读全文

[LeetCode] 784. Letter Case Permutation_Medium tag: backtracking

2021-06-06 09:36 by Johnson_强生仔仔, 32 阅读, 0 推荐, 收藏, 编辑
摘要:Given a string s, we can transform every letter individually to be lowercase or uppercase to create another string. Return a list of all possible stri 阅读全文

[唱歌系统练习] 5. 稳定发声

2020-01-06 06:18 by Johnson_强生仔仔, 350 阅读, 0 推荐, 收藏, 编辑
摘要:以下是我在喜马拉雅大宝哥里面听的专辑流行演唱-微课堂中的《稳定发声》所做的笔记和总结。 演唱示范歌曲: 1. 《心如刀割》 - 张学友 (主歌部分) 2. 《我要你》 - 张杰 (翻唱) 要点:针对气息不稳定,尤其是尾音不稳定的练习。 练习: 1. 真声长发音练习 goal: 气息稳定性呼出 (建议 阅读全文

[唱歌系统练习] 每日练习

2020-01-06 06:03 by Johnson_强生仔仔, 258 阅读, 0 推荐, 收藏, 编辑
摘要:练习: 1. 单纯气息长呼出的练习 goal: 气息稳定性呼出 (建议时长:最少 5min/day) 声音有两层屏障,声带和牙齿 1.1 先通过第二层屏障牙齿进行长呼出练习。 a. 腹式呼吸的方式吸一口气 b. 发‘si’的声音,但是不是真声,基本是气声,保证气不断,直到把腹部的气全部呼完。 c. 阅读全文

[唱歌系统练习] 4. “偷”气练习

2019-12-30 01:45 by Johnson_强生仔仔, 786 阅读, 0 推荐, 收藏, 编辑
摘要:以下是我在喜马拉雅大宝哥里面听的专辑流行演唱-微课堂中的《"偷"气练习》所做的笔记和总结。 演唱示范歌曲: 1. 《分手快乐》 - 梁静茹 (副歌部分) “偷”气: 瞬间快速的换气。 要点:一定要是腹式呼吸。 1. 用示范歌曲《分手快乐》的副歌部分的换气点来进行歌曲演唱。(标注红色记号部分才“偷”气 阅读全文
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 39 下一页