awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesGenerator-Based Iterators

Iterators implemented using JavaScript generator functions to yield data from custom data structures.

Distinct from Sequential Iterators: Distinct from Sequential Iterators: focuses on generator-based iteration protocol rather than general sequential traversal.

Explore 1 awesome GitHub repository matching data & databases · Generator-Based Iterators. Refine with filters or upvote what's useful.

Awesome Generator-Based Iterators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • humanwhocodes/computer-science-in-javascriptAvatar de humanwhocodes

    humanwhocodes/computer-science-in-javascript

    9,119Ver en GitHub↗

    This is a collection of classic computer science algorithms and data structures implemented from scratch in JavaScript. The project provides reference implementations of fundamental concepts including sorting algorithms, binary search, linked lists, and binary search trees, all built as standalone pure functions with no external dependencies. The implementations cover a range of data structures, including singly-linked, doubly-linked, and circular linked lists with full traversal and mutation operations, as well as binary search trees supporting insertion, deletion, and search. Sorting algori

    Uses JavaScript generator functions to provide iterable interfaces for linked lists and trees.

    JavaScript
    Ver en GitHub↗9,119
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Sequential Iterators
  5. Generator-Based Iterators