Recent Posts

Graphs

1 minute read

Graph is a collection of nodes that may or may not be connected to each other.

Strings

less than 1 minute read

String

Hash Tables

1 minute read

A data structure that store data in key-value pairs and provides fast insertion, deletion and searching.

Linked Lists

1 minute read

Is very similar to array, at least conceptually, to an array.