stultus library

愚者图书馆


  • Home

  • About

  • Archives

leetcode template

Posted on 2020-01-28 |
Here is the collection of best practices of common algorithm pattern I have seen on leetcode. LinkedListFast and Slow PointersJava12345678910/*If ther ...
Read more »

leetcode 160 intersection of two linked lists

Posted on 2020-01-28 |
DescriptionEasy 2819304Add to ListShare Write a program to find the node at which the intersection of two singly linked lists begins. For example, the ...
Read more »

leetcode_leet_linkedList

Posted on 2020-01-19 |
题号 题目链接 讲解链接 基础 206 Reverse Linked List 视频讲解 Done 141 Linked List Cycle 视频讲解 Done 24 Swap Nodes in Pairs 视频讲解 Done 328 Odd Even Li ...
Read more »

AWS Free Tier Limit Alert

Posted on 2020-01-19 |
TL;DR: Your account status of different region is independent, therefore if you received the free tier limit alert and you thought you should only ha ...
Read more »

interestingLeetcodeProblems

Posted on 2020-01-07 |
437 Path Sum IIIYou are given a binary tree in which each node contains an integer value. Find the number of paths that sum to a given value. The path ...
Read more »

leetcodeLeetDP

Posted on 2019-12-24 |
List 题号 题目链接 讲解链接 说明 一维 70 Climbing Stairs 视频讲解 Done 62 Unique Paths 视频讲解 Done 63 Unique Paths II 视频讲解 Done 120 Triangle 视频讲解 很少考 ...
Read more »

leetcode 274 H-index

Posted on 2019-12-15 |
274 ,275 H-IndexDescription H-Index Medium 484810FavoriteShare Given an array of citations (each citation is a non-negative integer) of a researcher, ...
Read more »

leetcode 41 First Missing Positive

Posted on 2019-11-24 |
DescriptionGiven an unsorted integer array, find the smallest missing positive integer. Example 1: 12Input: [1,2,0]Output: 3 Example 2: 12Input: [3,4, ...
Read more »

leetcodeList-array

Posted on 2019-11-24 |
List 基础 27 Remove Element 视频讲解 Done 26 Remove Duplicates from Sorted Array 视频讲解 Done 80 Remove Duplicates from Sorted Array II ...
Read more »

max queue implementation

Posted on 2019-10-22 |
IntroductionRecently I am viewing some interview questions in my spare time and found a very interesting interview question: implement a queue with a ...
Read more »
1234
duskcloudxu

duskcloudxu

38 posts
48 tags
GitHub E-Mail
© 2020 duskcloudxu
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4