Skip to content
View VardGH's full-sized avatar
Block or Report

Block or report VardGH

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

Popular repositories

  1. problems problems Public

    Forked from hayrapetyanani/problems

    This is the repository for submitting problems for C++ programming session [July 2021]

    C++

  2. reversi reversi Public

    Reversi is a strategy board game for two players, played on an 8×8 uncheckered board.

    C++

  3. min_edge_cover min_edge_cover Public

    In graph theory, an edge cover of a graph is a set of edges such that every vertex of the graph is incident to at least one edge of the set.

    C++

  4. interpreter interpreter Public

    An interpreter is a computer program or software component that directly executes instructions written in a programming language without the need for a separate compilation step

    C++

  5. power_point power_point Public

    Microsoft PowerPoint is a widely used presentation software developed by Microsoft. It is part of the Microsoft Office suite of productivity tools and is designed to help users create and deliver v…

    C++

  6. bitset bitset Public

    A std::bitset is a class template provided by the C++ Standard Library that represents a fixed-size sequence of bits. It is a part of the Standard Template Library (STL) and is used to efficiently …

    C++