- Rust
- Sveltekit
- JavaScript
- obscure and unnecessary solutions for made up problems
- [generic attribute]
- [generic attribute]
- [generic attribute]
- [contact information]
This is a Rust-based autocomplete and search tool that runs client-side using WebAssembly. It provides functionality for autocomplete and retrieval of content based on search queries.
Rust
This tool implements a simple linear regression algorithm as a proof of concept. It is designed to perform linear regression given a dataset and a target value, returning the predicted value, slopeโฆ
Rust
This is a simple chess engine implemented in Rust using the minimax algorithm with alpha-beta pruning for decision-making.
Rust
This is a simple RingBuffer implementation I wrote, because I encountered a problem on LeetCode that required one, and I thought it would be a good practice to implement it myself (never used one bโฆ
Rust