Skip to content
View KituniDevma's full-sized avatar

Block or report KituniDevma

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

Popular repositories Loading

  1. Recursive_Quick_Sort_Algorithm Recursive_Quick_Sort_Algorithm Public

    I developed this algorithm using C++ language.

    C++

  2. Itereative_Quick_Sort_Algorithm Itereative_Quick_Sort_Algorithm Public

    I developed this algorithm using C++

    C++

  3. Running_Median Running_Median Public

    In this algorithm, I have taken each integer one by one, and sorted the array, and calculated the mean in each an every instance separately.

    C++

  4. Stack_array Stack_array Public

    This is a stack implementation build using array in C++ language.

    C++

  5. Stack_linkedList Stack_linkedList Public

    Stack is implemented using linked list in C++ language.

    C++

  6. OOP_MusicalPerformance OOP_MusicalPerformance Public

    This is implemented using OOP concepts (Java language) . This is regarding a musical performance.

    Java