courses
Code was created during the watching 'Data Structures & Algorithms - JavaScript
and
'coding-interview-bootcamp-algorithms-and-data-structure-journey'
Basically, there are two types of data structures :
- Linear Data Structure — Array, Queue, Stack, Linked List, etc…
- Non-linear Data Structure — Trees, Graphs, etc…
my_own
code is created for more deep understanding of DS and Algorithms.