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

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

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

mgechev/javascript-algorithms

0
View on GitHub↗
7,827 星标·1,242 分支·JavaScript·MIT·5 次浏览mgechev.github.io/javascript-algorithms↗

Javascript Algorithms

This project is a JavaScript algorithm library and computer science reference. It provides a collection of standard computational logic patterns and data structure implementations, including linked lists, trees, and graphs, for both educational and practical use.

The codebase serves as a technical interview study guide, offering a practical resource for practicing common coding challenges and data structure manipulations. It is designed for computer science education, allowing users to study how classic algorithms work by reviewing and running implementations of established logic patterns.

The library covers a broad range of computational problem solving and data structure design. It includes tools for data structure visualization and provides a reference for solving complex data processing challenges within a JavaScript environment.

Features

  • Algorithmic Problem Solving - Provides a comprehensive library of JavaScript implementations for solving classic computer science algorithmic challenges.
  • JavaScript Implementations - Provides a complete library of standard computer science algorithms and data structures implemented in JavaScript for reference and study.
  • Data Structure Implementations - Implements a comprehensive set of classic data structures including linked lists, trees, and graphs in JavaScript.
  • JavaScript Implementations - Provides custom collections like linked lists and trees built with JavaScript classes.
  • Algorithm Implementations - Implements a wide range of standard computational algorithms and design patterns for educational use.
  • Algorithmic Reference Implementations - Provides modular, isolated code patterns that serve as a reference for standard computational logic.
  • Computer Science Education - Serves as an educational resource for learning foundational computer science principles through JavaScript code.
  • Computer Science Concepts - Acts as a reference for foundational computer science concepts, focusing on algorithmic efficiency and logic patterns.
  • Technical Interview Preparation - Provides a practical study guide for practicing coding challenges common in technical software engineering interviews.
  • Linear Data Structures - Organizes implementations based on the distinction between linear collections and hierarchical structures.
  • Class-Based Data Modeling - Uses JavaScript classes to encapsulate the state and behavior of classic data structures like trees and linked lists.
  • Data Structure Visualizers - Includes tools and logic for visualizing the internal operations of fundamental data structures.
  • Technical Interview Guides - Serves as a practical study resource for mastering common coding challenges and data structure manipulations for technical interviews.
  • Object Reference Simulations - Simulates memory addresses using JavaScript object references to connect nodes in graphs and linked lists.
  • Computational Complexity - Demonstrates time and space complexity trade-offs across different algorithmic implementations.
  • Complexity Annotations - Organizes code to prioritize and annotate the efficiency of various problem-solving approaches.
  • Standalone Pure Function Modules - Implements algorithms as standalone JavaScript modules exporting pure functions.
  • AI and Machine Learning - Collection of algorithms implemented in JavaScript.
  • Algorithms and Data Structures - Collection of famous algorithms implemented in JavaScript.

Star 历史

mgechev/javascript-algorithms 的 Star 历史图表mgechev/javascript-algorithms 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

包含 Javascript Algorithms 的精选搜索

收录 Javascript Algorithms 的精选合集。
  • 数据结构与算法
  • JavaScript 算法与数据结构
  • 开发者数学参考手册

Javascript Algorithms 的开源替代方案

相似的开源项目,按与 Javascript Algorithms 的功能重合度排序。
  • loiane/javascript-datastructures-algorithmsloiane 的头像

    loiane/javascript-datastructures-algorithms

    4,862在 GitHub 上查看↗

    This project is a library and educational resource providing implementations of foundational computer science data structures and algorithms written in JavaScript and TypeScript. It serves as a reference for executing standard sorting, searching, and recursive patterns using modern web technologies. The collection includes typed implementations for both basic containers, such as stacks, queues, and linked lists, and advanced organizational patterns, including trees, heaps, tries, and graphs. The material covers algorithmic analysis and problem solving through the use of Big O notation to eva

    JavaScriptalgorithmavl-treebinary-tree
    在 GitHub 上查看↗4,862
  • amejiarosario/dsa.js-data-structures-algorithms-javascriptamejiarosario 的头像

    amejiarosario/dsa.js-data-structures-algorithms-javascript

    7,768在 GitHub 上查看↗

    This project is a computer science educational resource and library providing implementations of data structures and algorithms in JavaScript. It serves as an algorithm implementation reference and a toolkit for building foundational data containers, including a collection of sorting algorithms and a guide for learning time and space complexity. The project differentiates itself by pairing class-based implementations with Big O analysis to illustrate asymptotic complexity. It includes a non-linear data structure toolkit featuring self-balancing trees, hash maps, and graphs, alongside comparis

    JavaScriptalgorithmalgorithmsbook
    在 GitHub 上查看↗7,768
  • jack-lee-hiter/algorithmsbypythonJack-Lee-Hiter 的头像

    Jack-Lee-Hiter/AlgorithmsByPython

    4,082在 GitHub 上查看↗

    AlgorithmsByPython is a reference library and educational repository providing runnable Python implementations of computer science fundamentals. It serves as a comprehensive guide for algorithmic patterns, core data structures, and solutions for competitive programming and technical interview challenges. The project distinguishes itself by offering a wide array of reference implementations, including a dedicated set of solutions for common LeetCode problems. It focuses on translating theoretical computational logic into practical Python code for educational and practical use. The repository

    Python
    在 GitHub 上查看↗4,082
  • chefyuan/algorithm-basechefyuan 的头像

    chefyuan/algorithm-base

    10,702在 GitHub 上查看↗

    algorithm-base is an educational library and study guide designed for simulating algorithms and studying data structures. It functions as an execution visualizer that renders step-by-step state changes and pointer updates through animated simulations to illustrate how data movement works. The project distinguishes itself by mapping conceptual logic directly to multi-language source code implementations. It utilizes a comparative analysis framework to evaluate different algorithmic strategies based on stability, time complexity, and space complexity, while organizing problems by underlying mec

    algorithmsbaseinterview-practice
    在 GitHub 上查看↗10,702
查看 Javascript Algorithms 的所有 30 个替代方案→

常见问题解答

mgechev/javascript-algorithms 是做什么的?

This project is a JavaScript algorithm library and computer science reference. It provides a collection of standard computational logic patterns and data structure implementations, including linked lists, trees, and graphs, for both educational and practical use.

mgechev/javascript-algorithms 的主要功能有哪些?

mgechev/javascript-algorithms 的主要功能包括:Algorithmic Problem Solving, JavaScript Implementations, Data Structure Implementations, Algorithm Implementations, Algorithmic Reference Implementations, Computer Science Education, Computer Science Concepts, Technical Interview Preparation。

mgechev/javascript-algorithms 有哪些开源替代品?

mgechev/javascript-algorithms 的开源替代品包括: loiane/javascript-datastructures-algorithms — This project is a library and educational resource providing implementations of foundational computer science data… amejiarosario/dsa.js-data-structures-algorithms-javascript — This project is a computer science educational resource and library providing implementations of data structures and… jack-lee-hiter/algorithmsbypython — AlgorithmsByPython is a reference library and educational repository providing runnable Python implementations of… chefyuan/algorithm-base — algorithm-base is an educational library and study guide designed for simulating algorithms and studying data… trekhleb/javascript-algorithms — This repository is a comprehensive collection of data structures and algorithms implemented in JavaScript, designed… humanwhocodes/computer-science-in-javascript — This is a collection of classic computer science algorithms and data structures implemented from scratch in…