➢ The linked list structure which can be represented using arrays is called static linked list.
➢ It is easy to implement, hence for creation of small databases, it is useful
➢ The searching of any record is efficient, hence the applications in which the record need to be searched quickly, the static linked list are used.
What is static linked list? State any two applications of it.
September 14, 2023 in Data Structure