Skip to content

Commit

Permalink
Merge pull request kdn251#24 from pra85/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
kdn251 authored Mar 19, 2017
2 parents 7c7159b + ce8cf3b commit 7539288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
![Alt text](/Images/fenwickTree.png?raw=true "Fenwick Tree")

### Segment Tree
* A Segment tree, is a tree data structure for storing intervals, or segments. It allows quering which of the stored segments contain
* A Segment tree, is a tree data structure for storing intervals, or segments. It allows querying which of the stored segments contain
a given point
* Time Complexity:
* Range Query: `O(log(n))`
Expand Down

0 comments on commit 7539288

Please sign in to comment.