Skip to content

Learn about Data-structures and Algorithms πŸ“ˆ in different programming languages

License

Notifications You must be signed in to change notification settings

Legendaxe/Algopedia

Β 
Β 

Repository files navigation

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 πŸ“ƒ

About

Learn about Data-structures and Algorithms πŸ“ˆ in different programming languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 42.3%
  • Java 21.3%
  • C 14.2%
  • C# 9.7%
  • C++ 5.1%
  • CSS 3.9%
  • Other 3.5%