awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mgechev avatar

mgechev/javascript-algorithms

0
View on GitHub↗
7,827 stars·1,242 forks·JavaScript·MIT·5 vuesmgechev.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.

Historique des stars

Graphique de l'historique des stars pour mgechev/javascript-algorithmsGraphique de l'historique des stars pour mgechev/javascript-algorithms

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Javascript Algorithms

Sélections manuelles où Javascript Algorithms apparaît.
  • Structures de données et algorithmes
  • Algorithmes et structures de données en JavaScript
  • Références mathématiques pour développeurs

Alternatives open source à Javascript Algorithms

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Javascript Algorithms.
  • loiane/javascript-datastructures-algorithmsAvatar de loiane

    loiane/javascript-datastructures-algorithms

    4,862Voir sur 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
    Voir sur GitHub↗4,862
  • amejiarosario/dsa.js-data-structures-algorithms-javascriptAvatar de amejiarosario

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

    7,768Voir sur 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
    Voir sur GitHub↗7,768
  • jack-lee-hiter/algorithmsbypythonAvatar de Jack-Lee-Hiter

    Jack-Lee-Hiter/AlgorithmsByPython

    4,082Voir sur 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
    Voir sur GitHub↗4,082
  • chefyuan/algorithm-baseAvatar de chefyuan

    chefyuan/algorithm-base

    10,702Voir sur 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
    Voir sur GitHub↗10,702
Voir les 30 alternatives à Javascript Algorithms→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de mgechev/javascript-algorithms ?

Les fonctionnalités principales de mgechev/javascript-algorithms sont : Algorithmic Problem Solving, JavaScript Implementations, Data Structure Implementations, Algorithm Implementations, Algorithmic Reference Implementations, Computer Science Education, Computer Science Concepts, Technical Interview Preparation.

Quelles sont les alternatives open-source à mgechev/javascript-algorithms ?

Les alternatives open-source à mgechev/javascript-algorithms incluent : 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…