Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Welcome to algo-ds

This is a dummy mdBook documentation project for the algo-ds repository.

You can build the site locally with:

mdbook build

You can also serve it locally with:

mdbook serve

Getting Started

This sample documentation shows how to use mdBook in a simple repository.

Build

Run:

mdbook build

The generated HTML files will appear in the book/ directory.

Serve

Run:

mdbook serve

Then open http://localhost:3000 in your browser.