Implemented a nearly generic Queue in scriptland.

This commit is contained in:
Seth Hall 2012-11-19 23:42:19 -05:00
parent 257b460b18
commit 5b81cfe7e2
4 changed files with 224 additions and 0 deletions

View file

@ -0,0 +1,11 @@
This is a get_cnt_vector test: 3
This is a get_cnt_vector test: 4
This is a get_str_vector test: 3
This is a get_str_vector test: 4
Testing pop: 3
Length after pop: 1
Size of q2: 4
String queue value: test 1
String queue value: test 2
String queue value: test 2
String queue value: test 1