Skip to content
View akshatbaranwal's full-sized avatar

Organizations

@stimuler

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

    Python 5 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