Skip to content

Commit

Permalink
Remove inner README.md and rename crate names to include year
Browse files Browse the repository at this point in the history
  • Loading branch information
Alextopher committed Dec 13, 2023
1 parent 5355805 commit 294f0e8
Show file tree
Hide file tree
Showing 43 changed files with 61 additions and 59 deletions.
49 changes: 32 additions & 17 deletions y23/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,57 +6,72 @@ Do not give up: If start missing days I want to continue making some kind of pro

## Tags

### [Day 1](day1/README.md)
<!-- drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d01-trebuchet
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d02-cube-conundrum
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d03-gear-ratios
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d04-scratchcards
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d05-if-you-give-a-seed-a-fertilizer
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d06-wait-for-it
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d07-camel-cards
drwxrwxr-x 1 mahonec mahonec 26 Dec 10 07:05 d08-brute-forced
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d08-haunted-wasteland
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d09-mirage-maintenance
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d10-pipe-maze
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d11-cosmic-expansion
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d12-hot-springs
drwxr-xr-x 1 mahonec mahonec 26 Dec 13 14:02 d13-point-of-incidence -->

### Day 1 - Trebuchet

Overlapping matches

### [Day 2](day2/README.md)
### Day 2 - Cube Conundrum

Iterators

### [Day 3](day3/README.md)
### Day 3 - Gear Ratios

2D Arrays

### [Day 4](day4/README.md)
### Day 4 - Scratchcards

Novel algorithm
A novel algorithm

### [Day 5](day5/README.md)
### Day 5 - If You Give a Seed a Fertilizer

Ranges, Maps

### [Day 6](day6/README.md)
### Day 6 - Wait For It

Quadratic Formula

### [Day 7](day7/README.md)
### Day 7 - Camel Cards

Decisions Trees

### [Day 8](day8/README.md)
### Day 8 - Haunted Wasteland

Graph, LCM

### [Day 9](day9/README.md)
### Day 9 - Mirage Maintenance

Finite Differences, Recursion
Polynomial Finite Differences, Recursion

### [Day 10](day10/README.md)
### Day 10 - Pipe Maze

Graph Cycle, Shoelace Theorem

### [Day 11](day11/README.md)
### Day 11 - Cosmic Expansion

x, y independence
A very sparse matrix

### [Day 12](day12/README.md)
### Day 12 - Hot Springs

Dynamic Programming

### [Day 13](day13/README.md)
### Day 13 - Point of Incidence

Reflections
2D Reflections

### [Day 14](day14/README.md)

Expand Down
1 change: 0 additions & 1 deletion y23/d01-trebuchet/README.md

This file was deleted.

1 change: 0 additions & 1 deletion y23/d02-cube-conundrum/README.md

This file was deleted.

1 change: 0 additions & 1 deletion y23/d03-gear-ratios/README.md

This file was deleted.

1 change: 0 additions & 1 deletion y23/d04-scratchcards/README.md

This file was deleted.

1 change: 0 additions & 1 deletion y23/d05-if-you-give-a-seed-a-fertilizer/README.md

This file was deleted.

1 change: 0 additions & 1 deletion y23/d06-wait-for-it/README.md

This file was deleted.

1 change: 0 additions & 1 deletion y23/d07-camel-cards/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion y23/d08-brute-forced/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d08-brute-forced"
name = "y23d08b"
version = "0.1.0"
edition = "2021"

Expand Down
1 change: 0 additions & 1 deletion y23/d08-haunted-wasteland/README.md

This file was deleted.

1 change: 0 additions & 1 deletion y23/d09-mirage-maintenance/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion y23/d10-pipe-maze/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d10"
name = "y23d10"
version = "0.1.0"
edition = "2021"

Expand Down
1 change: 0 additions & 1 deletion y23/d10-pipe-maze/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion y23/d11-cosmic-expansion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d11"
name = "y23d11"
version = "0.1.0"
edition = "2021"

Expand Down
1 change: 0 additions & 1 deletion y23/d11-cosmic-expansion/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion y23/d12-hot-springs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d12"
name = "y23d12"
version = "0.1.0"
edition = "2021"

Expand Down
1 change: 0 additions & 1 deletion y23/d12-hot-springs/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion y23/d13-point-of-incidence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d13"
name = "y23d13"
version = "0.1.0"
edition = "2021"

Expand Down
1 change: 0 additions & 1 deletion y23/d13-point-of-incidence/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d14/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d14"
name = "y23d14"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d14/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d15/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d15"
name = "y23d15"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d15/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d16/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d16"
name = "y23d16"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d16/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d17/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d17"
name = "y23d17"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d17/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d18/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d18"
name = "y23d18"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d18/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d19/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d19"
name = "y23d19"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d19/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d20"
name = "y23d20"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d20/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d21/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d21"
name = "y23d21"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d21/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d22/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d22"
name = "y23d22"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d22/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d23/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d23"
name = "y23d23"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d23/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d24/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d24"
name = "y23d24"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d24/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion y23/d25/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d25"
name = "y23d25"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion y23/d25/README.md

This file was deleted.

0 comments on commit 294f0e8

Please sign in to comment.