awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • humanwhocodes/computer-science-in-javascriptAvatar von humanwhocodes

    humanwhocodes/computer-science-in-javascript

    9,119Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,119
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Sequential Iterators
  5. Generator-Based Iterators