Pinned Repositories
A-Star_Algorithm
Several different implementations of the A-Star algorithm, including a Bidirectional version.
Algorithms-on-Strings
Various algorithms and data structures on strings
codecrafters-bittorrent-rust
A BitTorrent client (from a Codecrafters challenge)
Dijkstra-Shortest-Paths-Algorithm
Different implementations of the Dijkstra Shortest Paths algorithm, including a Bidirectional version.
fintech_platform
My implementation of "Build a Fintech Platform in Rust"
reduce-image-size-rust
Reduces size of images in a folder
Rope-Data-Structure
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.
Rope-Data-Structure-C
A C 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
stock-trading-cli-with-async-streams
My implementation of "Build a Stock-Tracking CLI with Async Streams in Rust" - The Actor Model
Udacity-Deep-Learning-ND101
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)
ivanbgd's Repositories
ivanbgd/A-Star_Algorithm
Several different implementations of the A-Star algorithm, including a Bidirectional version.
ivanbgd/Rope-Data-Structure-C
A C 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
ivanbgd/fintech_platform
My implementation of "Build a Fintech Platform in Rust"
ivanbgd/stock-trading-cli-with-async-streams
My implementation of "Build a Stock-Tracking CLI with Async Streams in Rust" - The Actor Model
ivanbgd/Dijkstra-Shortest-Paths-Algorithm
Different implementations of the Dijkstra Shortest Paths algorithm, including a Bidirectional version.
ivanbgd/reduce-image-size-rust
Reduces size of images in a folder
ivanbgd/Algorithms-on-Strings
Various algorithms and data structures on strings
ivanbgd/Matrix-Multiplication-MatMul-C
Matrix Multiplication of non-square matrices in C, including parallel versions
ivanbgd/reduce-image-size-python
Reduces size of images in a folder
ivanbgd/Udacity-Deep-Learning-ND101
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)
ivanbgd/codecrafters-bittorrent-rust
A BitTorrent client (from a Codecrafters challenge)
ivanbgd/Machine-Learning-Practicing
My Machine Learning practicing; low level implementations of algorithms
ivanbgd/Self-Balancing-Binary-Search-Trees
Self-Balancing Binary Search Trees (AVL, Splay), with examples
ivanbgd/Binary-Tree-Traversals
Binary Tree Traversals
ivanbgd/bioinf_demo
A Bioinformatics demo in Python working with FASTQ files and using the Modin library
ivanbgd/codecrafters-dns-server-rust
A DNS server (from a Codecrafters challenge)
ivanbgd/codecrafters-http-server
An HTTP server (from a Codecrafters challenge)
ivanbgd/Coursera-Neural-Networks-for-Machine-Learning-in-Python
Complete starter code for all programming assignments in Python
ivanbgd/dask_demo_reins
A Dask library for Big Data processing in Python demo
ivanbgd/Disjoint-Sets-Data-Structure
Efficient implementation of the Disjoint Sets data structure in Python
ivanbgd/ethereum-handshake
Ethereum peer-to-peer handshake procedure
ivanbgd/genetic-algorithm-maximum-area-in-ellipse-python3
Genetic Algorithm in Python 3 for inscribing a triangle of the maximum area in a given ellipse.
ivanbgd/Hash-Functions-and-Tables
Hash Functions and Tables, including Rabin-Karp for strings
ivanbgd/Heap-Data-Structure
The Heap data structure in Python, with the Heap Sort algorithm
ivanbgd/Linked-Lists
The Linked List data structure, with example usage
ivanbgd/Matrices-C
Matrix operations in C, sequential and parallel implementations (Open MP)
ivanbgd/rust_book
https://doc.rust-lang.org/book/
ivanbgd/Statistics
Statistics algorithms, sequential and parallel implementations
ivanbgd/WPF_Practice
Practicing WPF in C# (.NET)
ivanbgd/zero2prod
Implementation of the "Zero to Production in Rust" Book by Luca Palmieri, https://www.zero2prod.com