This is a playground repository for data structures and algorithms in Java
Data structures and algorithms are essential in writing effecient code and also in designing good software.The goal of this repository is to document my learnings and implementations of various data structures and algorithms.
Data structures are a means of organizing and storing data in a computer so a to make it effective to perfom operations on the stored data.
- help manage and organize data.
- clean and understandable code.
- essential in creating fast and powerful algorithms.
- FreecordCamp course on Data Structures and Algorithms by William Fiset
This repository is distributed under MIT License.