Data Structure in Python
Apr 19, 2023 · 2 min read · Data Structures A data structure organises and stores data in a computer's memory to be accessed and manipulated efficiently. Different data structures are used for different types of data and different operations. So for example, if you need to stor...
Join discussion