tryalgo Logo
1.3
  • Installation
  • Quick start
  • Content of the library
  • Gallery of examples
tryalgo
  • Docs »
  • Welcome to tryalgo’s documentation!

Welcome to tryalgo’s documentation!¶

This Python library implements various algorithms and data structures such as graph, string and computational geometry problems.

Proofs of correctness of these algorithms are available in the French language book: Programmation efficace : les 128 algorithmes qu’il faut avoir compris et codés en Python au cours de sa vie.

  • Installation
    • With PIP
    • From PyPI
  • Quick start
    • Coin change
    • Longest palindrome substring of a string
    • Pathfinding
  • Content of the library
    • Basic algorithms and data structures
    • Strings
    • Sequences and Arrays
    • Intervals
    • Graphs
    • Cycles
    • Shortest paths
    • Matching, flows and related
    • Trees
    • Sets
    • Geometry
    • Arithmetic
    • Backtracking
  • Gallery of examples
  • Module Index

  • Index

  • GitHub Project

Next

© Copyright 2016-2021, Christoph Dürr and Jill-Jênn Vie

Built with Sphinx using a theme provided by Read the Docs.