Skip to content
View ml3m's full-sized avatar
🍜
cooking
🍜
cooking

Block or report ml3m

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ml3m/README.md

Hello, I'm Mlem I do algorithms!

Pinned Loading

  1. huffman_encoding_study Public

    Benchmark for comparing data compression algorithms including Huffman Encoding, Burrows-Wheeler Transform (BWT), and Run-Length Encoding (RLE). Metrics of compression ratios, performance, and space…

    Go

  2. TuneType Public

    TuneType is an advanced music genre classification system that leverages machine learning and audio signal processing to accurately identify the genre of any music track.

    Python 1

  3. Genomic-Data-Processing-and-Analysis-Algorithms-for-DNA-Sequences Public

    This tool analyzes genomic data in FASTA format, calculates GC content for each sequence, and computes the overall GC content for the genome. Future updates will include advanced algorithms for seq…

    C++ 3

  4. Whitted-style-RayTracer Public

    An implementation in C++ of a Whitted-style Ray Tracer inspired by Dr Peter Shirley's works.

    C++

  5. QuickHull_Convex_Layers_Study Public

    This repository showcases the computation and animation of convex hull layers using a QuickHull-based algorithm. It provides a detailed visualization of convex hull generation for 2D point sets, wi…

    Python 2

  6. Huffman-encoding-visualizer Public

    A Huffman encoding visualizer developed in Go, utilizing the m1gwings's treedrawer library. This tool provides a hands-on way to explore the inner workings of Huffman coding, making it an excellent…

    Go