# Algorithms ## Sorting - [Bubble Sort](./Sorting/Bubble-Sort.md) - [Merge Sort](./Sorting/Merge-Sort.md) ## Strings - [Palindrome](./Strings/Palindrome.md) ## Others [How to add new algorithm documentation?](./CONTRIBUTING.md)