Git Product home page Git Product logo

simplealgorithm's Introduction

欢迎访问我的博客
算法系列(一)基本概念
算法系列(二)查找算法--基本查找和二分查找
算法系列(三)排序算法上篇--冒泡排序插入排序和选择排序
算法系列(四)排序算法中篇--归并排序和快速排序
算法系列(五)排序算法下篇--如何超越排序算法下界
算法系列(六)数据结构之表队列和栈
算法系列(七)数据结构之树的基本结构和二叉树的遍历
算法系列(八)数据结构之二叉查找树
算法系列(九)平衡二叉查找树AVL树
算法系列(十)堆实现优先队列
算法系列(十一)BASE64算法实现和使用说明
算法系列(十二)散列
算法系列(十三)图论基本概念和拓扑排序

simplealgorithm

##com.algorithm.math PrimeNumber 素数打表,快速判断一个数是不是素数

##com.algorithm.thread TestAsynTreadXunlei 开启3个线程,这3个线程的ID分别为A、B、C,每个线程将自己的ID在屏幕上打印10遍,要求输出结果必须按ABC的顺序显示;如:ABCABC….依次递推。

##com.algorithm.bean Person 实现Comparable接口的一个类

##com.algorithm.cache Icache 缓存接口
BaseCache 缓存基类
FIFOCache FIFO缓存算法实现
LRUCache LRU缓存算法实现
LFUCache LFU缓存算法实现
CacheTest 缓存测试类

##com.algorithm.digest DigestUtil 快速计算文件MD5信息,通用获取MD 5文件信息的封装
DigestMain MD5测试类

##com.algorithm.list MyArrayList 数组线性表的实现
MyLinkedList 链表的实现
Permutation 简单的组合算法
ArrayStack 栈的数组实现
LinkedStack 栈的链表实现
LinkedQueue 队列的链表实现
CircularArrayQueue 队列的循环数组实现

##com.algorithm.tree BinarySearch 二分查找的递归实现和非递归实现方式
FindAllFile 查找某一目录下的所有文件 TreeNode 基本树结构 BinaryTree二叉树实现和二叉树的遍历 BinarySeachTree 二叉查找树BST AVLTree AVL平衡二叉树 BinarySearchTreeTest 二叉查找树测试 Heap 堆

##com.algorithm.sort JavaSort Java Collections.sort的两种排序方式
Bubblesort 冒泡排序
SelectionSort 选择排序
InsertionSort 插入排序
MergeSort 归并排序
QuickSort 快速排序
CountSort 计数排序

##com.algorithm.graphics UnionFind 并查集算法
TopSortGraph 拓扑排序 Graph 邻接表

##com.algorithm.encode Base64 BASE64编码

##com.algorithm.hash HashFunction 散列函数
SeparateChainHashTable 分离链接法解决冲突

关注我的微信公众号,获取更多技术分享,扫一扫下方二维码或搜索微信号le_coding即可关注 我的微信公众号

simplealgorithm's People

Contributors

cs-robert avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.