Skip to content

Commit

Permalink
weiss: Remove subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Nov 15, 2023
1 parent 8e21fad commit 2a2d254
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
# Custome
"leetcode/*.*",
"robert",
"weiss/c02",
"weiss",
]

exclude = [
Expand Down
3 changes: 1 addition & 2 deletions weiss/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
cmake_minimum_required(VERSION 3.10)
project(weiss C)

add_subdirectory(c03)
add_subdirectory(c07)
add_subdirectory(c)
23 changes: 23 additions & 0 deletions weiss/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[package]
name = "weiss"
version = "0.1.0"
edition = "2021"
publish = false

[[bin]]
name = "weiss_gcd"
path = "src/gcd.rs"

[[bin]]
name = "weiss_binary_search"
path = "src/binary_search.rs"

[[bin]]
name = "weiss_pow"
path = "src/pow.rs"

[[bin]]
name = "weiss_subsequence_of_sum"
path = "src/subsequence_of_sum.rs"

[dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions weiss/c02/Cargo.toml

This file was deleted.

Empty file removed weiss/c07/CMakeLists.txt
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a2d254

Please sign in to comment.