competetive-code-hacktoberfest icon indicating copy to clipboard operation
competetive-code-hacktoberfest copied to clipboard

For Hacktoberfest Contribution

Results 29 competetive-code-hacktoberfest issues
Sort by recently updated
recently updated
newest added

Adding Selection Sort Algorithm in Python which will sort the array with Time Complexity O(n^2) and Space Complexity O(1)

#24 I made Selection and Insertion in Python to increase the number of sort algorithms

Insertion Sort for single character with example.

Takes number of discs as user input and outputs all the moves using recursive function