Git Product home page Git Product logo

algorytmy's Introduction

Algorytmy

Opisy algorytmów po polsku.

Dlaczego? Bo na pierwszej stronie wyszukiwarki nie mogę znaleźć nic satysfakcjonującego. Jak będzie mi się nudzić to dodam implementacje.

No dobra znalazłem to na wikipedii https://pl.wikipedia.org/wiki/Kategoria:Algorytmy

Index:

  • podstawowe struktury danych
    • stack
    • queue
    • linked list
  • wyszukiwanie
    • binary search
    • meet in the middle algorithm
  • sortowanie
    • quick sort
    • merge sort
    • heap sort
    • counting sort
    • topological sorting
    • radix sort
    • bucket sort
  • tekst
    • suffix array
    • KMP (Knuth-Morris-Pratt)
    • Rabin-Karp
    • suffix automaton
    • Aho-Corasick
    • Manacher’s Algorithm
    • Edit/Levenshtein distance
  • grafy
    • dfs
    • bfs
    • Dijkstra's
    • Floyd-warshall
    • MST (minumium spanning tree)
    • strongly connected components
    • Bellman Ford
    • Maximum Bipartite Matching
    • detecting cycles in graph
    • eulerian path
    • hamiltonian path
    • graph coloring
    • Johnsons's algorithm
    • maximal matching in a general graph
  • rekursja
    • hanoi tower
  • drzewa
    • BST (binary search tree)
    • Treap
    • Trie
    • binary indexed tree
    • segment tree
    • suffix tree
    • heavy-ligth decomposition
    • interval tree
    • K-d tree
    • Link-Cut tree
  • liczby
    • modular multiplicative inverse
    • lowest common ancestor
    • logarithmic exponentation
    • efficient prime factorization
    • sieve of Eratothenes
    • Miller-Rabin primality test
    • gaussian elimination
    • Pollard Rho integer factorization
    • arbitrary precision integer (BigInt)
    • sqrt decomposition
    • Mo's algorithm
    • Euler's totient function
    • Burnside Lemma
  • kombinatoryka
    • TODO
  • prawdopodobieństwo
    • TODO
  • przepływ sieci
    • TODO
  • teoria gier
    • TODO
  • zbiory
    • union find / disjoint set
    • inclusion and exlusion principle
  • vectory / tablice
    • counting inversions
  • geometria
    • convex hull / otoczka wypukła
    • line intersection
    • sweep line algorithm
    • coordinate compression
  • dynamic programming
    • TODO
    • knapsack problem
  • backtracking
    • TODO
  • inne
    • sparse table
    • heap / priority queue
    • deque (double ended queue)
    • quick select
    • stable marriage problem
    • hungarian algorithm
    • LCP (longest common prefix ?)
    • branch and bound

Na podstawie:

algorytmy's People

Contributors

damaon avatar

Stargazers

 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.