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

🎇 About Me:

Hello, I'm Mlem I do algorithms!

📊 GitHub Stats:

GitHub Streak


Tip

Pinned Loading

  1. 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

  2. experimental_comparison_of_sorting_algorithms experimental_comparison_of_sorting_algorithms Public

    Experimental Comparison of Different Sorting Algorithms. This project provides a Benchmark to evaluate the efficiency of sorting algorithms by measuring their execution time under different scenarios.

    Python

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

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

  5. Operating_Systems Operating_Systems Public

    works on Operating Systems course.

    C 3

  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++