Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.16 KB

License: MIT

🛠Data structures and algorithms🛠

This is a playground repository for data structures and algorithms in Java

Table Of Contents

Intro

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

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.

Why data structures?

  • help manage and organize data.
  • clean and understandable code.
  • essential in creating fast and powerful algorithms.

Algorithms

Helpful Resources

  1. FreecordCamp course on Data Structures and Algorithms by William Fiset

License

This repository is distributed under MIT License.