Skip to content

tlahoda/jsSTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsSTL

jsSTL is an implementation of C++'s STL algorithms as extensions to the prototypical Javascript Array. The algorithms are implemented on the Array prototype for simplicity and since Javascript does not yet have real containers other than Array. Because of this lack of containers I have chosen to use array indices as the iterators.

This is a work in progress and not all algorithms have been implemented. index.html contains usage examples for the algorithms and predicates that have been implemented.

About

A Javascript implementation of the C++ STL algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published