Skip to content

Commit a97a3b2

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

+1
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)