Skip to content
View AkshatBaranwal's full-sized avatar

Organizations

@stimuler
Block or Report

Block or report AkshatBaranwal

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

    Customizations for Linux Terminal

    Shell 4 2

  2. feedback feedback Public

    Feedback Management System for college made as a project for DBMS using Flutter and PostgreSQL

    Dart 2 1

  3. CP Algorithms CP Algorithms
    1
    // BINARY EXPONENTIATION
    2
    ll bxp(ll a, ll b, ll b) {
    3
        ll r = 1;
    4
    
                  
    5
        while (b) {
  4. Athe1stB/9-BOX-PUZZLE Athe1stB/9-BOX-PUZZLE Public

    Java 1