#data-structures
Read more stories on Hashnode
Articles with this tag
"Pointers" is a concept that most beginners consider it as rocket science. let's see what pointers are in c language. A pointer is a variable that...
Set is an in-built python data structure. You can store integers, floats, booleans, and strings in a set. Example of a set: store={2,True, 3.14 ,...