mesirendon

Mesi Rendon

about

articles

tags

publications

wandering

Data Structures and Algorithms

May 22, 2023

Doubly Linked List

A bidirectional linked lists

Aug 31, 2022

Singly Linked List

Linked lists are linear dynamic data structures able to manage memory at runtime.

Aug 30, 2022

Algorithmic Complexity

As a Software Engineer, you should consider a computer’s physical load due to an implemented algorithm and the space it consumes.