Posts
All the articles I've posted.
-
A new wave of mass migration has begun
·· 6 min readWhat does it mean for rich-world economies?
-
Finnish Alphabet
·· 6 min readFinnish (endonym: suomi [ˈsuo̯mi] or suomen kieli [ˈsuo̯meŋ ˈkie̯li]) is a Uralic language of the Finnic branch, spoken by the majority of the population in ...
-
English Learning
·· 1 min readAn essay about English learning in Chinese language.
-
LeetCode Biweekly Contest 101
·· 4 min readGiven two arrays of unique digits nums1 and nums2, return the smallest number that contains at least one digit from each array.
-
LeetCode Weekly Contest 338
·· 7 min readThere is a bag that consists of items, each item has a number 1, 0, or -1 written on it.
-
LeetCode Weekly Contest 337
·· 5 min readYou are given a positive integer n.
-
LeetCode Biweekly Contest 100
·· 5 min readYou are given an integer money denoting the amount of money (in dollars) that you have and another integer children denoting the number of children that you ...
-
Trie Tree
·· 2 min readA trie (derived from retrieval) is a multiway tree data structure used for storing strings over an alphabet. It is used to store a large amount of strings. T...
-
LeetCode Weekly Contest 336
·· 5 min readYou are given a 0-indexed array of string words and two integers left and right.
-
KMP Algorithm
·· 1 min readPattern searching is an important problem in computer science. When we do search for a string in a notepad/word file or browser or database, pattern-searchin...