代码改变世界

阅读排行榜

[唱歌系统练习] 3. 解决气息不足

2019-12-22 09:19 by Johnson_强生仔仔, 668 阅读, 收藏,
摘要: 以下是我在喜马拉雅大宝哥里面听的专辑流行演唱-微课堂中的《解决气息不足》所做的笔记和总结。 演唱示范歌曲: 1. 《分手快乐》 - 梁静茹 (主歌部分) 要点:针对气息不足的练习。 1. 用示范歌曲《分手快乐》的主歌部分的换气点来进行歌曲演唱。(标注红色记号部分才换气,所以基本是一句一口气) 可以试 阅读全文

[LeetCode] 607. Sales Person_Easy tag: SQL

2018-08-28 21:40 by Johnson_强生仔仔, 650 阅读, 收藏,
摘要: Description Given three tables: salesperson, company, orders.Output all the names in the table salesperson, who didn’t have sales to company 'RED'. Ex 阅读全文

[LeetCode] 系统刷题1_代码风格及边界

2019-02-10 10:58 by Johnson_强生仔仔, 647 阅读, 收藏,
摘要: 代码风格 不说自己不清楚的算法,比如KMP,如果解释不清楚或者写不出来的算法建议不提 注意代码的缩进以及空格的合理运用,使得代码看起来比较整洁有条理 注意边界的条件以及越界 误区: 算法想出来还仅仅不够 算法写出来也还不够 试着从面试官的角度来思考: coding风格(缩进,括号,变量名) codi 阅读全文

[LeetCode] 603. Consecutive Available Seats_Easy tag: SQL

2018-08-28 21:57 by Johnson_强生仔仔, 647 阅读, 收藏,
摘要: Several friends at a cinema ticket office would like to reserve consecutive available seats.Can you help to query all the consecutive available seats 阅读全文

[LeetCode] 694. Number of Distinct Islands

2018-07-11 06:17 by Johnson_强生仔仔, 593 阅读, 收藏,
摘要: Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) Yo 阅读全文
上一页 1 2 3 4 5 6 7 ··· 78 下一页