Recent Posts

Strings

less than 1 minute read

String

Facade Design Pattern

2 minute read

The Facade design pattern is a structural pattern that allows for hiding the complexity of a subsystem by providing a simple interface to it. The interface ...

Hash Tables

1 minute read

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