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

Block or report vitasiku

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 Loading

  1. is_cyclic.py is_cyclic.py
    1
    def is_cyclic(input_list):
    2
        """
    3
        The intuition is very simple and can be thought of as traversing a double-linked list or tree-traversals.
    4
        - For the given_list to be cyclic, the first and last chars in words that form the list should match.
    5
        - Which means, these chars should form even pairs.
  2. burst_detection burst_detection Public

    Forked from nmarinsek/burst_detection

    Detect bursts in batched data using Kleinberg's (2002) algorithm.

    Jupyter Notebook 1

  3. intro-to-d3 intro-to-d3 Public

    Forked from square/intro-to-d3

    a D3.js tutorial

    CSS

  4. labelImg labelImg Public

    Forked from HumanSignal/labelImg

    🤘 LabelImg is a graphical image annotation tool and label object bounding boxes in images

    Python

  5. spacex-go spacex-go Public

    Forked from jesusrp98/spacex-go

    Simple yet powerful, open-source SpaceX launch tracker.

    Dart

  6. spectator-py spectator-py Public

    Forked from Netflix/spectator-py

    Python