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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
aggelgian avatar

aggelgian/erlang-algorithms

0
View on GitHub↗
160 stars·35 forks·Erlang·Apache-2.0·4 viewsaggelgian.github.com/erlang-algorithms↗

Erlang Algorithms

Implementations of popular data structures and algorithms

Features

  • Algorithms and Data Structures - Implementations of popular data structures and algorithms.

Star history

Star history chart for aggelgian/erlang-algorithmsStar history chart for aggelgian/erlang-algorithms

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Erlang Algorithms

Similar open-source projects, ranked by how many features they share with Erlang Algorithms.
  • 0xax/go-algorithms0xAX avatar

    0xAX/go-algorithms

    1,949View on GitHub↗

    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
    View on GitHub↗1,949
  • aalhour/c-sharp-algorithmsaalhour avatar

    aalhour/c-sharp-algorithms

    6,159View on GitHub↗

    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#
    View on GitHub↗6,159
  • abvdasker/crystal-linked-listabvdasker avatar

    abvdasker/crystal-linked-list

    12View on GitHub↗

    Simple linked list implementation in Crystal

    Crystal
    View on GitHub↗12
  • a115/exmatrixa115 avatar

    a115/exmatrix

    58View on GitHub↗

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

    Elixir
    View on GitHub↗58
See all 30 alternatives to Erlang Algorithms→

Frequently asked questions

What does aggelgian/erlang-algorithms do?

Implementations of popular data structures and algorithms

What are the main features of aggelgian/erlang-algorithms?

The main features of aggelgian/erlang-algorithms are: Algorithms and Data Structures.

What are some open-source alternatives to aggelgian/erlang-algorithms?

Open-source alternatives to aggelgian/erlang-algorithms include: 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… algorithm-visualizer/algorithm-visualizer — Algorithm Visualizer is a web-based platform designed to bridge the gap between abstract code and concrete behavior by… akade/akade.indexedset — A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy… 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.…