Skip to content

ezekiellemana/stack-operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Operation in Java

This repository contains an implementation of basic stack operations in Java. It includes classes and methods for performing operations like PUSH, POP, isFull, isEmpty, and more, designed for learning and demonstration purposes.

Features

  • Object-oriented implementation of a stack.
  • Example usage with a main program.
  • Well-structured and easy-to-understand code.

Getting Started

Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.

About

This project showcases a Java-based implementation of stack operations, including PUSH, POP, isFull, isEmpty, and more. It is designed as a learning resource for students and developers looking to understand stack data structures through object-oriented programming principles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages