# algorithm **Repository Path**: xvsos/algorithm ## Basic Information - **Project Name**: algorithm - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2022-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # algorithm Implemention of basic algorithm and data structure by Rust. # Usage ## Show Usage ``` cargo run ``` ## Insertion Sort ``` cargo run --example insertion_sort ``` ## Binary Search ``` cargo run --example binary_search ```