Skip to content
View krems's full-sized avatar

Block or report krems

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

Popular repositories Loading

  1. nv_center_modelling nv_center_modelling Public

    Python 2 2

  2. smart_pointers smart_pointers Public

    A Factory of Smart Poiters for both simple pointers and arrays (Ownership Strategy choosed by template parameter)

    C++ 1

  3. .emacs.d .emacs.d Public

    Emacs Lisp

  4. python_merge_sort python_merge_sort Public

    Stable merge sort in python, replaced by insertion sort on small sizes.

    Python

  5. python_qsort python_qsort Public

    Quick sort(unstable) in python, replaced by insertion sort on small sizes.

    Python

  6. heap_sort_cpp heap_sort_cpp Public

    class Heap and function heapSort

    C++