Skip to content

MiguelSteph/data-structures-and-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

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.