Skip to content

Commit

Permalink
index cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ghimiresdp committed Sep 30, 2024
1 parent 1d0433a commit 23fd6e1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 33 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resolver = "2"
members = [
"_lib",
"algorithms",
"complexity-analysis",
"data-structures",
"design-patterns",
"macros",
Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,7 @@ cargo test --bin huffman
7. [Coin Change Problem](problem-solving/dp/coin_change.rs) `cargo run --bin coin_change`
8. [Palindrome Partition](problem-solving/dp/palindrome_partition.rs) `cargo run --bin palindrome_partition`

### [4.3. Pro Level Problems](problem-solving/pro/)

1. [Backtracking]
2. [Divide and Conquer]
3. [Branch and Bound]

## [5. Complexity Analysis](./complexity-analysis/)

### [5.1. Time Complexity analysis]

### [5.2. Space Complexity analysis]

## [6. Projects](./projects/)
## [5. Projects](./projects/)

> **Note**: Topics that do not contain hyperlinks are work in progress and will
> be updated as soon as the solution gets completed.
Expand Down
6 changes: 0 additions & 6 deletions complexity-analysis/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions complexity-analysis/src/main.rs

This file was deleted.

6 changes: 0 additions & 6 deletions problem-solving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@
6. [Longest Common Subsequence](dp/longest_common_subsequence.rs) `cargo run --bin lcs`
7. [Coin Change Problem](dp/coin_change.rs) `cargo run --bin coin_change`
8. [Palindrome Partition](dp/palindrome_partition.rs) `cargo run --bin palindrome_partition`

### [4.3. Pro Level Problems](pro/)

1. [Backtracking]
2. [Divide and Conquer]
3. [Branch and Bound]

0 comments on commit 23fd6e1

Please sign in to comment.