python-ds
python-ds copied to clipboard
docs: Fix a few typos
There are small typos in:
- data_structures/array/all_numbers_divisible.py
- data_structures/array/index.md
- data_structures/binary_trees/children_sum_property.py
- data_structures/graphs/cycle_in_directed_graph_using_colors.py
- data_structures/graphs/cycle_in_directed_graph_using_colors_recursive.py
- data_structures/graphs/dag_longest_path.py
- data_structures/heap/max_heap.py
- data_structures/strings/KMP_Pattern_Search.py
Fixes:
- Should read
initialrather thaninital. - Should read
equalrather thaneqaul. - Should read
satisfiesrather thanstatisfies. - Should read
divisiblerather thandivisble. - Should read
comparisonrather thancomparision. - Should read
childrenrather thanchilden. - Should read
calculaterather thancaluclate.
Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md