Skip to content
View Saanthan's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Saanthan

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. SearchViz README SearchViz README
    1
    # SearchViz
    2
    
                  
    3
    Interactive visualizer for search, pathfinding, and adversarial search algorithms. Watch BFS, A*, and a dozen others explore generated mazes, compare array search strategies side by side, or step through a minimax game tree — then play it out yourself in Tic-Tac-Toe or an N-Queens solver.
    4
    
                  
    5
    ![status](https://img.shields.io/badge/build-passing-brightgreen) ![license](https://img.shields.io/badge/license-MIT-blue)
  2. ArchViz README ArchViz README
    1
    # ArchViz — RISC-V Pipeline Visualizer
    2
    
                  
    3
    An interactive, **cycle-accurate** visualizer for the classic 5-stage RISC-V pipeline
    4
    (`IF → ID → EX → MEM → WB`). Write a small assembly program and scrub through it cycle by
    5
    cycle to watch data hazards, forwarding, load-use stalls, and branch flushes play out.
  3. SortViz README SortViz README
    1
    # SortViz
    2
    
                  
    3
    A real-time sorting algorithm visualizer built with React 18, Vite 5, Tailwind CSS, and Framer Motion. Watch 17 algorithms sort an array bar-by-bar, with color-coded comparisons, swaps, pivots, and a live animated particle background that runs off the main thread.
    4
    
                  
    5
    ![status](https://img.shields.io/badge/build-passing-brightgreen) ![license](https://img.shields.io/badge/license-MIT-blue)