Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongho Nam committed Jul 29, 2016
1 parent 7640557 commit 6aebf71
Show file tree
Hide file tree
Showing 59 changed files with 5,420 additions and 13,629 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ STL (Standard Template Library) Containers and Algorithms for TypeScript

TypeScript-STL is an open-source JavaScript library providing containers and algorithms migrated from C++ STL. You can enjoy STL containers and algorithms in JavaScript. If TypeScript, you will be much happier feeling like using originla STL with type restriction and template programming.

![Abstract Containers](http://samchon.github.io/typescript-stl/api/assets/images/design/abstract_containers.png)
![Abstract Containers](http://samchon.github.io/typescript-stl/images/design/class_diagram/abstract_containers.png)

##### Containers
- [**Linear containers**](http://samchon.github.io/typescript-stl/api/interfaces/std.base.container.ilinearcontainer.html)
Expand Down
Binary file removed api/assets/images/design/abstract_containers.png
Binary file not shown.
Binary file removed api/assets/images/design/exceptions.png
Binary file not shown.
Binary file removed api/assets/images/design/linear_containers.png
Binary file not shown.
Binary file removed api/assets/images/design/map_containers.png
Binary file not shown.
Binary file removed api/assets/images/design/set_containers.png
Binary file not shown.
Loading

0 comments on commit 6aebf71

Please sign in to comment.