logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【LeetCode】11. Container With Most Water 盛最多水的容器

【LeetCode】11. Container With Most Water 解题报告(Python)作者:负雪明烛id:fuxuemingzhu个人博客:http://fuxuemingzhu.cn/题目地址:https://leetcode.com/problems/container-with-most-water/description/题目描述:Given...

#容器#leetcode#算法
【LeetCode】34. Find First and Last Position of Element in Sorted Array 解题报告(Python & C++)

作者: 负雪明烛id:fuxuemingzhu个人博客:http://fuxuemingzhu.cn/目录题目描述题目大意解题方法二分查找参考资料日期题目地址:https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/description/题目描述Given an ...

豆瓣评分 9.7 的神书:《数据密集型应用系统设计》

豆瓣评分高达 9.7 分!《数据密集型应用系统设计》 (大名鼎鼎的DDIA)。数据库,mysql,redis,kafka,分布式,大数据,Json,ProtoBuffer, Thrift 原理的书籍。面试、工作都必看的一本分布式系统好书。本文分享了阅读体会、学习资料

文章图片
#数据库#mysql#redis +1
【分类整理】面试最常考的 100 道 LeetCode 算法题

100道面试常考的力扣算法题,经过众多面试者投票选出来的,快来领取!

文章图片
#算法#面试#leetcode
【LeetCode】268. Missing Number 解题报告(Java & Python)

【LeetCode】Missing Number 解题报告标签(空格分隔): LeetCode题目地址:https://leetcode.com/problems/missing-number/#/description题目描述:Given an array containing n distinct numbers taken from 0, 1, 2, …, n, find the one t

【LeetCode】482. License Key Formatting 解题报告(Python)

【LeetCode】482. License Key Formatting 解题报告标签(空格分隔): LeetCode题目地址:https://leetcode.com/problems/license-key-formatting/description/题目描述:You are given a license key represented as a string S

【剑指Offer】连续子数组的最大和 解题报告(Python)

【剑指Offer】连续子数组的最大和 解题报告(Python)标签(空格分隔): 剑指Offer题目地址:https://www.nowcoder.com/ta/coding-interviews题目描述:HZ偶尔会拿些专业问题来忽悠那些非计算机专业的同学。今天测试组开完会后,他又发话了:在古老的一维模式识别中,常常需要计算连续子向量的最大和,当向量全为正数的时候,问题很好解决...

到底了