Skip to content

Commit 475d23c

Browse files
author
Chris Pilcher
committed
Update Under Construction.markdown
Added minimum edit distance link
1 parent 5b136b8 commit 475d23c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Under Construction.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Here you'll find algorithms that are currently under construction. Suggestions a
1515
- [AVL Tree](AVL Tree/). A binary search tree that balances itself using rotations.
1616
- [Radix Tree](Radix Tree/)
1717

18+
### Miscellaneous
19+
20+
- [Minimum Edit Distance](Minimum Edit Distance/). Measure the similarity of two strings by counting the number of operations required to transform one string into the other.

0 commit comments

Comments
 (0)