Skip to content

sabique/DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure

This repository aims at implementation of various Data Structures using JavaScript.

Stack

A stack is a container of objects that are inserted and removed according to the last-in first-out (LIFO) principle.

Stack

A stack is a limited access data structure - elements can be added and removed from the stack only at the top.

A helpful analogy is to think of a stack of books; you can remove only the top book, also you can add a new book on the top.

About

Data Structures using JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published