shramko82 / Stacks

My realization of Stack and Deque
0 stars 0 forks source link

Stack/Deque client #6

Closed borowis closed 10 years ago

borowis commented 10 years ago

Please create a client for stack (= a program) that reads a BIG file (I mean like 1 Mb text file) and adds and removes words from this file to stack/deque at random (i.e. read - add - read - add - delete - add - etc. at random)

shramko82 commented 10 years ago

Added! You can find them in main package.