Skip to content
View yetiwannacode's full-sized avatar

Block or report yetiwannacode

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 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
yetiwannacode/README.md

Hey, I'm Ayush

I'm a Computer Science undergraduate at BITS Pilani interested in C++, data structures and algorithms, systems programming, AI/ML, and scientific computing.

Currently, I am strengthening my foundations in performance-conscious software engineering, DSA, and applied AI.

Current Focus

  • C++ and systems programming
  • Data structures and algorithms
  • Low-latency trading systems
  • AI/ML applications
  • Scientific computing and astronomy datasets
  • Open-source contributions

Featured Projects

C++ Matching Engine Simulator

A simplified matching engine and limit order book simulator built in C++ with price-time priority matching, partial fills, order cancellation, order modification, trade logging, command-based input, and synthetic order-flow benchmarking.

Tech: C++, STL, Makefile
Highlights: Order book design, price-time priority, FIFO queues, hash-map based order lookup, single-run and multi-run benchmarking

Sample benchmark: Processed 100,000 synthetic orders across 5 runs, averaging approximately 25 ms per run and 0.25 microseconds per order in a simplified in-memory simulation.

Repository


Algorithm Visualizer

A Java Swing application that visualizes searching and sorting algorithms step-by-step with operation counts and complexity display.

Tech: Java, Swing
Highlights: Sorting/searching visualization, step-by-step execution, operation counters, time-complexity display

Repository


HCL AI Buildathon 2026 — AI Safety Platform

A full-stack AI safety platform built for the HCL AI Buildathon, focused on detecting suspicious digital content, extracting useful information, and helping users make safer decisions.

Tech: Python, FastAPI, SQLite, Gemini APIs, Pydantic
Highlights: Scam detection, document analysis, authentication, database-backed workflows, AI guardrails

Repository


C.O.T.E.ai — AI Learning Platform

An AI-powered learning platform with classroom workflows, RAG-based doubt solving, assessments, flashcards, and personalized roadmaps.

Tech: FastAPI, React, TypeScript, LangChain, ChromaDB, HuggingFace, Gemini, AWS
Highlights: PDF ingestion, vector search, AI assessments, teacher analytics, roadmap generation

Repository


GistGenie — Smart Meeting Assistant

An automation workflow that converts meeting transcripts into summaries, action items, and calendar-ready follow-ups.

Tech: n8n, Google APIs, OpenAI/Azure OpenAI
Highlights: Transcript summarization, task extraction, follow-up generation, workflow automation

Repository

Currently

  • Practicing DSA for software internship interviews
  • Building C++ systems projects
  • Exploring low-latency trading systems
  • Working on stronger AI/ML and scientific computing projects
  • Improving my GitHub portfolio with cleaner, well-documented repositories

Technical Interests

  • C++ systems programming
  • Data structures and algorithms
  • Trading systems and market infrastructure
  • Machine learning and applied AI
  • Scientific computing
  • Backend engineering

Tech Stack

Languages: C++, C, Python, Java, JavaScript, TypeScript
Core CS: Data Structures and Algorithms, OOP, DBMS
AI/ML: PyTorch, scikit-learn, LangChain, ChromaDB, HuggingFace
Backend/Web: FastAPI, React, SQLite, REST APIs

Pinned Loading

  1. cpp-matching-engine cpp-matching-engine Public

    A C++ matching engine simulator with price-time priority matching, order management, and latency benchmarking.

    C++

  2. student-record-management-c student-record-management-c Public

    A modular student record management system in C using linked lists, file I/O, dynamic memory management, and input validation.

    C

  3. Algo-visualizer_JAVA Algo-visualizer_JAVA Public

    Step-by-step algorithm visualizer for searching and sorting algorithms (Java, Swing)

    Java

  4. AWS-hackathon AWS-hackathon Public

    Forked from gibber29/AWS-hackathon

    AI-powered learning platform with RAG, assessments, flashcards, personalized roadmaps, and classroom workflows.

    TypeScript

  5. hcl_ai_buildathon_2026 hcl_ai_buildathon_2026 Public

    Forked from Admirable-humour/hcl_ai_buildathon_2026

    Autonomous AI Honeypot system that detects scam messages and actively engages scammers to extract critical information like bank account details, UPI IDs, and phishing links.

    Python

  6. GistGenie--Smart-meeting-assistant GistGenie--Smart-meeting-assistant Public

    GistGenie is a no-code / low-code automation built in n8n that turns Google Meet transcripts into concise summaries, personalized to-do lists, and calendar reminders — all triggered automatically f…