Skip to content
View SRG08's full-sized avatar
  • Bangalore

Block or report SRG08

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. Bubble Sort.py Bubble Sort.py
    1
    # Bubble Sort - Compare and swapping two elements like small soap bubbles and hence the name given as bubble sort.
    2
    
                  
    3
    
                  
    4
    def bubble(list_item):
    5
        index_len = len(list_item) - 1
  2. Data-Structures-in-Python Data-Structures-in-Python Public

    Data Structures in Python

    Jupyter Notebook 1

  3. Searching-Sorting-and-Pointers-Algorithms Searching-Sorting-and-Pointers-Algorithms Public

    Jupyter Notebook

  4. DesignPatternsInPython DesignPatternsInPython Public

    Python