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

Block or report sash00k

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. python-hw python-hw Public

    Practice on small but interesting Python tasks.

    Python

  2. python-based-shell python-based-shell Public

    Python implementation of a shell with some basic commands like 'ls', 'cd', '>', '>>', ' grep', etc.

    Python

  3. woodcutter-game-bot woodcutter-game-bot Public

    Here is my bot, it has reached a score of 231k points in the Karate Kido 2.

    Python

  4. yes-no-questions-classifier yes-no-questions-classifier Public

    In this project I used various methods to answer yes/no questions: from manual vectorization and further applying classical machine learning algorithms to the use of pre-trained deep neural networks.

    Jupyter Notebook

  5. kruskal-s-algorithm kruskal-s-algorithm Public

    Here is an effective implementation of the Kruskal algorithm based on the DisjointSet-structure.

    Python

  6. database-with-requests-syntax database-with-requests-syntax Public

    Implementation of the simplest database that supports queries to form a sample of students and teachers who meet the conditions specified in the queries.

    Python