awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ayrat555 avatar

ayrat555/clope

0
View on GitHub↗
22 Stars·2 Forks·Elixir·2 Aufrufe

Clope

Elixir implementation of CLOPE: A Fast and Effective Clustering Algorithm for Transactional Data

Features

  • Algorithms and Data Structures - Clustering algorithm for transactional data.

Star-Verlauf

Star-Verlauf für ayrat555/clopeStar-Verlauf für ayrat555/clope

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Clope

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Clope.
  • 0xax/go-algorithmsAvatar von 0xAX

    0xAX/go-algorithms

    1,949Auf GitHub ansehen↗

    This library provides a comprehensive collection of fundamental computer science primitives implemented in Go. It serves as a resource for both educational purposes and production applications, offering standard tools for organizing, searching, and sorting data. The implementation leverages language-level type parameters to ensure type safety while maintaining flexibility across different data types. It utilizes interface-driven polymorphism and pointer-based memory management to define common behaviors and handle complex structures. To optimize performance, the library employs in-place data

    Goalgorithmdata-structuresgo
    Auf GitHub ansehen↗1,949
  • aalhour/c-sharp-algorithmsAvatar von aalhour

    aalhour/c-sharp-algorithms

    6,159Auf GitHub ansehen↗

    This project is a C# algorithms library and collection of data structures. It serves as a computer science reference providing practical implementations of classic sorting, searching, and graph traversal patterns. The library includes a dedicated string processing toolkit for analyzing text similarity, computing edit distances, and managing prefix-based searches. It also features a graph theory implementation for modeling network relationships and calculating shortest paths. The codebase covers a broad range of capabilities, including the management of linear and hierarchical collections, tr

    C#
    Auf GitHub ansehen↗6,159
  • abvdasker/crystal-linked-listAvatar von abvdasker

    abvdasker/crystal-linked-list

    12Auf GitHub ansehen↗

    Simple linked list implementation in Crystal

    Crystal
    Auf GitHub ansehen↗12
  • a115/exmatrixAvatar von a115

    a115/exmatrix

    58Auf GitHub ansehen↗

    Elixir library implementing a parallel matrix multiplication algorithm and other utilities for working with matrices. Used for benchmarking computationally intensive concurrent code.

    Elixir
    Auf GitHub ansehen↗58
Alle 30 Alternativen zu Clope anzeigen→

Häufig gestellte Fragen

Was macht ayrat555/clope?

Elixir implementation of CLOPE: A Fast and Effective Clustering Algorithm for Transactional Data

Was sind die Hauptfunktionen von ayrat555/clope?

Die Hauptfunktionen von ayrat555/clope sind: Algorithms and Data Structures.

Welche Open-Source-Alternativen gibt es zu ayrat555/clope?

Open-Source-Alternativen zu ayrat555/clope sind unter anderem: 0xax/go-algorithms — This library provides a comprehensive collection of fundamental computer science primitives implemented in Go. It… aalhour/c-sharp-algorithms — This project is a C# algorithms library and collection of data structures. It serves as a computer science reference… akade/akade.indexedset — A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy… aggelgian/erlang-algorithms — Implementations of popular data structures and algorithms. abvdasker/crystal-linked-list — Simple linked list implementation in Crystal. a115/exmatrix — Elixir library implementing a parallel matrix multiplication algorithm and other utilities for working with matrices.…