摘要: Title: Given a binary matrix A, we want to flip the image horizontally, then invert it, and return the resulting image. To flip an image horizontally 阅读全文
posted @ 2019-03-30 21:15 sxuer 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Title: Write a function to delete a node (except the tail) in a singly linked list(单链表), given only access to that node. Given linked list -- head = [ 阅读全文
posted @ 2019-03-30 21:08 sxuer 阅读(110) 评论(0) 推荐(0) 编辑
摘要: Title: Given an array of integers A sorted in non-decreasing order, return an array of the squares of each number, also in sorted non-decreasing order 阅读全文
posted @ 2019-03-30 20:29 sxuer 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Title: Write an SQL query to find all duplicate e-mails in the Person table. Example : case: Note: All Email is lowercase letters. Analysis of Title: 阅读全文
posted @ 2019-03-30 20:17 sxuer 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Title: Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1: Example 2: Note: None An 阅读全文
posted @ 2019-03-30 19:53 sxuer 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Title: You're given strings J representing the types of stones that are jewels, and S representing the stones you have. Each character in S is a type 阅读全文
posted @ 2019-03-30 19:21 sxuer 阅读(131) 评论(0) 推荐(0) 编辑