Skip to content

whosly/algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

目录

algorithm 基础算法

  • algorithm.tree
    • BstChangeToLink: 输入一棵二元查找树,将该二元查找树转换成一个排序的双向链表。
  • algorithm.lru
    • LRUCache: 基于JavaLinkedHashMap实现的 LRU 算法
  • algorithm.consistentHashing
    • ConsistentHash: 一致性Hash算法
  • algorithm.cap
  • algorithm.subset 给一个set打印出所有子集

jdk jdk 知识

  • jdk.autoboxing
    自动装箱拆箱
  • jdk.longaccumulator 计数器
  • jdk.threadlocal
    • DateFormatService: 如何线程安全的使用 SimpleDateFormat
  • jdk.volatilex
    • VolatileArrays: volatile 例子
  • jdk.collection.union
    • JDK: javaAPI 方式 取得集合的交并集 (或者apache的API)

largedata 大数据相关算法

目录见 largedata.list.md

leetcode leetcode 练习题

  • leetcode.daoyou 导游 算法题
  • leetcode.

About

算法学习和练习

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published