DEV Community

maysoonawwad
maysoonawwad

Posted on

7 data structure you must know as a programmer

when I started programming at college I didn’t care very much about data structure and in the last year of college I decided to learn web development and i started learning html , css , js , react … etc .

finally it’s time to work !!

here I realized the importance of data structure and how it make me better as a developer so I learnt main data structures to be able to complete my work , so I hope any begginer focus on data structure and algorithms more than any other topics becuase these topics is a backbon of programming

so lets get startde :

there are two types of data structure related to how data is stored:

1- linear data structure :

1- arrays
2- hash tabels
3- linked list
4- queue
5- stack

2- non-linear data structure :

1- trees
2- graphics

there are more than these DS but these are the most widely used and popular.

Top comments (0)