leetcode 88. Merge Sorted Array
Given two sorted integer arrays nums1 and nums2, merge …
leetcode 83. Remove Duplicates from Sorted List
Given a sorted linked list, delete all duplicates such …
leetcode 67. Add Binary
Given two binary strings, return their sum (also a bina…
leetcode 58. Length of Last Word
Given a string s consists of upper/lower-case alphabets…
leetcode 53. Maximum Subarray
Given an integer array nums, find the contiguous subarr…
leetcode 38. Count and Say
The count-and-say sequence is the sequence of integers …
leetcode 35. Search Insert Position(Easy)
Given a sorted array and a target value, return the ind…
leetcode 28. Implement strStr()
Implement strStr(). Return the index of the first occur…
leetcode 26. Remove Duplicates from Sorted Array
Given a sorted array nums, remove the duplicates in-pla…
leetcode 21. Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new li…
leetcode 20. Valid Parentheses
Given a string containing just the characters ‘(‘, ‘)’,…
leetcode 14. Longest Common Prefix
Write a function to find the longest common prefix stri…
Python tornado+apscheduler定时任务
好久没有更新了,工作忙网站都长草了,最近这两天搞一个调度任务,定时从HIVE抽数,使用tornado写个服务实…
mac Item2安装SZ和RZ问题
安装brew brew是Mac OS上的一个包管理工具,可以使用它来安装接下来要使用到的iTerm,wget等…
Alg Xgbfi特征重要性分析(xgboost扩展)
Xgbfi 用于训练好的xgboost模型分析对应特征的重要性,当然你也可以使用fmap来观察 What is…
tech 树莓派挂载gpt分区硬盘
在树莓派上已经搭建好了aria2,可以愉快的随时随地下载电影了,所以又把抽屉里面的1T移动硬盘拿出来接上树莓派…