Skip to content
forked from Crio-Bytes/DSA

Master repo regarding DSA related MicroBytes.

License

Notifications You must be signed in to change notification settings

TheShubham-K/DSA

 
 

Repository files navigation

Introduction

A data structure is a named location that can be used to store and organise data. And, an algorithm is a collection of steps to solve a particular problem. Learning data structures and algorithms allow us to write efficient and optimised computer programs.

Background

In computer science, a data structure is a data organisation, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

In mathematics and computer science, an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation. Algorithms are always unambiguous and are used as specifications for performing calculations, data processing, automated reasoning, and other tasks.

About

Master repo regarding DSA related MicroBytes.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.9%
  • C 30.1%
  • Java 13.6%
  • JavaScript 1.4%