Skip to content
View Krythz43's full-sized avatar

Organizations

@CodeStash-KGP
Block or Report

Block or report Krythz43

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

  1. SwiftProjects SwiftProjects Public

    A collection of projects to learn various concepts in Swift

    Swift 1

  2. Artemis Artemis Public

    A NewsApp that has a precise target on its news as if it's the Demigod Artemis himself.

    Swift 1

  3. SolveNext-Codeforces SolveNext-Codeforces Public

    CLI version of codeforces problemsets which not only brings you all the problems present in Codeforces to your terminal effortlessly, but also orders them in the best way you should SolveNext.

    JavaScript 11 4

  4. Graph-Analysis-Using-Snap-CS60017 Graph-Analysis-Using-Snap-CS60017 Public

    Testing various properties of four different graphs using Stanford's Network Analysis Platform as a CS60019 assignment

    Python

  5. Chess-State-Detection Chess-State-Detection Public

    An application that takes the screen shot of your chess board from an online chess platform and predicts your next move

    C++ 2

  6. SegTreeSimulator.cpp SegTreeSimulator.cpp
    1
    #include <bits/stdc++.h>
    2
    using namespace std;
    3
    
                  
    4
    #define fastio ios_base::sync_with_stdio(0);cin.tie(NULL);cout.tie(NULL)
    5
    #define lli long long int