56
edits
Changes
→Progress
[https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Storer%E2%80%93Szymanski LZSS] (Lempel–Ziv–Storer–Szymanski) is a compression algorithm that belongs to LZ77 family. It attempts to replace a string of symbols with a reference to a dictionary location of the same string.
Selection Sort algorithm loops through every value in an array and finds the minimum values, assuming sort in ascending order, then puts it to the sorted area.
code website: https://www.geeksforgeeks.org/selection-sort/
Bitonic Sort is a classic parallel algorithm for sorting.
https://www.geeksforgeeks.org/bitonic-sort/