Java
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Java-data-Structures
LICENSE
README.md

README.md

Data Structure and Algorithm Made Easy In Java

A data structure is a particular way of organizing data in a computer so that it can be used efficiently. Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks.

This is a collection of abstract data structures and algorithms implemented in Java. The code is well commented to allow an easy comprehension. Every data structure is well tested.

You can contact me at Skakanakou@gmail.com

Data Structures :

This repo contains the following data structure :

Sorting Algorithm

Algorithm on Graph

Graph representation

We have the following three graph representation :

Algorithm in Graph

Licence

The code is licensed under MIT License. Feel free to contribute to this repository.