Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segment tree range minimum query #2933

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Segment tree range minimum query #2933

wants to merge 3 commits into from

Conversation

JasbirCodeSpace
Copy link
Contributor

Fixes #2164

Checklist:

  • 4 space indentation.
  • Coding conventions are followed.
  • Input is taken dynamically.
  • Sample Input / Output is added at the end of file.
  • Logic Documentation (Comments).
  • File names are correct.

Changes proposed in this pull request:

  • Added Segment tree range minimum query in PHP

Languages Used:

  • PHP

Files Added:

  • Segment_Tree_RMQ.php

@@ -0,0 +1,50 @@
<?php
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But that's my previous pull request for issue #2248

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should be in another PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raghav-dalmia already deleted the Karatsuba_Algorithm.php file . Tell me if I have to do something else

@raghav-dalmia
Copy link
Collaborator

squash your commits, I will merge it after that.

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.

Segment Tree Range Minimum Query
3 participants