Skip to content

Commit e855fa2

Browse files
committed
update readme
1 parent f615985 commit e855fa2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

bioinformatics/ReadMe.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ content | detail
1818

1919
content | detail
2020
--- | ---
21-
[z_algorithm.py](string_matching/z_algorithm.py) | z-algorithm implementation for exact matching
21+
[z_algorithm.py](string_matching/z_algorithm.py) | z-algorithm implementation for exact matching
22+
[suffix tree](suffix_tree.py) | linear suffix tree construction ukkonen algorithm
23+
24+
## Dynamic Programming
25+
26+
see [dynamic_programming](dynamic_programming).
27+

crpytography/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ basic operations are provided
2222
- [With Integer](libs/extended_euclidean.py), extended eculidean implementation for integers
2323
- [With Finite Filed](libs/extended_euclidean_poly.py), extended eculidean implementation for finite field numbers
2424

25-
##Chinese Remainder Theorem
25+
## Chinese Remainder Theorem
2626
- [Chinese RemainderUsage](libs/chinese_remainder_theorem.py), chinese remainder theorem implementation
2727

2828
## Cipher

0 commit comments

Comments
 (0)