Recent Posts

Hash table data Structure

3 minute read

In computing, a hash table (hash map) is a data structure that implements an associative array abstract data type, a structure that can map keys to values.

Set data Structure

2 minute read

In computer science, a set is an abstract data type that can store unique values, without any particular order. It is a computer implementation of the mathem...

Dictionary data Structure

2 minute read

A dictionary represents an unordered collection of keys and values. The Dictionary data type is optimized for fast lookup of values.

Tuple data Structure

2 minute read

A tuple is a data structure that is an immutable, or unchangeable, ordered sequence of elements. Because tuples are immutable, their values cannot be modifie...

Teamwork

less than 1 minute read

“Individual commitment to a group effort–that is what makes a team work, a company work, a society work, a civilization work.”