harsh2102
Repos
17
Followers
25
Following
3

Events

harsh2102 create branch main
Created at 4 weeks ago
create repository
harsh2102 create repository
Created at 4 weeks ago

Update BubbleSort.c

Made it a user-defined array and the algorithm used for bubble sort was different and probably wrong, used a better and more efficient one for sidewise comparison. You compared one element with the entire array and swapped it, that was I suppose selection sort.

Merge pull request #101 from starrylight90/patch-5

Update BubbleSort.c

Created at 4 weeks ago
pull request closed
Update BubbleSort.c

Made it a user-defined array and the algorithm used for bubble sort was different and probably wrong, used a better and more efficient one for sidewise comparison. You compared one element with the entire array and swapped it, that was I suppose selection sort.

Created at 4 weeks ago
issue comment
Update BubbleSort.c

great

Created at 4 weeks ago

Update Calculator.c

Operator data type casting was happening, keeping it uniform throughout the entire is beneficial.

Merge pull request #102 from starrylight90/patch-6

Update Calculator.c

Created at 4 weeks ago
pull request closed
Update Calculator.c

Operator data type casting was happening, keeping it uniform throughout the entire is beneficial.

Created at 4 weeks ago

Update

Ununiformity found in the program. Missing return 0 as main is defined with int data type.

Merge pull request #103 from starrylight90/patch-7

Update

Created at 4 weeks ago
pull request closed
Update

Ununiformity found in the program. Missing return 0 as main is defined with int data type.

Created at 4 weeks ago