Skip to content
View AvishiktaBagchi's full-sized avatar

Block or report AvishiktaBagchi

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
AvishiktaBagchi/README.md
  • 👋 Hi, I’m @AvishiktaBagchi
  • 👀 I’m interested in learning about all things cyber security, web-dev, and computing theory!
  • 🌱 I’m currently learning about operating systems, network security, and web development.
  • 💞️ I’m looking to collaborate on web-dev and cybersecurity projects
  • 📫 How to reach me: EMAIL: avi.bagchi04@gmail.com

Popular repositories Loading

  1. AvishiktaBagchi AvishiktaBagchi Public

    Config files for my GitHub profile.

  2. 2336-P1-Timers 2336-P1-Timers Public

    All school and personal projects archived

    Java

  3. 2336-P2-Linked 2336-P2-Linked Public

    Java

  4. Concurrent_Prefix_Sum Concurrent_Prefix_Sum Public

    Solving the Prefix-Sum problem using processes, arrive-and-wait barrier for synchronization, and a concurrent implementation of the Hillis-Steele algorithm .

    C

  5. WEHACK WEHACK Public

    Python

  6. Minimax_AI_Game Minimax_AI_Game Public

    Using the Minimax algorithm to create a Jumpy game that responds with the best move in order to win the game and get its own pieces off the board. The minimax algorithm is optimized by using Alpha-…