Skip to content

Commit 08e6a4c

Browse files
authored
Merge pull request #73 from codecrafters-io/update-slugs-with-new-names
CC-1227 Update slugs to use new format
2 parents 5b5f8a4 + c1cb9fb commit 08e6a4c

File tree

138 files changed

+526
-526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+526
-526
lines changed

course-definition.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ marketing:
6969
7070
stages:
7171
- legacy_slug: "init"
72-
slug: "init"
72+
slug: "dr6"
7373
name: "Print page size"
7474
difficulty: very_easy
7575
description_md: |-
@@ -122,7 +122,7 @@ stages:
122122
do this by parsing a file that uses the [SQLite database file format](https://www.sqlite.org/fileformat.html).
123123
124124
- legacy_slug: "table_count"
125-
slug: "table_count"
125+
slug: "ce0"
126126
name: "Print number of tables"
127127
difficulty: hard
128128
description_md: |-
@@ -167,7 +167,7 @@ stages:
167167
[SQLite database file format](https://www.sqlite.org/fileformat.html).
168168
169169
- legacy_slug: "table_names"
170-
slug: "table_names"
170+
slug: "sz4"
171171
name: "Print table names"
172172
difficulty: hard
173173
description_md: |-
@@ -200,7 +200,7 @@ stages:
200200
the count of tables like in the previous stage, you'll print out the names of tables too.
201201
202202
- legacy_slug: "row_counts"
203-
slug: "row_counts"
203+
slug: "nd9"
204204
name: "Count rows in a table"
205205
difficulty: medium
206206
description_md: |-
@@ -239,7 +239,7 @@ stages:
239239
`SELECT COUNT(*) FROM <table>`.
240240
241241
- legacy_slug: "read_single_column"
242-
slug: "read_single_column"
242+
slug: "az9"
243243
name: "Read data from a single column"
244244
difficulty: hard
245245
description_md: |-
@@ -290,7 +290,7 @@ stages:
290290
`SELECT <column> FROM <table>`.
291291
292292
- legacy_slug: "read_multiple_columns"
293-
slug: "read_multiple_columns"
293+
slug: "vc9"
294294
name: "Read data from multiple columns"
295295
difficulty: hard
296296
description_md: |-
@@ -322,7 +322,7 @@ stages:
322322
In this stage, your sqlite3 implementation will need to execute a SQL statement of this form: `SELECT <column1>,<column2> FROM <table>`.
323323
324324
- legacy_slug: "where"
325-
slug: "where"
325+
slug: "rf3"
326326
name: "Filter data with a WHERE clause"
327327
difficulty: hard
328328
description_md: |-
@@ -351,7 +351,7 @@ stages:
351351
an index, so you'll visit all records in a table and then filter out the matching ones.
352352
353353
- legacy_slug: "table_scan"
354-
slug: "table_scan"
354+
slug: "ws9"
355355
name: "Retrieve data using a full-table scan"
356356
difficulty: hard
357357
description_md: |-
@@ -394,7 +394,7 @@ stages:
394394
an index, so you'll visit all records in a table and then filter out the matching ones.
395395
396396
- legacy_slug: "index_scan"
397-
slug: "index_scan"
397+
slug: "nz8"
398398
name: "Retrieve data using an index"
399399
difficulty: hard
400400
description_md: |-
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)