2023年4月10日

摘要: 补 1.视野总和 739.每日温度 package monotoneStack; import org.junit.Test; import java.util.Stack; /** * @description: * @author: weitao_wang * @date: 2023/4/20 阅读全文

posted @ 2023-04-10 17:27 Nonur 阅读(8) 评论(0) 推荐(0) 编辑

摘要: https://blog.csdn.net/abaidaye/article/details/123446380 延伸: **TopK问题** https://blog.csdn.net/m0_38089031/article/details/108111231 阅读全文

posted @ 2023-04-10 16:43 Nonur 阅读(2) 评论(0) 推荐(0) 编辑

摘要: 一般解法,面试必踢 class MedianFinder { /** initialize your data structure here. */ List<Integer> list; public MedianFinder() { list = new ArrayList<>(); } pub 阅读全文

posted @ 2023-04-10 16:24 Nonur 阅读(12) 评论(0) 推荐(0) 编辑