awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to abvdasker/crystal-linked-list

Open-source alternatives to Crystal Linked List

30 open-source projects similar to abvdasker/crystal-linked-list, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Crystal Linked List alternative.

  • 0xax/go-algorithms0xAX 的头像

    0xAX/go-algorithms

    1,949在 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
    在 GitHub 上查看↗1,949
  • aalhour/c-sharp-algorithmsaalhour 的头像

    aalhour/c-sharp-algorithms

    6,159在 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#
    在 GitHub 上查看↗6,159
  • algorithm-visualizer/algorithm-visualizeralgorithm-visualizer 的头像

    algorithm-visualizer/algorithm-visualizer

    48,566在 GitHub 上查看↗

    Algorithm Visualizer is a web-based platform designed to bridge the gap between abstract code and concrete behavior by rendering logical operations into interactive animations. It functions as an educational environment where users can observe the step-by-step execution of computational logic, providing a visual browser for exploring how algorithms process data and change state in real time. The platform distinguishes itself through a custom instruction set that maps algorithmic operations to graphical primitives, ensuring consistent rendering across different programming languages. By utiliz

    JavaScriptalgorithmanimationdata-structure
    在 GitHub 上查看↗48,566

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • akade/akade.indexedsetakade 的头像

    akade/Akade.IndexedSet

    86在 GitHub 上查看↗

    A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy string matching.

    C#
    在 GitHub 上查看↗86
  • ayrat555/clopeayrat555 的头像

    ayrat555/clope

    22在 GitHub 上查看↗

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

    Elixir
    在 GitHub 上查看↗22
  • appcues/exconstructorappcues 的头像

    appcues/exconstructor

    293在 GitHub 上查看↗

    An Elixir library for generating struct constructors that handle external data with ease.

    Elixir
    在 GitHub 上查看↗293
  • asaaki/fnv.exasaaki 的头像

    asaaki/fnv.ex

    5在 GitHub 上查看↗

    Pure Elixir implementation of Fowler–Noll–Vo hash functions

    Elixir
    在 GitHub 上查看↗5
  • biaochenxuying/blogbiaochenxuying 的头像

    biaochenxuying/blog

    4,774在 GitHub 上查看↗

    This project is a frontend development blog and technical knowledge base. It serves as a software engineering reference and web development portfolio, providing a curated collection of articles and notes on front-end engineering, programming patterns, and computer science fundamentals. The site focuses on frontend engineering education and technical knowledge management. It covers software architecture patterns, web development workflows, and engineering interview preparation through the organization of technical guides and tutorials. The project's scope includes the documentation of browser

    HTMLalgorithmselement-uiexpress
    在 GitHub 上查看↗4,774
  • asonge/loomasonge 的头像

    asonge/loom

    228在 GitHub 上查看↗

    A CRDT library with δ-CRDT support.

    Elixir
    在 GitHub 上查看↗228
  • awetzel/exfsmawetzel 的头像

    awetzel/exfsm

    12在 GitHub 上查看↗

    Simple elixir library to define a static FSM.

    Elixir
    在 GitHub 上查看↗12
  • dmtrkovalenko/odiffdmtrKovalenko 的头像

    dmtrKovalenko/odiff

    3,057在 GitHub 上查看↗

    A very fast SIMD-first image comparison library (with nodejs API)

    Zig
    在 GitHub 上查看↗3,057
  • ayrat555/rockayrat555 的头像

    ayrat555/rock

    12在 GitHub 上查看↗

    Elixir implementation of ROCK: A Robust Clustering Algorithm for Categorical Attributes

    Elixir
    在 GitHub 上查看↗12
  • backtracking/combinebacktracking 的头像

    backtracking/combine

    37在 GitHub 上查看↗

    OCaml library for combinatorics

    OCaml
    在 GitHub 上查看↗37
  • backtracking/ocamlgraphbacktracking 的头像

    backtracking/ocamlgraph

    252在 GitHub 上查看↗

    OCaml graph library

    OCaml
    在 GitHub 上查看↗252
  • barretlee/daily-algorithmsB

    barretlee/daily-algorithms

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • arianvp/elixir-isaacarianvp 的头像

    arianvp/elixir-isaac

    4在 GitHub 上查看↗

    Isaac

    Elixir
    在 GitHub 上查看↗4
  • c910335/criec910335 的头像

    c910335/crie

    12在 GitHub 上查看↗

    Compile-time Trie in Crystal

    Crystal
    在 GitHub 上查看↗12
  • clever-algorithms/cleveralgorithmsclever-algorithms 的头像

    clever-algorithms/CleverAlgorithms

    2,114在 GitHub 上查看↗

    Clever Algorithms: Nature-Inspired Programming Recipes

    TeX
    在 GitHub 上查看↗2,114
  • crertel/graphmathcrertel 的头像

    crertel/graphmath

    89在 GitHub 上查看↗

    An Elixir library for performing 2D and 3D mathematics.

    Elixir
    在 GitHub 上查看↗89
  • dalmatinerdb/mmathdalmatinerdb 的头像

    dalmatinerdb/mmath

    4在 GitHub 上查看↗

    Metric stream related math functions.

    Erlang
    在 GitHub 上查看↗4
  • dashbitco/flowdashbitco 的头像

    dashbitco/flow

    1,612在 GitHub 上查看↗

    Computational parallel flows on top of GenStage

    Elixir
    在 GitHub 上查看↗1,612
  • dkendal/aruspexdkendal 的头像

    dkendal/aruspex

    41在 GitHub 上查看↗

    A configurable constraint solver

    Elixir
    在 GitHub 上查看↗41
  • aggelgian/erlang-algorithmsaggelgian 的头像

    aggelgian/erlang-algorithms

    160在 GitHub 上查看↗

    Implementations of popular data structures and algorithms

    Erlang
    在 GitHub 上查看↗160
  • duailibe/cuidduailibe 的头像

    duailibe/cuid

    55在 GitHub 上查看↗

    Collision-resistant ids, in Elixir

    Elixir
    在 GitHub 上查看↗55
  • edubkendo/supermemoedubkendo 的头像

    edubkendo/supermemo

    18在 GitHub 上查看↗

    An Elixir implementation of the Supermemo 2 algorithm

    Elixir
    在 GitHub 上查看↗18
  • expede/witchcraftexpede 的头像

    expede/witchcraft

    1,232在 GitHub 上查看↗

    Monads and other dark magic for Elixir

    Elixir
    在 GitHub 上查看↗1,232
  • geocrystal/haversinegeocrystal 的头像

    geocrystal/haversine

    19在 GitHub 上查看↗

    Crystal implementation of the Haversine formula to calculate distances between two points given their latitudes and longitudes

    Crystal
    在 GitHub 上查看↗19
  • gmcabrita/bloomexgmcabrita 的头像

    gmcabrita/bloomex

    111在 GitHub 上查看↗

    :hibiscus: A pure Elixir implementation of Scalable Bloom Filters

    Elixir
    在 GitHub 上查看↗111
  • gmcabrita/cuckoogmcabrita 的头像

    gmcabrita/cuckoo

    42在 GitHub 上查看↗

    :bird: Cuckoo Filters in Elixir

    Elixir
    在 GitHub 上查看↗42
  • a115/exmatrixa115 的头像

    a115/exmatrix

    58在 GitHub 上查看↗

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

    Elixir
    在 GitHub 上查看↗58