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

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

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

3 个仓库

Awesome GitHub RepositoriesAlgorithm Complexity References

Documentation detailing the time and space complexity of standard library methods and common data structures.

Explore 3 awesome GitHub repositories matching education & learning resources · Algorithm Complexity References. Refine with filters or upvote what's useful.

Awesome Algorithm Complexity References GitHub Repositories

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

    trekhleb/javascript-algorithms

    196,089在 GitHub 上查看↗

    This repository is a comprehensive collection of data structures and algorithms implemented in JavaScript, designed primarily as an educational resource for computer science study and technical interview preparation. It provides modular implementations of fundamental programming concepts, allowing developers to explore algorithmic logic and data organization through self-contained, verifiable code examples. The library distinguishes itself by pairing every implementation with formal Big O notation, providing predictable insights into time and space scaling requirements. Each algorithm is stru

    Provides formal time and space complexity annotations for all implemented algorithms to aid in performance analysis.

    JavaScriptalgorithmalgorithmscomputer-science
    在 GitHub 上查看↗196,089
  • leonardomso/33-js-conceptsleonardomso 的头像

    leonardomso/33-js-concepts

    66,467在 GitHub 上查看↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-loop-based concurrency, alongside advanced topics like JIT-compiled execution and memory management. The repository distinguishes itself by offering deep-dive technical guides that bridge the gap between abstract language concepts and practical browser implementation. It features

    Evaluates the time and space complexity of standard methods to inform performance-conscious architectural decisions.

    JavaScriptangularconceptses6
    在 GitHub 上查看↗66,467
  • tsiege/tech-interview-cheat-sheetTSiege 的头像

    TSiege/Tech-Interview-Cheat-Sheet

    4,673在 GitHub 上查看↗

    该项目是计算机科学基础知识的参考集合,提供算法和数据结构的学习指南及速查表。它作为技术面试准备资源,将理论知识与编码挑战的实践实现模式相结合。 内容包括用于分析数组、链表、哈希表和二叉搜索树的效率与特性的对比指南。它提供了学术概念的总结,包括时间与空间复杂度、排序方法和搜索策略。 资料涵盖了算法模式、搜索与排序实现以及渐进符号。信息通过基于 Markdown 的知识库进行组织,并配有层级化的主题映射。

    Includes a reference index detailing the time and space complexity of common data structures and algorithmic patterns.

    TypeScript
    在 GitHub 上查看↗4,673
  1. Home
  2. Education & Learning Resources
  3. Developer Documentation and References
  4. Programming Language References
  5. Algorithm Complexity References