Skip to content

Conversation

Desmond325
Copy link

@Desmond325 Desmond325 commented Aug 3, 2022

No description provided.

TKF486 and others added 7 commits August 3, 2022 22:46
add comb sort algorithm and add up comb sort testing
comb sort algorithm
change testing code
Added Shell Sort Algorithm
@Desmond325 Desmond325 changed the title Added CombSort algorithm Added ShellSort algorithm Aug 6, 2022
Add some comments on the source code.

public function testShellSort2()
{
$array = array(7, 9, 1, 6, 2, 5, 0));
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
$array = array(7, 9, 1, 6, 2, 5, 0));
$array = array(7, 9, 1, 6, 2, 5, 0);

Copy link
Contributor

@darwinz darwinz left a comment

Choose a reason for hiding this comment

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

Please fix the syntax error

@darwinz
Copy link
Contributor

darwinz commented Sep 2, 2023

@Desmond325 please respond to the feedback provided in the review or this PR will be closed

@darwinz darwinz closed this Feb 4, 2024
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.

3 participants