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

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

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

8 个仓库

Awesome GitHub RepositoriesSorted Array Merging

Techniques for combining multiple pre-sorted arrays into a single sorted output.

Distinct from Merge Sorts: Distinct from Merge Sorts as it handles pre-sorted arrays rather than the recursive division and sorting process.

Explore 8 awesome GitHub repositories matching software engineering & architecture · Sorted Array Merging. Refine with filters or upvote what's useful.

Awesome Sorted Array Merging GitHub Repositories

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

    azl397985856/leetcode

    55,758在 GitHub 上查看↗

    This project is a curated educational resource and solution repository for algorithmic challenges, specifically focused on LeetCode problems. It serves as a technical reference for common data structures and algorithmic patterns, providing verified code implementations across multiple programming languages alongside detailed logic and complexity analysis. The repository functions as a comprehensive study guide for competitive programming and technical interview preparation. It includes specialized learning tools such as an Anki flashcard dataset for spaced repetition and a browser extension t

    The project combines two sorted integer arrays into one sorted array using an in-place pointer strategy.

    JavaScriptalgoalgorithmalgorithms
    在 GitHub 上查看↗55,758
  • blankj/awesome-java-leetcodeBlankj 的头像

    Blankj/awesome-java-leetcode

    8,698在 GitHub 上查看↗

    This project is a reference library of Java implementations for algorithmic coding challenges and data structure patterns. It serves as a study guide for technical interview preparation, providing a curated collection of LeetCode solutions organized by difficulty and algorithmic technique. The collection includes a mapping system that associates specific algorithm problems with the companies that frequently use them in technical interviews. The repository covers a wide range of capability areas, including tree algorithms for hierarchy construction and verification, string processing for sequ

    Implements algorithms for combining two sorted integer arrays into a single sorted output.

    Javaalgorithmalgorithmsdatastructure
    在 GitHub 上查看↗8,698
  • crazyguitar/pysheeetcrazyguitar 的头像

    crazyguitar/pysheeet

    8,150在 GitHub 上查看↗

    pysheeet 是一个技术参考库,提供了一系列精选的代码片段和实现模式,用于高级 Python 开发、系统集成和高性能计算。它充当实现底层网络编程、原生 C 扩展以及异步和并发编程的综合指南。 该项目为大语言模型的开发和部署提供了专门的框架,包括用于分布式 GPU 推理和高性能服务的工具。它还包括用于高性能计算集群编排的详细模式,涵盖 GPU 资源分配和多节点工作负载管理。 该库涵盖了广泛的功能,包括安全网络通信和加密、对象关系映射和数据库管理,以及复杂数据结构和算法的实现。它还提供用于内存管理、通过外部函数接口(FFI)进行原生互操作以及系统级 OS 集成的实用程序。

    Provides implementation patterns for combining multiple pre-sorted arrays into a single sorted output.

    Python
    在 GitHub 上查看↗8,150
  • kevin-wayne/algs4kevin-wayne 的头像

    kevin-wayne/algs4

    7,519在 GitHub 上查看↗

    algs4 is a Java data structures library and algorithm reference collection designed as the source code for a standard computer science textbook curriculum. It provides a comprehensive suite of fundamental implementations for sorting, searching, and core data organization. The project serves as a graph theory framework, offering tools for representing directed and undirected graphs and performing complex traversals and pathfinding. It also includes a broad sorting algorithm suite and a specialized library of Java data structures, including stacks, queues, priority queues, and symbol tables. I

    Provides a mechanism to merge multiple sorted input streams into a single sorted output using a priority queue.

    Java
    在 GitHub 上查看↗7,519
  • sharingsource/logicstack-leetcodeSharingSource 的头像

    SharingSource/LogicStack-LeetCode

    7,495在 GitHub 上查看↗

    LogicStack-LeetCode is a curated repository of solved algorithm problems and data structure implementations, primarily drawn from the LeetCode platform. Its core identity is a structured collection of solutions designed to support technical interview preparation and competitive programming practice, with each solution accompanied by complexity analyses to help engineers understand performance trade-offs. The repository distinguishes itself through its breadth of coverage across fundamental algorithmic patterns and data structures. It includes implementations for array manipulation, string pro

    Implements algorithms for combining multiple pre-sorted arrays into a single sorted output.

    algorithminterview-practiceinterview-questions
    在 GitHub 上查看↗7,495
  • nvidia/isaac-gr00tNVIDIA 的头像

    NVIDIA/Isaac-GR00T

    6,222在 GitHub 上查看↗

    Sorts arrays on the GPU using parallel algorithms for significant performance gains.

    Jupyter Notebook
    在 GitHub 上查看↗6,222
  • chanda-abdul/several-coding-patterns-for-solving-data-structures-and-algorithms-problems-during-interviewsChanda-Abdul 的头像

    Chanda-Abdul/Several-Coding-Patterns-for-Solving-Data-Structures-and-Algorithms-Problems-during-Interviews

    4,129在 GitHub 上查看↗

    This repository is a curated guide and implementation library of coding patterns used to solve data structures and algorithms problems. It serves as a technical interview study resource, providing a comprehensive set of strategies and computational logic examples for optimizing time and space complexity. The project focuses on standardized algorithmic patterns, including sliding windows, two pointers, and dynamic programming. It features specific implementations for a wide range of challenges, such as LeetCode problem solutions and specialized techniques like cyclic sort and bitwise XOR opera

    Implements techniques for combining multiple pre-sorted arrays into a single sorted output using a min-heap.

    algorithmscoding-interviewsdata-structures
    在 GitHub 上查看↗4,129
  • hoanhan101/algohoanhan101 的头像

    hoanhan101/algo

    3,678在 GitHub 上查看↗

    This project is a Go algorithm implementation library and a reference for data structures. It serves as a collection of solved coding interview problems and an algorithmic pattern collection, providing a reference of over 100 common challenges implemented in Go. The library focuses on specific problem-solving strategies, including sliding windows, two pointers, and dynamic programming. It provides coded examples of standard sorting, searching, and graph traversal techniques to facilitate the study of algorithmic patterns. The repository covers a broad range of capabilities, including array a

    Combines two pre-sorted integer arrays into a single sorted array using a two-pointer approach.

    Go
    在 GitHub 上查看↗3,678
  1. Home
  2. Software Engineering & Architecture
  3. Sorting Algorithms
  4. Sorted Array Merging

探索子标签

  • Composite Ordering RulesMerging multiple comparison rules into a single composite ordering for sorting. **Distinct from Sorted Array Merging:** Focuses on combining multiple rules into one, rather than merging two already-sorted arrays.
  • GPU-Accelerated SortersSorts arrays on the GPU using parallel algorithms, achieving 5x to 100x faster performance than CPU-based sorting. **Distinct from Sorted Array Merging:** Distinct from Sorted Array Merging: focuses on GPU-accelerated sorting, not merging pre-sorted arrays.
  • Symmetric Sorted GenerationAlgorithms that produce sorted outputs from inputs with opposing signs (like squares of negative and positive numbers). **Distinct from Sorted Array Merging:** Specific to generating sorted squares, distinct from merging pre-sorted arrays.