My portfolio, showing various projects I have completed, and highlighting my core experience and skills in the software development field
- [Complete] Ratcliff-Obershelp (fuzzy string ratio): link
- [Complete] Damerau-Levenshtein (string similarity): link
- [Complete] Levenshtein (with Python integration): link
- [Complete] Longest common subsequence (fuzzy similarity): link
- [Complete] Longest common substring (substring within a string similarity): link
- [Complete] General sorting algorithms with templates (bubble sort, insertion sort, merge sort, quick sort, selection sort): link
- [Complete] Price combination problem (exhaustive combination generation that adds up to total price, using cartesian product): link