control Structures

Data Structure and Control Structure in Solidity

Reading Time: 3 minutes Hello Reader, Do you know what are data structures? If not then here is what data structures mean. A data structure is a particular way of organising data in a computer memory so that it can be used effectively. Solidity provides three types of data structures: Structs Arrays Mappings One by one let us look at each data structure. Structs: Solidity provides a way to define new Continue Reading