Skip to content

wein98/Advanced-Algorithm-Data-Structure

Repository files navigation

Advanced-Algorithm-Data-Structure

Algorithms that I have worked on in Advanced Algorithm and Data Structure course in Monash Malaysia.

All the codes are purely built and written by myself, some may be referring to random resources. The files naming are not consistent with the context below, I will reorganize them when I have the time :D Test modules are not built with these codes, efficiency are not confirmed yet. I will make them if I have time :D

Context:

  • Gusfield's Z-algorithm
  • Boyer Moore's algorithm
  • Boyer Moore's algorithm (mirrored version)
  • Ukkonen's suffix tree
    • Compute Burrows-Wheeler Transform from Ukkonen's implicit suffix tree
  • LZSS Data Compression
    • encoding and decoding
    • implemented in bitstring
    • encoding string matching using dumb Z-algo
    • Elias code
    • Basic Fibonacci Heap (insert, extract min)
    • Huffman codeword

About

Algorithms code that I have worked on in Advanced Algorithm and Data Structure course in Monash Malaysia.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages