Skip to content
View IvanIsCoding's full-sized avatar

Highlights

  • Pro

Organizations

@googlers
Block or Report

Block or report IvanIsCoding

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

  1. Qiskit/rustworkx Qiskit/rustworkx Public

    A high performance Python graph library implemented in Rust.

    Rust 846 125

  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 38 2

  3. ResuLLMe ResuLLMe Public

    Enhance your résumé with Large Language Models

    Python 229 70

  4. Quantum Quantum Public

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

    Jupyter Notebook 12 9

  5. CompetitiveProgramming CompetitiveProgramming Public

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

    C++ 72 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;