@@ -73,7 +73,7 @@ Collection of algorithms and data structures in C++ used widely in Competitive p
73
73
* * String Algorithms* :
74
74
* [ Z Algorithm] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/Z_algorithm_max_prefix_match.cpp )
75
75
* [ Rolling String Hashing] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/string_hashing.cpp )
76
- * [ Rolling String Hashing for Synamic Strings] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/dragonslayerx-readme-update/string_hashing_dynamic_segment_trees.cpp )
76
+ * [ Rolling String Hashing for Dynamic Strings] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/dragonslayerx-readme-update/string_hashing_dynamic_segment_trees.cpp )
77
77
* ** Sorting** :
78
78
* [ Merge Sort] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/merge_sort_count_inversion.cpp )
79
79
* [ Quick Select] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/dragonslayerx-readme-update/quick_select_order_stat_linear.cpp )
0 commit comments