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

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

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

6 个仓库

Awesome GitHub RepositoriesGreedy Algorithm Solutions

Curated LeetCode solutions with complexity analyses for common greedy algorithm interview challenges.

Distinct from Algorithmic Problem Solving: Distinct from general Algorithmic Problem Solving: focuses specifically on greedy strategy patterns like interval scheduling and coin change.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Greedy Algorithm Solutions. Refine with filters or upvote what's useful.

Awesome Greedy Algorithm Solutions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Provides curated greedy algorithm solutions with complexity analyses for interview preparation.

    algorithminterview-practiceinterview-questions
    在 GitHub 上查看↗7,495
  • wisdompeak/leetcodewisdompeak 的头像

    wisdompeak/LeetCode

    6,186在 GitHub 上查看↗

    该项目是一个精选的算法实现和已解决编程问题的库。它作为竞赛编程和数据结构实现的参考仓库,为广泛的编码挑战提供优化的解决方案。 该合集按算法技术组织代码示例,特别侧重于树、图和堆的实现,以优化时间和空间复杂度。它提供用于高性能编码任务的特定语言解决方案。 该仓库涵盖了一组广泛的能力,包括图遍历、动态规划、字符串模式处理和二分查找操作。它还包括范围数据查询、位操作以及缓存和自动补全引擎等自定义数据结构的设计实现。其他内容还包括数学计算和竞赛表现跟踪。

    Provides curated solutions for greedy algorithm challenges including interval scheduling and sequence optimization.

    C++
    在 GitHub 上查看↗6,186
  • mazharmik/interview_ds_algoMAZHARMIK 的头像

    MAZHARMIK/Interview_DS_Algo

    4,509在 GitHub 上查看↗

    此项目是一个算法面试准备指南和参考库。它提供了一个精心策划的已解决编程问题和数据结构实现集合,专为技术面试练习和竞赛编程学习而设计。 该仓库通过模式、难度级别和基于公司的过滤系统来组织编码挑战,从而脱颖而出。它包括教学资源,如算法概念笔记和视频讲解,以补充解决方案集。 该库涵盖了广泛的计算领域,包括用于范围和前缀查询的高级数据结构、图遍历和最短路径算法,以及各种专注于动态规划、回溯和贪心策略的问题集。它还提供了堆、哈希映射、链表、栈和队列等基本结构的实现。

    Offers curated solutions for common greedy algorithm interview challenges.

    C++algorithmsalgorithms-and-data-structurescoding-interviews
    在 GitHub 上查看↗4,509
  • ndb796/python-for-coding-testndb796 的头像

    ndb796/python-for-coding-test

    2,415在 GitHub 上查看↗

    此仓库是算法问题解决的综合库,提供计算机科学基础挑战的参考实现。它旨在作为技术面试准备和竞赛编程训练的资源,专注于掌握编码评估所需的常见模式和数据结构。 该项目通过提供强调符合习惯的 Python 用法和性能优化的解决方案而脱颖而出。它涵盖了广泛的算法技术,包括贪心选择、动态规划、图论和二分查找,同时提供关于分析执行复杂度以识别特定任务最高效逻辑的指导。 除了核心算法外,该集合还包括栈、队列和邻接表图表示等标准数据结构的实现。它还提供了集成外部 Web 服务和管理结构化数据的示例,确保了竞赛环境和实际软件开发所需的广泛技术技能覆盖。

    Applies greedy logic to solve common interview challenges involving resource selection and optimization.

    Pythonalgorithmscoding-interviewsdata-structures
    在 GitHub 上查看↗2,415
  • jiayihu/pretty-algorithmsjiayihu 的头像

    jiayihu/pretty-algorithms

    2,172在 GitHub 上查看↗

    This project is a collection of optimized computational routines and standardized implementations of fundamental computer science algorithms. It serves as an educational library for studying and applying core algorithmic patterns, including dynamic programming, greedy strategies, and recursive decomposition, within a TypeScript environment. The library distinguishes itself by providing generalized solvers for complex optimization and analysis tasks. It includes specific implementations for resource allocation, such as rod cutting, interval scheduling, and change-making problems, alongside seq

    Implements greedy strategy patterns to solve optimization problems by making locally optimal choices at each step.

    TypeScriptalgorithmsbinary-treescomputer-science
    在 GitHub 上查看↗2,172
  • nvidia-ai-iot/trt_poseNVIDIA-AI-IOT 的头像

    NVIDIA-AI-IOT/trt_pose

    1,060在 GitHub 上查看↗

    该项目是一个计算机视觉框架,专为人体关键点和骨架结构的实时检测而设计。它提供了一个集成的工具包,用于训练、优化和执行专门针对边缘计算硬件部署的姿态估计模型。 该框架通过利用部分亲和场(part affinity field)映射来编码关节之间的空间关系脱颖而出,这些关系随后通过贪婪解析算法进行处理,以从视觉数据中重建人体骨架。为了确保高性能执行,该库结合了模型量化和硬件加速的推理引擎,为特定的本地硬件优化计算图。 除了核心检测外,该项目还支持端到端工作流,包括使用标准化数据集模式开发自定义姿态模型。这些功能允许对模型进行微调以解决独特的检测任务,同时保持实时视频流分析所需的低延迟要求。

    Implements a greedy parsing algorithm to reconstruct human skeletons from spatial vector fields.

    Pythonhuman-posehuman-pose-estimationjetson
    在 GitHub 上查看↗1,060
  1. Home
  2. Software Engineering & Architecture
  3. Algorithmic Problem Solving
  4. Greedy Algorithm Solutions

探索子标签

  • Pose Parsing AlgorithmsAlgorithms that reconstruct skeletal structures from heatmaps and vector fields using iterative graph traversal. **Distinct from Greedy Algorithm Solutions:** Distinct from general greedy algorithm solutions: focuses specifically on the graph-based parsing of human pose keypoints, not general algorithmic interview problems.