Skip to content
View ARC345's full-sized avatar

Block or report ARC345

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

    A sudoku solver using the command prompt and static arrays (no std::strings or std::vectors used)

    C++ 5 1

  2. ARC-Engine ARC-Engine Public

    C++ 1

  3. conway game of life using opencv conway game of life using opencv
    1
    #include <opencv2/opencv.hpp>
    2
    #include <iostream>
    3
    
                  
    4
    using namespace std;
    5
    using namespace cv;
  4. Lenia implementation with c++ and op... Lenia implementation with c++ and opencv
    1
    /* Copyright:       Copyright (C) 2024 Arnav Rastogi
    2
    3
    This program is free software: you can redistribute it and/or modify
    4
    it under the terms of the GNU General Public License as published by
    5
    the Free Software Foundation, version 3 of the License
  5. ARC-SurvivalGame ARC-SurvivalGame Public

    C++ 1