awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
loiane avatar

loiane/javascript-datastructures-algorithms

0
View on GitHub↗
4,862 stars·1,250 forks·JavaScript·MIT·21 views

Javascript Datastructures Algorithms

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 evaluate time and space complexity. Implementations utilize class-based modeling and generic type parameterization to maintain type safety across various data types.

Features

  • Computer Science Education - Offers a comprehensive set of JavaScript and TypeScript implementations for computer science education.
  • Data Structure Implementations - Implements complex organizational patterns such as trees, heaps, tries, and graphs.
  • Fundamental Algorithm Study - Provides a collection of foundational computational techniques, including sorting and searching, for study.
  • Fundamental Data Structures - Implements fundamental containers including stacks, queues, and linked lists for educational purposes.
  • Algorithmic Problem Solving - Serves as an educational resource for mastering computational logic and efficient algorithmic problem solving.
  • Recursive Problem Solving - Utilizes recursive function calls to solve nested data problems and traverse hierarchical structures.
  • JavaScript Implementations - Implements foundational computer science algorithms and data structures specifically using JavaScript.
  • Complexity Analysis - Provides theoretical analysis of algorithmic time and space efficiency using Big O notation.
  • Linked Data Structures - Implements linked data structures using object references to connect nodes in sequences.
  • Advanced Data Structures - Provides instructional content and implementations of complex nested data structures.
  • Educational Programming Resources - Provides a structured collection of source code examples for learning computational logic and problem solving.
  • Algorithm Implementation Guides - Bridges conceptual algorithmic logic with concrete JavaScript and TypeScript source code implementations.
  • Algorithm Implementations - Provides practical code implementations of algorithms to demonstrate time and space complexity.
  • Generic Types - Employs TypeScript generics to ensure type safety across various data structure implementations.
  • Class-Based Data Modeling - Uses JavaScript and TypeScript classes to encapsulate data storage logic and structure manipulation.

Star history

Star history chart for loiane/javascript-datastructures-algorithmsStar history chart for loiane/javascript-datastructures-algorithms

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Javascript Datastructures Algorithms

Similar open-source projects, ranked by how many features they share with Javascript Datastructures Algorithms.
  • amejiarosario/dsa.js-data-structures-algorithms-javascriptamejiarosario avatar

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

    7,768View on 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
    View on GitHub↗7,768
  • mgechev/javascript-algorithmsmgechev avatar

    mgechev/javascript-algorithms

    7,827View on GitHub↗

    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. T

    JavaScriptalgorithmcomputer-science-algorithmshacktoberfest
    View on GitHub↗7,827
  • theja-m/data-structures-and-algorithmstheja-m avatar

    theja-m/Data-Structures-and-Algorithms

    1,656View on GitHub↗

    This repository serves as an educational resource for computer science concepts, providing a collection of fundamental data structures and algorithmic patterns implemented in Python. It functions as a programming reference for developers seeking to understand standard software engineering patterns and data manipulation strategies. The project focuses on the construction of essential storage formats, including arrays, graphs, hash tables, linked lists, stacks, and queues. It also provides implementations for standard algorithmic techniques such as dynamic programming, recursion, sorting, and g

    Python
    View on GitHub↗1,656
  • jack-lee-hiter/algorithmsbypythonJack-Lee-Hiter avatar

    Jack-Lee-Hiter/AlgorithmsByPython

    4,082View on 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
    View on GitHub↗4,082
See all 30 alternatives to Javascript Datastructures Algorithms→

Frequently asked questions

What does loiane/javascript-datastructures-algorithms do?

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.

What are the main features of loiane/javascript-datastructures-algorithms?

The main features of loiane/javascript-datastructures-algorithms are: Computer Science Education, Data Structure Implementations, Fundamental Algorithm Study, Fundamental Data Structures, Algorithmic Problem Solving, Recursive Problem Solving, JavaScript Implementations, Complexity Analysis.

What are some open-source alternatives to loiane/javascript-datastructures-algorithms?

Open-source alternatives to loiane/javascript-datastructures-algorithms include: amejiarosario/dsa.js-data-structures-algorithms-javascript — This project is a computer science educational resource and library providing implementations of data structures and… mgechev/javascript-algorithms — This project is a JavaScript algorithm library and computer science reference. It provides a collection of standard… theja-m/data-structures-and-algorithms — This repository serves as an educational resource for computer science concepts, providing a collection of fundamental… jack-lee-hiter/algorithmsbypython — AlgorithmsByPython is a reference library and educational repository providing runnable Python implementations of… bmaslakov/kotlin-algorithm-club — This project is a comprehensive library of fundamental computer science algorithms and data structures implemented in… codebasics/data-structures-algorithms-python — This project is an educational resource providing a structured curriculum for mastering fundamental computer science…

Curated searches featuring Javascript Datastructures Algorithms

Hand-picked collections where Javascript Datastructures Algorithms appears.
  • Data Structures and Algorithms
  • JavaScript Algorithms and Data Structures