Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Co-authored-by: David Leal <halfpacho@gmail.com>
  • Loading branch information
arpanmukherjee and Panquesito7 committed Aug 7, 2020
1 parent 0f8d1ab commit bf34c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion range_queries/sparse_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ std::vector<std::vector<int> > buildTable(int n, const std::vector<int>& A, cons

/**
* This function is the query function to get the range minimum value
* @param beg begining index of the query range
* @param beg beginning index of the query range
* @param end ending index of the query range
* @param logs array of the log table
* @param table sparse table data structure for the input array
Expand Down

0 comments on commit bf34c8e

Please sign in to comment.