03 2023 档案

摘要:You are given an m x n binary matrix mat of 1's (representing soldiers) and 0's (representing civilians). The soldiers are positioned in front of the 阅读全文
posted @ 2023-03-27 10:40 Grandyang 阅读(231) 评论(0) 推荐(0) 编辑
摘要:You want to schedule a list of jobs in d days. Jobs are dependent (i.e To work on the ith job, you have to finish all the jobs j where 0 <= j < i). Yo 阅读全文
posted @ 2023-03-20 07:27 Grandyang 阅读(333) 评论(0) 推荐(0) 编辑
摘要:There are n cities numbered from 0 to n-1. Given the array edges where edges[i] = [fromi, toi, weighti] represents a bidirectional and weighted edge b 阅读全文
posted @ 2023-03-15 14:04 Grandyang 阅读(294) 评论(0) 推荐(0) 编辑

Fork me on GitHub