Skip to content

Commit 8038f94

Browse files
authored
docs: add DIRECTORY.md (#27)
Co-authored-by: Dimitri LESNOFF <dimitri.lesnoff@lip6.fr>
1 parent 0f30aa9 commit 8038f94

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DIRECTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--- DO NOT EDIT: This file is automatically generated by `directory.nim` -->
2+
3+
# The Algorithms — Nim: Directory Hierarchy
4+
5+
## Dynamic Programming
6+
* [Catalan Numbers](dynamic_programming/catalan_numbers.nim)
7+
* [Viterbi](dynamic_programming/viterbi.nim)
8+
9+
## Strings
10+
* [Check Anagram](strings/check_anagram.nim)

0 commit comments

Comments
 (0)