Skip to content
View sanyamg123's full-sized avatar

Block or report sanyamg123

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

    A matrix library that performs operations on generic matrices using expression templates and generic lambdas in C++.

    C++ 3

  2. BTREE-HEADER_FILE BTREE-HEADER_FILE Public

    This contains BTREE header file which further contains structure of Btree self-implemented by me without any sort of reference can let you create any Btree of any order just by taking in the values…

    C++ 3

  3. Cryptography Cryptography Public

    Implemented algorithms in cryptography while working for HackerRank.

    C++ 1

  4. NeuralNetworkProject NeuralNetworkProject Public

    It is a neural network based digit recogniser implemented from the scratch in python and runs on the MNIST data set.

    Python

  5. Wikipedia_Search_Engine Wikipedia_Search_Engine Public

    It is a search-engine that is designed based on Block sort based indexing and further uses relevance ranking based on the tf-idf scores of the documents in the Wikipedia Dump.

    Python 2