#data-structures
Read more stories on Hashnode
Articles with this tag
What is a Stack? A stack is a type of data structure that uses the Last In First Out (LIFO) technique or First In Last Out (FILO) technique. The LIFO...
What is a Linked List? A linked list is a type of list. It keeps elements in a certain order but it uses a style that is different from usual lists. A...
What is a Linked List? A linked list is a type of list. It keeps elements in a certain order but it uses a style that is different from usual lists....