Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.94 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.94 KB

Algopedia - Largest Algorithm Library 📚

Data Structure & Algorithms 📈

What is Data Structure?

A data structure is a way to store and organize data in memory in order to facilitate access and modifications.

What is Algorithms?

  • An algorithm is a collection of steps to solve a particular problem.

Characteristics of a Data Structure

  • Correctness − Data structure implementation should implement its interface correctly.

  • Time Complexity − Running time or the execution time of operations of data structure must be as small as possible

  • Space Complexity − Memory usage of a data structure operation should be as little as possible.

Index 📃