You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
347 B
347 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Write §3: Exercise 1 — build a character-level tokeniser in Rust | todo | task | 2026-03-13T22:01:50Z | 2026-03-13T22:01:50Z | edu-u2w7 |
Implement encode/decode over a fixed character vocabulary. Read a text file, build vocab, encode to integers, decode back. No external crates.