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

Block or report levongh

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
levongh/README.md

github stats from the starting point

Top Langs

Pinned

  1. energi energi Public

    Forked from energicryptocurrency/gen2-energi

    A cryptocurrency for mass adoption.

    C++

  2. energiminer energiminer Public

    Forked from energicryptocurrency/gen2-energiminer

    CPU / GPU miner for Energi

    C++

  3. graham_convex_hull graham_convex_hull Public

    Graham's scan is a method of finding the convex hull of a finite set of points in the plane with time complexity O(n log n).

    C++

  4. graph graph Public

    In mathematics, the graph partition problem is defined on data represented in the form of a graph G = (V,E), with V vertices and E edges, such that it is possible to partition G into smaller compon…

    C++ 4 1

  5. thread_pool thread_pool Public

    In computer programming, a thread pool is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated workers or worker-crew model, a thre…

    C++ 1 1

  6. unique_ptr unique_ptr Public

    The class template unique_ptr<T> manages a pointer to an object of type T. You will usually construct an object of this type by calling new to create an object in the unique_ptr constructor. After …

    C++