摘要: Implement the class ProductOfNumbers that supports two methods: 1. add(int num) Adds the number num to the back of the current list of numbers. 2. get 阅读全文
posted @ 2020-12-28 17:10 CNoodle 阅读(254) 评论(0) 推荐(0)
摘要: You have a graph of n nodes labeled from 0 to n - 1. You are given an integer n and a list of edges where edges[i] = [ai, bi] indicates that there is 阅读全文
posted @ 2020-12-28 03:21 CNoodle 阅读(718) 评论(0) 推荐(0)