Skip to content

Commit 84c6558

Browse files
authored
Create README.md
1 parent 35b1423 commit 84c6558

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## `dfa` - *Dynamic Function Arrays* and other useful data structures for data step.
2+
3+
---
4+
5+
The **DFA** (Dynamic Function Arrays) package contains set of macros and FCMP functions which implement:
6+
a dynamically allocated array, a stack, a fifo queue, an ordered stack, and a priority queue.
7+
8+
Run `%helpPackage(DFA,createDFArray)` to find examples.
9+
10+
SHA256 digest for the latest version of `DFA`: 5A6FD2F6E962E6C191346A141FFAF354E35A546CA93146B55D7C6163BFB1BDD6
11+
12+
[**Documentation for DFA**](./dfa.md "Documentation for DFA")
13+

0 commit comments

Comments
 (0)