Skip to content

kkipngenokoech/Data-Stuctures-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATA STRUCTURES AND ALGORITHMS

there is a difference between solving the problem the brute force way and solving the problem right. this is where the DSA comes in.

the common idea of a data structure is to store data in a way that meets the needs of your particular application.

what helps you choose which data structure to go with depends on:

  1. how long it takes to first populate the structure.
  2. how long it takes to add or find elements.
  3. how large the structure is in the memory.

About

let's get down to this trees

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors