摘要:
You are given an array coordinates, coordinates[i] = [x, y], where [x, y] represents the coordinate of a point. Check if these points make a straight 阅读全文
posted @ 2020-05-09 09:32
CNoodle
阅读(316)
评论(0)
推荐(0)
摘要:
Given an input string s and a pattern p, implement regular expression matching with support for '.' and '*' where: '.' Matches any single character. ' 阅读全文
posted @ 2020-05-09 08:10
CNoodle
阅读(428)
评论(0)
推荐(0)
摘要:
There are n servers numbered from 0 to n-1 connected by undirected server-to-server connections forming a network where connections[i] = [a, b] repres 阅读全文
posted @ 2020-05-09 05:54
CNoodle
阅读(334)
评论(0)
推荐(0)