Skip to content
View ulyanin's full-sized avatar

Block or report ulyanin

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. GarbageCollection GarbageCollection Public

    Garbage Collection implementation via cpp

    C++ 1

  2. CMakeListsTaskMIPT CMakeListsTaskMIPT Public

    CMakeLists task for MIPT DIHT cource

    C++ 1

  3. Deque Deque Public

    Deque realization with iterators

    C++

  4. mergeable-heaps mergeable-heaps Public

    realizations of some mergeable heaps: binomial leftist and skew heaps

    C++

  5. SplayNextPermutation SplayNextPermutation Public

    realisation of next permutation O(logn) by splay tree

    C++

  6. suffixPrefixLCS suffixPrefixLCS Public

    Consider string s, t determine suffixPrefixLCS(i, j) = LCS(s[i..|s|], t[1..j]) for all possible i and j

    C++