Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviRain-Su committed Jun 4, 2024
1 parent eacb166 commit c9b13c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
Introduction to algorithms thrid edition implement by rust, go.

## [Rust implement](./rust/README.md)

## [Go implementation](./go/READMD.md)
18 changes: 6 additions & 12 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,18 @@
//! - pop queue head element
//!

/// data struct
pub mod datastruct;
/// heap sort module
pub mod heap;
/// queue struct module
pub mod queue;
/// stack struct module
pub mod stack;

/// sort algorithm
pub mod sort;

/// search algorithm
pub mod search;

/// data struct
pub mod datastruct;

#[cfg(test)]
mod tests;
/// sort algorithm
pub mod sort;
/// stack struct module
pub mod stack;
pub mod utils;

pub mod chapter4;
Expand Down
1 change: 0 additions & 1 deletion rust/src/tests.rs

This file was deleted.

0 comments on commit c9b13c3

Please sign in to comment.