Skip to content
/ Stack Public

This repository contains a small C# project demonstrating a basic stack data structure. It includes a Stack class with standard operations (push, pop, peek, isEmpty).

Notifications You must be signed in to change notification settings

dchase22/Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Stack Class Implementation

This repository contains a small project that demonstrates the implementation of a basic stack data structure in C#. The project includes:

Stack Class: A class that provides standard stack operations such as push, pop, peek, and isEmpty.

Client Code: A program file with simple client code that illustrates how to use the stack class with brief examples.

Features:

  • Push: Add an element to the top of the stack.

  • Pop: Remove the top element from the stack.

  • Peek: Retrieve the top element without removing it.

  • isEmpty: Check if the stack is empty.

About

This repository contains a small C# project demonstrating a basic stack data structure. It includes a Stack class with standard operations (push, pop, peek, isEmpty).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages