Files
dfa/README.md
Bart Jablonski 84c6558f53 Create README.md
2022-11-16 11:32:52 +01:00

14 lines
526 B
Markdown

## `dfa` - *Dynamic Function Arrays* and other useful data structures for data step.
---
The **DFA** (Dynamic Function Arrays) package contains set of macros and FCMP functions which implement:
a dynamically allocated array, a stack, a fifo queue, an ordered stack, and a priority queue.
Run `%helpPackage(DFA,createDFArray)` to find examples.
SHA256 digest for the latest version of `DFA`: 5A6FD2F6E962E6C191346A141FFAF354E35A546CA93146B55D7C6163BFB1BDD6
[**Documentation for DFA**](./dfa.md "Documentation for DFA")