Skip to content

rust-dsa/rust-dsa.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in Rust

This repository contains the source for the rust-dsa.github.io website.

Host locally using mdbook

Prerequisites: cargo must be installed

  1. cd into the folder in which you have the src folder
  2. run cargo install mdbook
  3. run mdbook serve --open