Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.
/ Data-Structures Public archive

Various data structures in Java (mostly) but perhaps other languages as well, and some algorithms as well.

Notifications You must be signed in to change notification settings

aeggum/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

This is a completely random repository that I decided to make.
It is just for personal use, keeping a variety of different data structures and algorithms that I think are good to know. Having them on github will make it easier for me to remember them from time to time.

Beyond that, there are a few goals for the repository, I suppose.

  • Try to optimize any of the structures that are added. This would be ongoing.

  • Have a main() method that uses each of the structures or algorithms in one way or another. Maybe comparing the data structure or algorithm with the 'best' (ie. built-in algorithms).

Progress: I've added a Driver.java class, this will serve as the driver class for all of the algorithms and data structures, ideally. I also added a whole bunch of old sorting algorithms I implemented, utilized with the driver class. Hope to clean that up if I ever get interested in it.

About

Various data structures in Java (mostly) but perhaps other languages as well, and some algorithms as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published