Skip to content
View jyuv's full-sized avatar
Block or Report

Block or report jyuv

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

Hi there

Here I share some algorithmic projects of mine and other things that some of you may find helpful and useful.

Distributed Graphs Blogpost Medium

If you are interested in graphs and distributed algorithms, you might wanna check out the series of blogposts I made. The posts are covering a paper suggesting a sub-linear algorithm to form an MST from a graph. They are written in order to provide a deep intuitive dive into the paper, focusing mainly on the intuition and the algorithmic ideas and reasoning, rather than rather than presenting long rigorous proofs. The first post in the series is accessible here.

jyuv's GitHub stats

Pinned

  1. DPLLT DPLLT Public

    DPLLT fot SMT problems using CDCL, BCP & DLIS. Provided with TQ & UF theories

    Python

  2. Mos-Algorithm Mos-Algorithm Public

    Python implementation of Mo's Algorithm - a method for answering a series of range queries on the same array. The repository provides a general interface for Mos operations

    Python

  3. RevisedSimplex RevisedSimplex Public

    A high performence numpy based implementation of revised simplex

    Python

  4. segment-tree segment-tree Public

    A generic python3 implementation of segment tree and dual segment tree data structures. Supporting generic inputs and non-commutative functions.

    Python

  5. scipy scipy Public

    Forked from scipy/scipy

    SciPy library main repository

    Python

  6. pandas-dev/pandas pandas-dev/pandas Public

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

    Python 42k 17.4k