Skip to content

Commit 922bbee

Browse files
pre-commit-ci[bot]github-actions
and
github-actions
authored
[pre-commit.ci] pre-commit autoupdate (#10613)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/abravalheri/validate-pyproject: v0.14 → v0.15](abravalheri/validate-pyproject@v0.14...v0.15) * updating DIRECTORY.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 1e468c1 commit 922bbee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
pass_filenames: false
4747

4848
- repo: https://github.com/abravalheri/validate-pyproject
49-
rev: v0.14
49+
rev: v0.15
5050
hooks:
5151
- id: validate-pyproject
5252

Diff for: DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,12 @@
192192
* [Binary Tree Node Sum](data_structures/binary_tree/binary_tree_node_sum.py)
193193
* [Binary Tree Path Sum](data_structures/binary_tree/binary_tree_path_sum.py)
194194
* [Binary Tree Traversals](data_structures/binary_tree/binary_tree_traversals.py)
195+
* [Diameter Of Binary Tree](data_structures/binary_tree/diameter_of_binary_tree.py)
195196
* [Diff Views Of Binary Tree](data_structures/binary_tree/diff_views_of_binary_tree.py)
196197
* [Distribute Coins](data_structures/binary_tree/distribute_coins.py)
197198
* [Fenwick Tree](data_structures/binary_tree/fenwick_tree.py)
198199
* [Flatten Binarytree To Linkedlist](data_structures/binary_tree/flatten_binarytree_to_linkedlist.py)
200+
* [Floor And Ceiling](data_structures/binary_tree/floor_and_ceiling.py)
199201
* [Inorder Tree Traversal 2022](data_structures/binary_tree/inorder_tree_traversal_2022.py)
200202
* [Is Bst](data_structures/binary_tree/is_bst.py)
201203
* [Lazy Segment Tree](data_structures/binary_tree/lazy_segment_tree.py)

0 commit comments

Comments
 (0)