摘要:
Given a C++ program, remove comments from it. The program source is an array where source[i] is the i-th line of the source code. This represents the 阅读全文
posted @ 2020-11-04 05:49
CNoodle
阅读(224)
评论(0)
推荐(0)
摘要:
这三道题差别不是非常大所以可以放在一起练习。 243. Shortest Word Distance Given a list of words and two words word1 and word2, return the shortest distance between these two 阅读全文
posted @ 2020-11-04 03:40
CNoodle
阅读(308)
评论(0)
推荐(0)
摘要:
Given a set of points in the xy-plane, determine the minimum area of a rectangle formed from these points, with sides parallel to the x and y axes. If 阅读全文
posted @ 2020-11-04 02:01
CNoodle
阅读(180)
评论(0)
推荐(0)