--> Carlos López Camey » A Generic Stack Implementation in Java
Carlos López Camey

You can’t be better without being different – Aza Raskin

A Generic Stack Implementation in Java

Share on Twitter

This is my first worksheet of the course Algorithms and Data structures.

Based on an exercise from the book “Data structures in Pascal” by Aaron M. Tenenbaum & Moshe J.

Includes:

  • Class diagrams
  • The source
  • JUnit tests
  • Demostration Video (es)

Download

  Worksheet 1 - Generic stack implementation (unknown, 193 hits)

Subversion

To checkout the source from the subversion repository, type

svn co https://cc2003.svn.sourceforge.net/svnroot/cc2003/Worksheets/"Worksheet 1 - Stack implementation" Worksheet1-stack

You can also browse the repository for my CC2003 coursework.


SPEAK / ADD YOUR COMMENT
Comments are moderated.

Return to Top