Skip to content
View IvanIsCoding's full-sized avatar

Highlights

  • Pro

Organizations

@googlers
Block or Report

Block or report IvanIsCoding

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Qiskit/rustworkx Qiskit/rustworkx Public

    A high performance Python graph library implemented in Rust.

    Rust 981 142

  2. GNN-for-Combinatorial-Optimization GNN-for-Combinatorial-Optimization Public

    JAX + Flax implementation of "Combinatorial Optimization with Physics-Inspired Graph Neural Networks" by Schuetz et al.

    Jupyter Notebook 41 2

  3. ResuLLMe ResuLLMe Public

    Enhance your résumé with Large Language Models

    Python 269 78

  4. Quantum Quantum Public

    A hands-on approach to quantum computing: Jupyter notebooks discussing quantum computing in Python using Qiskit.

    Jupyter Notebook 14 11

  5. CompetitiveProgramming CompetitiveProgramming Public

    Solutions to 1500+ problems from ACM ICPC and OIs hosted on DMOJ, SPOJ, and beecrowd

    C++ 73 9

  6. Educational Dynamic Programming Cont... Educational Dynamic Programming Contest - AtCoder
    1
    // Ivan Carvalho
    2
    // Problem A - Educational Dynamic Programming Contest - AtCoder
    3
    // Link : https://atcoder.jp/contests/dp
    4
    #include <bits/stdc++.h>
    5
    using namespace std;