Skip to content
View kheeva's full-sized avatar

Block or report kheeva

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. python's linked list python's linked list
    1
    __author__ = 'kheeva'
    2
    
                  
    3
    
                  
    4
    class EmptyLinkedListException(Exception):
    5
        def __init__(self, message='Error: LinkedList is empty.'):
  2. python max python max
    1
    from operator import itemgetter
    2
    from random import randint
    3
    from time import perf_counter as pc
    4
    import numpy as np
    5
    from dis import dis
  3. 108telecom_lk 108telecom_lk Public

    Python

  4. coursera_mipt_screensaver coursera_mipt_screensaver Public

    Python

  5. coursera_mipt_web coursera_mipt_web Public

    python web

    Rich Text Format 1 1

  6. rest-api-for-cfg-management rest-api-for-cfg-management Public

    Python