Skip to content

mehdisahraeei/data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Linear structures:

  • Linear structures: It is a structure where the data is placed one after the other
  • array
  • stack: At the time of popping, the last data of the list is considered
  • queue: At the time of pop, the first data of the list is considered

blockchain:

  • simple sample
  • mid sample

banner