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

adding 735_asteroid_collision.py #111

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

Commits on Oct 24, 2024

  1. adding 735_asteroid_collision.py

    Added asteroid collision code in python which uses a stack to check whether two asteroids collide with each other or not. The collision occurs only when asteroid id negative and top of the stack is positive.
    keerthirdd11 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    014d7bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c841c65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e2570 View commit details
    Browse the repository at this point in the history