Coder Social home page Coder Social logo

zofuthan / algorithm-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jieli4970/algorithm

0.0 1.0 0.0 175 KB

:pencil2: Useful Algorithm Implementation

Home Page: https://github.com/CyC2018/Interview-Notebook/blob/master/notes/%E7%AE%97%E6%B3%95.md

Java 100.00%

algorithm-2's Introduction

Algorithm

About

基于《算法 第四版》和《数据结构与算法分析 Java 语言描述》进行实现,包含 JUnit 测试代码。

Document

算法

Catalogue

| Caching
| ---- LRU                           // LRU 缓存淘汰算法
| Graph
| ---- KruskalMST                    // Kruskal 最小生成树
| ---- PrimMST                       // Prim 最小生成树
| MultiThreading
| ---- AlternatePrint                // 多线程交替打印
| Other
| ---- Hanoi                         // 汉诺塔
| ---- Huffman                       // 哈夫曼编码
| Queue                              // 队列
| Searching
| ---- OrderedST
| -------- BinarySearchOrderedST     // 二分查找实现的有序符号表
| -------- BST                       // 二叉查找树
| -------- RedBlackBST               // 红黑二叉查找树
| ---- Other
| -------- SparseVector              // 稀疏矩阵
| -------- Transaction               // 交易类,用于演示散列函数的实现
| ---- UnorderedST
| -------- LinearProbingHashST       // 线性探测法实现的哈希表
| -------- ListUnorderedST           // 链表实现的无序符号表
| Sorting
| ---- Bubble                        // 冒泡排序
| ---- DownUpMergeSort               // 自底向上归并排序
| ---- Heap                          // 堆
| ---- HeapSort                      // 堆排序
| ---- Insertion                     // 插入排序
| ---- QuickSort                     // 快速排序
| ---- Selection                     // 选择排序
| ---- Shell                         // 希尔排序
| ---- ThreeWayQuickSort             // 三路归并快速排序
| ---- Up2DownMergeSort              // 自顶向上归并排序
| Stack
| ---- ArrayStack                    // 数组实现可动态扩容的栈
| ---- ListStack                     // 链表实现的栈
| ThreeSum
| ---- BinarySearch                  // 二分查找
| ---- RatioTest                     // 倍率实验
| ---- StopWatch                     // 计时器
| ---- ThreeSumBinarySearch          // 改进的 ThreeSum
| ---- ThreeSumSlow                  // 未改进的 ThreeSum
| Union-Find
| ---- QuickFindUF                   // 快速查找并查集
| ---- QuickUnionUF                  // 快速合并并查集
| ---- WeightedQuickUnionUF          // 加权快速合并并查集


Created my free logo at LogoMakr.com @logomakr

algorithm-2's People

Contributors

cyc2018 avatar justorez avatar

Watchers

 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.