Skip to content
View APwhitehat's full-sized avatar

Organizations

@pclubiitk

Block or report APwhitehat

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GSoC_Work_report GSoC_Work_report Public

    Report of work done as part of the Google Summer of Code 2018 in Matrix.org

  2. http_threadripper http_threadripper Public

    HTTP 1.1 server which shows off high concurrency capabilities of C++

    C++ 6

  3. C++ implementation of tarjan's algor... C++ implementation of tarjan's algorithm for finding Strongly connected components
    1
    typedef vector<int> vi;
    2
    typedef vector<vi> vvi;
    3
    #define pb push_back
    4
    #define MAX 100005
    5
    // C++ implementation of tarjan's algorithm for SCC
  4. NumericalMethods NumericalMethods Public

    Codes written as a part of programming assignments for course ESO208

    Python 4