Skip to content
View aayushgoyal443's full-sized avatar
🎯
Focusing
🎯
Focusing
  • IIT Delhi
  • Bangalore, India

Block or report aayushgoyal443

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

Pinned Loading

  1. CodegenAgent CodegenAgent Public

    Sample code-gen agent using AI agent

    Python

  2. MCPs MCPs Public

    mcps created by me

    Python

  3. Maze-simulation Maze-simulation Public

    Dijkstra's algorithm simulation to show an optimal solution to the pizza delivery problem.

    C++

  4. COVID-SMASH COVID-SMASH Public

    Multiplayer Pacman kind of Maze game built using SDL2 library in C++

    C++ 2

  5. Traffic-Density-Analyser Traffic-Density-Analyser Public

    Queue and Dynamic Density calculation. Utility vs Run-time analysis of different methods employed (like temporal threading) to make the process more efficient.

    C++

  6. Dynamic-Memory-Allocator Dynamic-Memory-Allocator Public

    A Dynamic memory allocation system for efficient use of memory. Uses AVL Tree for implementation and thus has efficient Time complexity.

    Java