this repository contains my notes on algorithms, structured using obsidian knowledge graph, contains a visual explanation using the excalidraw plugin
Clone this repository
git clone https://github.com/4c656f/leetcodeopen folder as obsidian vault
To run tests, run the following commands:
Go to the language directory
cd ./rustbuild cargo dependencies
cargo runimport needed problem package into main file, run unit tests
cargo run tests