Swift
Swift copied to clipboard
All Algorithms implemented in Swift
These simple algorithms are not yet implemented in this repo. Would be useful if we can have these. And I would love to add them!
I added two basic algorithms that accept an integer and manipulate it in some way
This PR adds Cocktail sort algorithm.
This PR adds a dynamic programming solution to Fibonacci
Please merge my PR, and add label "hacktoberfest-accepted", Thank you! 😁
Please merge my commit as mark it as "hacktoberfest-accepted"
I have added algorithms for binary to decimal and decimal to binary conversion. I have also added a new category named conversion for algorithms with the goal to convert a...
Good evening Sir, I would like to add 3 implementations of checking if a string is palindrome, including implementation using for loop, recursion, and reversed() function. Do you think it...