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/leetcode
open folder as obsidian vault
To run tests, run the following commands:
Go to the language directory
cd ./rust
build cargo dependencies
cargo run
import needed problem package into main file, run unit tests
cargo run tests