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

Block or report DEBARGHYA4469

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 quantum-compiler Public

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

    Python 15 1

  2. algorithm-lib algorithm-lib Public

    Notes for algorithmic techniques used in competitive programming: .dev

    HTML 4 2

  3. design-pattern design-pattern Public

    Design Pattern Implementation in C++

    C++

  4. jekyll-blog-container jekyll-blog-container Public

    A lightweight Docker container for a minimalist Jekyll site.

    HTML

  5. light-years-game light-years-game Public

    C++ Light Years Game

    C++

  6. CP Template 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