Shrivali Dutt

Results 17 issues of Shrivali Dutt

### Description The input validation logic in placex() and placey() is somewhat convoluted and can lead to an infinite loop if the user does not enter a valid position. ###...

bug

#### Description of Change The input validation in placex() and placey() now uses a loop that continuously prompts for valid input until a valid move is made, preventing infinite loops....

The check for whether to create a new issue or update the existing one relies on the has_found output from the last_issue step. If the output is malformed or if...

# Pull Request ## Related issue Bubble sort : Fixes #2 Pancake sort: Fixes #2 ## What does this PR do? ->Bubble sort - Added Input Validation: checks if r...

-In the flip function, you are swapping the elements at start and i, but you should be swapping arr[start] with arr[i], not with arr[i] again after it has already been...

The code does not check whether the user has entered a valid number of elements . If r is negative or greater than 100, it could lead to undefined behavior...

Height Initialization: The height is initialized in the Node constructor to avoid null references. Duplicate Handling: The insert method now checks for duplicates and does nothing if the value already...

Logical Errors: The height calculation during rotations is incorrect. The height should be updated after the rotations, but it’s using the old height values. The insertion logic does not account...