Skip to content

Commit

Permalink
Fix broken link in wiki (fenwick tree) (keon#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
aretecode authored Feb 25, 2022
1 parent 6c54611 commit 617d2d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ If you want to uninstall algorithms, it is as simple as:
- [count_left_node](algorithms/tree/bst/count_left_node.py)
- [num_empty](algorithms/tree/bst/num_empty.py)
- [height](algorithms/tree/bst/height.py)
- [fenwick_tree](algorithms/tree/fenwick_tree]
- [fenwick_tree](algorithms/tree/fenwick_tree/fenwick_tree.py)
- [red_black_tree](algorithms/tree/red_black_tree)
- [red_black_tree](algorithms/tree/red_black_tree/red_black_tree.py)
Expand Down

0 comments on commit 617d2d5

Please sign in to comment.