Tag: #collections

Posts tagged with #collections

What is a 'set' in Python?

A foundational guide to the set, Python's data structure for storing unordered collections of unique elements. Learn how to create sets and perform common mathematical set operations like union and intersection.

Read more

What is an 'Array' in C#?

A foundational guide to arrays in C#. Learn how to use this fundamental data structure to store a fixed-size, sequential collection of elements of the same type.

Read more