Changes

Jump to: navigation, search

Happy Valley

27 bytes removed, 13:13, 8 April 2018
Progress
== Progress ===== Assignment 1 ===
==== LZSS ====
[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.
==== SelectionSort ====
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 ====
Bitonic Sort is a classic parallel algorithm for sorting.
https://www.geeksforgeeks.org/bitonic-sort/
=== Assignment 2 ====== Assignment 3 ===
56
edits

Navigation menu