Skip to content

feat: add Sparse Table for Range Minimum Query#3154

Open
snehal-thombare08 wants to merge 1 commit into
TheAlgorithms:masterfrom
snehal-thombare08:add-sparse-table
Open

feat: add Sparse Table for Range Minimum Query#3154
snehal-thombare08 wants to merge 1 commit into
TheAlgorithms:masterfrom
snehal-thombare08:add-sparse-table

Conversation

@snehal-thombare08
Copy link
Copy Markdown

Description of Change

Added Sparse Table data structure for Range Minimum Query (RMQ).
Build time: O(n log n), Query time: O(1).

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Added documentation so that the program is self-explanatory and educational - Doxygen guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant