摘要:
并发队列ConcurrentLinkedQueue和阻塞队列LinkedBlockingQueue用法 在Java多线程应用中,队列的使用率很高,多数生产消费模型的首选数据结构就是队列(先进先出)。Java提供的线程安全的Queue可以分为阻塞队列和非阻塞队列,其中阻塞队列的典型例子是Blockin 阅读全文
摘要:
LeetCode题解: LRU Cache 缓存设计 2014年12月10日 08:54:16 邴越 阅读数 1101更多 分类专栏: LeetCode LeetCode题解: LRU Cache 缓存设计 2014年12月10日 08:54:16 邴越 阅读数 1101更多 分类专栏: LeetC 阅读全文
摘要:
Java数据结构之LinkedList、ArrayList的效率分析 前言: 在我们平常开发中难免会用到List集合来存储数据,一般都会选择ArrayList和LinkedList,以前只是大致知道ArrayList查询效率高LinkedList插入删除效率高,今天来实测一下。 先了解一下List 阅读全文
摘要:
最近学习了JDK SPI JDK SPI是什么 最近工作中听几个同事说了好几次SPI这个名词,虽然和我没关系,但是心里默默想还是学习一下,不然下次和我说到SPI,连是什么都不知道那就尴尬了。 所以SPI是什么呢?SPI全称Service Provider Interface,在Java中还是一个比较 阅读全文
摘要:
Median of Two Sorted Arrays Regular Expression Matching Merge k Sorted Lists Reverse Nodes in k-Group Substring with Concatenation of All Words Longes 阅读全文
摘要:
Add Two Numbers Longest Substring Without Repeating Characters Longest Palindromic Substring ZigZag Conversion String to Integer (atoi) Container With 阅读全文
摘要:
Two Sum Reverse Integer Palindrome Number Roman to Integer Longest Common Prefix Valid Parentheses Merge Two Sorted Lists Remove Duplicates from Sorte 阅读全文
摘要:
寻找两个有序数组的中位数 正则表达式匹配 合并K个排序链表 K 个一组翻转链表 串联所有单词的子串 最长有效括号 解数独 缺失的第一个正数 接雨水 通配符匹配 跳跃游戏 II N皇后 N皇后 II 插入区间 有效数字 文本左右对齐 编辑距离 最小覆盖子串 柱状图中最大的矩形 最大矩形 扰乱字符串 交 阅读全文
摘要:
Two Sum Add Two Numbers Longest Substring Without Repeating Characters Median of Two Sorted Arrays Longest Palindromic Substring Regular Expression Ma 阅读全文
摘要:
Two Sum Add Two Numbers Longest Substring Without Repeating Characters Median of Two Sorted Arrays Longest Palindromic Substring Regular Expression Ma 阅读全文