Skip to content

csu200/stack-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack-practice

Play with home grown stacks! Copy the files into a new Eclipse project.

Suggested approach

  • Check out the interface definining stacks of characters, ICharStack
  • Complete the linked list stack implementation, LinkedStack
  • Learn a different approach extending ArrayList, ExtendingStack
  • Finally, refine this array backed implementation and add a few methods, Stack
  • Now use the stack to complete Palindrome

Java docs

About

Discover problems and applications of stacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages