Skip to content
View VardanGrigoryan's full-sized avatar
Block or Report

Block or report VardanGrigoryan

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. Երկու տողերի միջև Լևենշտեյնի հեռավոր... Երկու տողերի միջև Լևենշտեյնի հեռավորության որոշում, Վագներ Ֆիշերի ալգորիթմի իրականացում C++ լեզվով
    1
    
                  
    2
    #include <vector>
    3
    
                  
    4
    double vagner_fisher_sed_algo(const std::string& s, 
    5
    		const std::string& d)
  2. fast exponentiation, cp time fast exponentiation, cp time
    1
    /* 
    2
    * A fast exponentiation. 
    3
    * The algo has O(log(m)) time complexity, additionally it gets a boost because of compile time.
    4
    */
    5
    
                  
  3. test_task test_task Public

    A sample, test project

    HTML

  4. small_access_control_list small_access_control_list Public

    access control list

    HTML

  5. avl_map avl_map Public

    Container-like dictionary implementation using AVL tree data structure

    C++