Skip to content
View DEBARGHYA4469's full-sized avatar
❄️
❄️

Block or report DEBARGHYA4469

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

Hi 👋

  • 🔭 I am Debarghya, self-taught programmer interested in solving algorithmic puzzles. Checkout my gh-pages where I keep my notes on algorithms/data structures used in competitive coding.
  • ♟️I also like playing chess and watching chess games in my free time. Send me game request at Enpassant_Pawn@Lichess
  • 📰 Check out my personal blog where I keep my notes for competitive programming.

Pinned Loading

  1. quantum-compiler Public

    Implementation of Solovay Kitaev Algorithm for approximating any n-qubit gate using gates from library set {H,T,CNOT,S}.

    Python 14 1

  2. algorithm-lib Public

    Notes for algorithmic techniques used in competitive programming: .dev

    HTML 3 1

  3. design-pattern Public

    Design Pattern Implementation in C++

    C++

  4. jekyll-blog-container Public

    A lightweight Docker container for a minimalist Jekyll site.

    HTML

  5. light-years-game Public

    C++ Light Years Game

    C++

  6. CP Template
    1
    #include <ext/pb_ds/assoc_container.hpp>
    2
    #include <bits/stdc++.h>
    3
    
                  
    4
    #define log(...) cerr << __LINE__ << ": "; logger(#__VA_ARGS__,__VA_ARGS__)
    5
    #define eb emplace_back