Skip to content

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

License

Notifications You must be signed in to change notification settings

HRS8/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

No packages published

Languages

  • JavaScript 47.6%
  • Java 24.3%
  • C 15.1%
  • CSS 4.5%
  • C++ 4.5%
  • HTML 3.3%
  • Python 0.7%