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

Block or report akhashimov

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

  1. Group_Division_By_Preferences_DFS_CPP Group_Division_By_Preferences_DFS_CPP Public

    Using DFS to divide a given group of people into two or more groups based on preferences

    C++

  2. MazeGeneration-EscapePath_Algorithms_CPP MazeGeneration-EscapePath_Algorithms_CPP Public

    This program reviews different ways to generate mazes and also reviews different ways to build escape paths for the generated mazes. In the final paper, it has been reviewed, which algorithms serve…

    C++

  3. Quick_vs_Merge_vs_Heap_sorting_CPP Quick_vs_Merge_vs_Heap_sorting_CPP Public

    Sorting algorithms comparison: quick sort, merge sort, heap sort

    C++

  4. StringSearchAlgorithms-Comparison_CPP StringSearchAlgorithms-Comparison_CPP Public

    Comparing FSM, Rabin Karp, KMP, Sunday, and naive algorithms for searching a string in a text Report attached

    C++

  5. Trie_vs_BBST_vs_HashMap_StringSearch_DataStructures_CPP Trie_vs_BBST_vs_HashMap_StringSearch_DataStructures_CPP Public

    COMPARISON: Data structures for string searching

    C++