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

Block or report ivanbgd

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

    My implementation of "Build a Fintech Platform in Rust": https://www.manning.com/liveprojectseries/fintech-platform-ser

    Rust 5 3

  2. Rope-Data-Structure-C Rope-Data-Structure-C Public

    Implementation of a data structure that can store a string and efficiently cut a part (a substring) of this string and insert it in a different position

    C 19 1

  3. A-Star_Algorithm A-Star_Algorithm Public

    Several different implementations of the A-Star algorithm, including a Bidirectional version.

    Python 21 3

  4. Udacity-Deep-Learning-ND101 Udacity-Deep-Learning-ND101 Public

    My solutions to the Udacity Deep Learning Nanodegree Foundation ND101 on-line course, with some examples in C, beside Python (https://www.udacity.com/course/deep-learning-nanodegree-foundation--nd101)

    Jupyter Notebook 1 2

  5. Algorithms-on-Strings Algorithms-on-Strings Public

    Various algorithms and data structures on strings

    Python

  6. Self-Balancing-Binary-Search-Trees Self-Balancing-Binary-Search-Trees Public

    Self-Balancing Binary Search Trees (AVL, Splay), with examples

    Python