首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
Richard2012
掘友等级
交易系统开发
|
投资银行
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
252
文章 252
沸点 0
赞
252
返回
|
搜索文章
最新
热门
Leetcode 题解 - Dynamic Programming 1D
题解 State: (n) State(n): how many unique BST to form with n nodes from [1, n], where i is the selecte
Leetcode 解题模版 - Search, Dynamic Programming
Search 当一个大问题是由多个子问题构成时,我们可以通过不断分解问题来最终构建我们想求的大问题,这个过程称为搜索(Search) 搜索空间(Search Space)可以用tree的形式表现出来,
Leetcode 题解 - Stack
Approach Initialize the stack, either in Stack or ArrayDeque Define the result structure, maybe in A
Leetcode 解题模版 - Stack
Stack 特性:LIFO (Last In First Out) 适用于需要记录之前的状态,必要的时候可以回到之前的状态,或者利用之前的值 不像array,不能用index访问,只能每次拿栈顶元素
Leetcode 解题模版 - HashMap
HashMap哈希表 HashMap 用Array+Linkedlist(chaining,另有openaddress的实现)实现的能在平均O(1)的时间内快速增删查的数据结构 表内存储的数据需要实现
Leetcode 解题模版 - Binary Search
适用场景 一种针对有序区间内的O(logN)的搜索方式,最常见用于已经排好序的Array 解题模版 三大模版: 1. 找一个准确值: <1> 循环条件: l <= r <2> 缩减搜索空间:
LeetCode Top Interview 150
Math Q****9. Palindrome Number Given an integer x, return trueif x is a palindrome, and false otherw
FIX Procotol
FIX 协议简介 FIX(Financial Information eXchange Protocol,金融信息交换协议)是由国际FIX协会组织提供的一个开放式协议,目的是推动国际贸易电子化进程,在
Java 低延迟: Trove (Part 1)
One advantage of Trove is that it avoids object creation, especially for primitives. For big hashtab
Best Time Buy and Sell Stock - LeetCode
Q****121. Best Time to Buy and Sell Stock You are given an array prices where prices[i] is the price
下一页
个人成就
文章被点赞
214
文章被阅读
57,235
掘力值
2,464
关注了
16
关注者
29
收藏集
5
关注标签
2
加入于
2020-09-19