GithubHelp home page GithubHelp logo

aha-algorithm's Introduction

Build Status codecov FOSSA Status

aha-algorithm

Aha, algorithm by go. See Chinese README.md

Table

String Matching

  • BF
  • KMP [M] [I]
  • Wu-Manber(WM) Algorithm
  • Shift-And Algorithm

Sort Algorithm

Advanced Structure

  • (Double Linked List)(src/list/double-linked-list.go)
  • Disjoint Set (Union Find Set)
  • Heap
  • Treap (TODO)
  • SkipList
  • RB-Tree (TODO)
  • Trie
  • DAT (Double Array Tire) (TODO)
  • B-Tree (TODO)
  • B+Tree (TODO)
  • B*Tree (TODO)
  • R Tree (TODO)
  • Segment Tree (TODO)
  • Ternary Search Tree (TODO)
  • FST (TODO)
  • B* (Branch Star) (TODO)
  • ...

Geo

  • GeoHash (TODO)
  • Mercator (TODO)
  • ...

Probabilistic Data Structure

  • HyperLogLog (TODO)
  • Bloom Filter (TODO)
  • Count-Min Sketch (TODO)
  • ...

Cache

  • LRU cache
  • LRU with timestamp (TODO)
  • LFU (TODO)
  • W-TintyLFU (TODO)
  • ...

Election Algorithm

Funny Problem

[E] means EASY, [M] means MEDIUM, [H] means HARD, [I] means INTERVIEW


Bits Operation


Array


List


Stack


Queue


Dynamic Programming


Greedy


Knapsack problem


Tree


Graph


Backtrace

Disjoint Set (Union Find Set)

Math

License

FOSSA Status

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.