Skip to content

Commit

Permalink
Remove boolean gate
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Apr 22, 2024
1 parent 918791f commit a41a029
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 186 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ resolver = "2"

members = [
"bit_manipulation",
"boolean_gates",
"conversions",
"data_structures",
"math",
"physics",
"searches",
"sorts",
"graphs",
Expand Down
7 changes: 0 additions & 7 deletions boolean_gates/Cargo.toml

This file was deleted.

22 changes: 0 additions & 22 deletions boolean_gates/src/and_gate.rs

This file was deleted.

26 changes: 0 additions & 26 deletions boolean_gates/src/lib.rs

This file was deleted.

22 changes: 0 additions & 22 deletions boolean_gates/src/nand_gate.rs

This file was deleted.

21 changes: 0 additions & 21 deletions boolean_gates/src/nor_gate.rs

This file was deleted.

20 changes: 0 additions & 20 deletions boolean_gates/src/not_gate.rs

This file was deleted.

22 changes: 0 additions & 22 deletions boolean_gates/src/or_gate.rs

This file was deleted.

21 changes: 0 additions & 21 deletions boolean_gates/src/xnor_gate.rs

This file was deleted.

22 changes: 0 additions & 22 deletions boolean_gates/src/xor_gate.rs

This file was deleted.

0 comments on commit a41a029

Please sign in to comment.