Skip to content

Repository files navigation

DataStructuresImplementation

Implementation of Linked List, Stack, Queue, MinHeap (Priority Queue), and BST.

Stack and Queue were implemented through a Linked List. MinHeap was implemented through Arrays.

Download all the files, and put them in a single folder. Then run the ProjectMain.java file in an ide or on terminal.

To open in a terminal, type in "cmd" into the location/address bar at the top of the window in your folder and press enter. Now that terminal is open, type "javac ProjectMain.java" and press enter. Now to run the file, type "java ProjectMain" and the program will run.

Make sure you have JDK installed, install it here: https://www.oracle.com/java/technologies/downloads/#jdk21-windows

About

Implementation of Linked List, Stack, Queue, MinHeap (Priority Queue), and BST.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages