Collection of helpful data structures and related CS topics.
Primitive data types are data types provided as a basic building block in a language. These can be though of as ‘basic data types’ such as integers, booleans, floating point numbers, characters, strings. Composite data types are built using primitive data types. Understanding memory (RAM), bits and bytes provides a good foundation for understanding primitives: