Skip to content
View 00x808080's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report 00x808080

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
00x808080/README.md

Hi there πŸ‘‹ I'm Sergey

πŸ’‘ Currently, I'm pursuing my studies in Artificial Intelligence at Johannes Kepler University (JKU).
πŸŽ“ I completed a C++ course at Yandex.Practicum.
πŸ” My interests include AI research, software development, and exploring innovative technologies.

Popular repositories Loading

  1. cpp-search-server-engine cpp-search-server-engine Public

    A multi-threaded C++ document search engine that ranks results using TF-IDF, supports filtering with minus-words, and ensures efficient query processing.

    C++

  2. cpp-transport-catalogue cpp-transport-catalogue Public

    A C++ application for managing bus routes, providing detailed stop and route information along with SVG map rendering.

    C++

  3. cpp-simple-vector cpp-simple-vector Public

    A simple implementation of the C++ vector container

    C++

  4. cpp-advanced-vector cpp-advanced-vector Public

    A custom implementation of the C++ vector container, focusing on efficient memory management, move semantics, and exception safety.

    C++

  5. cpp-mython cpp-mython Public

    A lightweight interpreter for the Mython programming language, featuring a lexer, parser, runtime execution, and statement handling.

    C++

  6. cpp-spreadsheet cpp-spreadsheet Public

    A C++ implementation of an electronic spreadsheet with support for formulas, cell dependencies, efficient recalculations, and robust error handling.

    C++