Leetcode
文章平均质量分 79
aliengod
毕业于美国哥伦比亚大学,曾在美国Google工作。现就职于上海eBay。
展开
-
Some problems about Topological Sort
Topological sort is an basic topic in graph theory, which is the foundation for many other problems like calculating strongly connected components (SCC). This article will discuss a couple of problems related to topological sort and its application. I will原创 2020-06-26 22:36:23 · 159 阅读 · 0 评论 -
Problems about removing some characters in a string to make it lexicographically smallest
Problems about removing some characters in a string to make it lexicographically smallest There are a bunch of problems in Leetcode about removing some characters / digits in a string to make it lexicographically smallest. Here i will have a discussion abo原创 2020-06-25 21:59:41 · 195 阅读 · 0 评论