flowingfog

偶尔刷题

  博客园  :: 首页  :: 新随笔  :: 联系 ::  :: 管理

2018年11月16日

摘要: 分析 难度 易 来源 https://leetcode.com/problems/combine-two-tables/ SQL LEFT JOIN 关键字 LEFT JOIN 关键字会从左表 (table_name1) 那里返回所有的行,即使在右表 (table_name2) 中没有匹配的行。 L 阅读全文
posted @ 2018-11-16 15:04 flowingfog 阅读(129) 评论(0) 推荐(0) 编辑

摘要: 分析 难度 易 来源 https://leetcode.com/problems/factorial-trailing-zeroes/ 题目 Given an integer n, return the number of trailing zeroes in n!. Example 1: Exam 阅读全文
posted @ 2018-11-16 11:15 flowingfog 阅读(156) 评论(0) 推荐(0) 编辑