Data Structures and Algorithms

30 Aug 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.

31 Aug 2022

Singly Linked List

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

22 May 2023

Doubly Linked List

A bidirectional linked lists

26 Jul 2024

Queue

A linear dynamic set of entities kept in a specific sequence

28 Jul 2024

Stack

Like a literal stack of… dishes, but in software.

16 Oct 2024

Hash Table

Imagine finding any element in a data structure in constant time.