08 2020 档案

摘要:A solution for leetcode 407 and a concise explanation. 阅读全文
posted @ 2020-08-31 19:37 shepherd_gai 阅读(339) 评论(0) 推荐(0)
摘要:Heap for solving leetcode 295, Find Median from Data Stream 阅读全文
posted @ 2020-08-28 21:01 shepherd_gai 阅读(380) 评论(0) 推荐(0)
摘要:A recursive and an iterative implementaion of merge sort to solve leetcode 148 阅读全文
posted @ 2020-08-27 21:33 shepherd_gai 阅读(195) 评论(0) 推荐(0)
摘要:A collection of classic programming questions to tackle the interview 阅读全文
posted @ 2020-08-27 19:02 shepherd_gai 阅读(211) 评论(0) 推荐(0)
摘要:A detailed explanation and mathematical proof of the method metioned 阅读全文
posted @ 2020-08-26 19:55 shepherd_gai 阅读(189) 评论(0) 推荐(0)
摘要:A detailed explanation of leetcode 84, applying a monotonically increasing stack to tackle the problem 阅读全文
posted @ 2020-08-26 12:57 shepherd_gai 阅读(619) 评论(0) 推荐(0)
摘要:A solution to leetcode 946 阅读全文
posted @ 2020-08-23 20:31 shepherd_gai 阅读(181) 评论(0) 推荐(0)
摘要:Given an array of non-positive integers, for each element, find the nearest greater integer on its right 阅读全文
posted @ 2020-08-22 21:16 shepherd_gai 阅读(66) 评论(0) 推荐(0)
摘要:The article aims to provide an approach which is a combination of RPN and stack to solve Leetcode 224 阅读全文
posted @ 2020-08-22 20:16 shepherd_gai 阅读(176) 评论(0) 推荐(0)