Skip to content

Commit a97a3b2

Browse files
authored
docs: add missing algorithm in `DIRECTORY.md} (TheAlgorithms#86)
1 parent 55cd754 commit a97a3b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
## Data Structures
66
* [Stack](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/data_structures/stack.ts)
7+
* [Array Queue](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/data_structures/array_queue.ts)
78

89
## Dynamic Programming
910
* [Knapsack](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/dynamic_programming/knapsack.ts)

0 commit comments

Comments
 (0)