Skip to content

govardhansbhati/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stack in Swift

This repository contains an implementation of a Stack data structure in Swift. A stack is a Last-In-First-Out (LIFO) data structure, where elements can be added (pushed) and removed (popped) only from the top.

Features

Push: Adds an element to the top of the stack. Pop: Removes and returns the top element of the stack. Peek: Returns the top element of the stack without removing it.

About

Data Structures in Swift – Examples of Linked List, Queue, and Stack implemented with clean, beginner-friendly code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages