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

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

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

5 个仓库

Awesome GitHub RepositoriesArray Tutorials

Educational content covering basic array operations and initialization.

Distinguishing note: Focuses on array data structure education.

Explore 5 awesome GitHub repositories matching education & learning resources · Array Tutorials. Refine with filters or upvote what's useful.

Awesome Array Tutorials GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • krahets/hello-algokrahets 的头像

    krahets/hello-algo

    127,271在 GitHub 上查看↗

    This project is an educational resource and reference library designed to teach fundamental data structures and algorithmic problem-solving. It provides a structured pedagogical framework that organizes complex technical concepts into a logical progression, helping learners understand how data is organized, stored, and processed to solve computational problems efficiently. The repository distinguishes itself through a multi-language codebase that maintains parallel, consistent implementations of core algorithms and data structures across various programming languages. It bridges the gap betwe

    Explains the initialization process for array-based data structures.

    Javaalgoalgorithmalgorithms
    在 GitHub 上查看↗127,271
  • ml-explore/mlxml-explore 的头像

    ml-explore/mlx

    27,047在 GitHub 上查看↗

    This project is a machine learning array framework and tensor computation library designed for high-performance numerical computing. It provides a comprehensive suite of tools for constructing and training neural networks, featuring an automatic differentiation engine that facilitates gradient-based optimization and complex mathematical modeling. The library distinguishes itself through a unified memory architecture that allows data to be shared across CPU and GPU devices without explicit copies, significantly reducing data movement overhead. Its execution model relies on a lazy evaluation en

    Provides utilities for initializing arrays with specific shapes, types, and constant values.

    C++mlx
    在 GitHub 上查看↗27,047
  • rougier/numpy-100rougier 的头像

    rougier/numpy-100

    13,812在 GitHub 上查看↗

    This project is a curated collection of programming exercises designed to build proficiency in numerical computing and data manipulation. It provides a structured learning path for mastering multidimensional array operations, vectorized arithmetic, and statistical analysis. The repository focuses on developing practical expertise in array-based workflows, emphasizing techniques such as memory management, efficient data processing, and the replacement of explicit loops with vectorized operations. Users engage with hands-on challenges that cover the full lifecycle of numerical data, from initia

    Creates arrays of specified shapes and types, including identity matrices and random values.

    Pythonbinderexercisesnotebook
    在 GitHub 上查看↗13,812
  • apachecn/interviewapachecn 的头像

    apachecn/Interview

    8,944在 GitHub 上查看↗

    This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It provides structured guides, roadmaps, and curricula focused on data structures, algorithms, system design, and frontend engineering to help candidates prepare for software engineering screenings. The repository distinguishes itself by offering a holistic approach to professional advancement. Beyond technical drills, it includes a career development handbook covering resume optimization, salary benchmarking, and strategic negotiation coaching. It also provides detailed methodologie

    Provides theoretical foundations and time complexity analysis for array data structures.

    Jupyter Notebookinterviewkaggleleetcode
    在 GitHub 上查看↗8,944
  • nvidia/warpNVIDIA 的头像

    NVIDIA/warp

    6,233在 GitHub 上查看↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Creates GPU arrays from Python lists, NumPy arrays, or constant values for kernel input preparation.

    Pythoncudadifferentiable-programminggpu
    在 GitHub 上查看↗6,233
  1. Home
  2. Education & Learning Resources
  3. Array Tutorials

探索子标签

  • Array Initialization2 个子标签Creates arrays filled with constants, identity matrices, or sequences. **Distinct from Array Tutorials:** Focuses on programmatic initialization, distinct from educational tutorials.