Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 824 Bytes

DataStructures.md

File metadata and controls

24 lines (14 loc) · 824 Bytes

Data Structures

This section shall contain some uses of software data structures that apply to businesses and how they may be used.

Dictionary

Dictionaries are key-value tuple maps where key is a string and value is some abstract data structure. Dictionaries may be useful for generating and interchanging metadata using the following data formats:

  • JSON
  • XML
  • Script

Graphs and Trees

FIFO Queues or List

LIFO Stack or List

License

Copyright 2014-22 © Cale McCollough; most rights reserved, Third-party commercialization prohibited, mandatory improvement donations, licensed under the Kabuki Strong Source-available License that YOU MUST CONSENT TO at https://github.com/CookingWithCale/AStartupCookbook.