原创 leetcode47. Permutations II

47. Permutations II Given a collection of numbers that might contain duplicates, return all possible unique permuta

原创 leetcode187. Repeated DNA Sequences

187. Repeated DNA Sequences All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for examp

原创 論文《Aspect Level Sentiment Classification with Deep Memory Network》總結

Aspect Level Sentiment Classification with Deep Memory Network 論文來源:Tang, D., Qin, B., & Liu, T. (2016). Aspect lev

原创 論文《Recurrent Convolutional Neural Networks for Text Classification》總結

《Recurrent Convolutional Neural Networks for Text Classification》 論文來源:Lai, S., Xu, L., Liu, K., & Zhao, J. (2015,

原创 Python Extended Slices eg[::-1]

Extended Slices >>> L = range(10) >>> L[::2] [0, 2, 4, 6, 8] Negative values also work to make a copy of the same l

原创 leetcode598. Range Addition II

598. Range Addition II Given an m * n matrix M initialized with all 0’s and several update operations. Operations a

原创 leetcode77. Combinations

77. Combinations Given two integers n and k, return all possible combinations of k numbers out of 1 … n. For exampl

原创 leetcode500. Keyboard Row

500. Keyboard Row Given a List of words, return the words that can be typed using letters of alphabet on only one r

原创 leetcode1. Two Sum

1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target

原创 leetcode617. Merge Two Binary Trees

617. Merge Two Binary Trees Given two binary trees and imagine that when you put one of them to cover the other, so

原创 leetcode537. Complex Number Multiplication

537. Complex Number Multiplication Given two strings representing two complex numbers. You need to return a string