Skip to content

Commit

Permalink
Rename Common Algorithms/segmentTree.cpp to Tree/segmentTree.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vishi authored Oct 2, 2018
1 parent 420bed1 commit 0569aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common Algorithms/segmentTree.cpp → Tree/segmentTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ int main()
cout<<minQuery(seg,1,3,0,n-1,0);
for(int i=0;i<7;i++)
cout<<seg[i]<<endl;
}
}

0 comments on commit 0569aae

Please sign in to comment.