zrwusa / data-structure-typed

Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.
https://data-structure-typed-docs.vercel.app
MIT License
114 stars 8 forks source link

Iterator functions need to be implemented in all the data structures #44

Closed zrwusa closed 9 months ago

zrwusa commented 9 months ago

Describe the solution you'd like Iterator functions need to be implemented in all the data structures

zrwusa commented 9 months ago

In 1.47.9, we implemented all the iterative methods(*[Symbol.iterator], forEach, filter, map, reduce) for all data structures.