Skip to content
View hellraiser7's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Mumbai
Block or Report

Block or report hellraiser7

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. Algorithms Algorithms Public

    Thought I could share my preparation, as staggered as it may be, on this platform so that I could even get the tiniest amount of confidence by sharing my solutions from solving leetcode.

    Python 1

  2. Design-Patterns Design-Patterns Public

    A practice repo for revising design patterns in cpp

    C++ 1

  3. Spotify-Clone Spotify-Clone Public

    Code regarding a clone of the Spotify music player, containing 16 of my favourite songs.

    HTML 1

  4. ChessAI ChessAI Public

    A Chess AI which is playable upto a depth search of 4. Minimax algorithm with alpha-beta pruning has been utilized in order to develop the best moves for the computer.

    JavaScript