Hello and welcome
   All Categories
Leetcode-diary 3 Array & Binary Search Leetcode-diary 3 Array & Binary Search
Leetcode-diary 3 Array & Binary SearchBinary Search528. 按权重随机选择我先使用了 numpy 解决了这个问题,显然这一题需要使用二分查找。具体思路是将随机问题转化为一个在区间之
Leetcode-diary 剑指offer Leetcode-diary 剑指offer
leetcode-diary 剑指offer因为这个题库是大家强推的,所以先刷比较重要的才是更有效率的策略,之后再深入各个板块,leetcode 剑指offer 现在开始每天复习 offer,旨在能够遇到原题时快速写出最优的答案。会在题目之
Leetcode-diary 2 Leetcode-diary 2
leetcode-diary 2diary 1 & diary 2 的目的是了解多种题型,没有深入 DFS & BFS在进行刷题之前,有必要小小总结一下深度优先搜索(Depth First Search, DFS)和广度优先
Leetcode-diary 4 String Leetcode-diary 4 String
String对 string 类的题目进行深度学习,重点总结方法,过多的代码就不放出来了 556 Next Greater Element |||leetcode link 这一题的代码写的也是相当丑,题目中其实有两个要求,相当于是求最大中
Leetcode-diary 1 Leetcode-diary 1
Leetcode-diary 1diary 1 & diary 2 的目的是了解多种题型,没有深入 String14 Longest Common prefix最短写法,妙用 zip 函数 我的写法,使用两个循环 58 Length