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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. quantum-collider-sandbox quantum-collider-sandbox Public

    Real-time GPU particle physics simulation with a PDG-accurate catalog of 40 particles. Collisions, decays, and annihilations with relativistic kinematics.

    Python 1

  2. Huffman-encoding-visualizer 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

  3. QuickHull_Convex_Layers_Study 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

  4. huffman_encoding_study 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

  5. Genomic-Data-Processing-and-Analysis-Algorithms-for-DNA-Sequences 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++ 4

  6. Whitted-style-RayTracer Whitted-style-RayTracer Public

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

    C++