Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 7.91 KB

README.md

File metadata and controls

92 lines (56 loc) · 7.91 KB

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 [email protected]

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.