Skip to content

zasweq/Data-Stuctures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Stuctures

These are data structures that I implemented using Java to teach myself data structures. The LinkedList class represents a singly linked list of integers, and the node class represents a Node in a singly Linked List encapuslating an integer and a reference to another Node. The Stack class is implemented using an Array.

About

These are data structures that I implemented using Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages