An Overview of Data Structures For Ruby Developers
What is a data structure? A data structure is a specific way to organize & access data. Examples include: Arrays Binary trees Hashes Different data structures excel at different tasks. For example, hashes are great if you’re looking to store data that looks like a dictionary (word & definition), or a phone book (person name … Read more