Skip to content
View Antkuz17's full-sized avatar

Highlights

  • Pro

Block or report Antkuz17

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

Pinned Loading

  1. Mosaic-Generative-Operating-System Mosaic-Generative-Operating-System Public

    Forked from amanduhhhh/mosaic

    Mosaic is a generative UI system where a single prompt continuously re-drives the interface. User interactions trigger automatic re-prompting, causing the UI to evolve in real time as new data, com…

    TypeScript

  2. Neural_Network_From_Scratch Neural_Network_From_Scratch Public

    A neural network implementation built from scratch in C++, with all matrix operations, forward propagation, backpropagation, and gradient descent coded manually without any machine learning librari…

    C++

  3. Conways_Game_of_Life Conways_Game_of_Life Public

    A Conway's Game of Life simulation written in Rust with support for classic patterns including gliders, cribbage, and more

    Rust

  4. Expression_Evaluator Expression_Evaluator Public

    A mathematical expression evaluator built in Rust that correctly parses and computes expressions respecting operator precedence and nested parentheses. Implemented from scratch using a three stage …

    Rust

  5. Sudoku-Solver Sudoku-Solver Public

    Three Sudoku solving algorithms implemented in Zig, progressing from brute force backtracking to constraint propagation. Benchmarked across 8 puzzles to demonstrate how smarter candidate tracking e…

    Zig