Skip to content

Commit dff4c32

Browse files
committed
adds exercise 1 - ch 7.0
1 parent 00f50b5 commit dff4c32

26 files changed

+319
-0
lines changed

Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,17 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
255255
- [Improving the `Router` API](/chapters/ch06.3-improving-the-router-api.md)
256256
- [The need for a `trie`](/chapters/ch06.4-the-need-for-a-trie.md)
257257
- [What is a `Trie` anyway?](/chapters/ch06.4-the-need-for-a-trie.md#what-is-a-trie-anyway)
258+
- [Exercise - Implementing a `Trie`](/chapters/ch07.0-ex-implementing-a-trie.md#exercise---implementing-a-trie)
259+
- [Root Node](/chapters/ch07.0-ex-implementing-a-trie.md#root-node)
260+
- [End of the word](/chapters/ch07.0-ex-implementing-a-trie.md#end-of-the-word)
261+
- [Challenge 1: Basic Trie with `insert` Method](/chapters/ch07.0-ex-implementing-a-trie.md#challenge-1-basic-trie-with-insert-method)
262+
- [Requirements](/chapters/ch07.0-ex-implementing-a-trie.md#requirements)
263+
- [More details](/chapters/ch07.0-ex-implementing-a-trie.md#more-details)
264+
- [Solution](/chapters/ch07.0-ex-implementing-a-trie.md#solution)
265+
- [Challenge 2: Implement `search` method](/chapters/ch07.0-ex-implementing-a-trie.md#challenge-2-implement-search-method)
266+
- [Requirements](/chapters/ch07.0-ex-implementing-a-trie.md#requirements-1)
267+
- [More details](/chapters/ch07.0-ex-implementing-a-trie.md#more-details-1)
268+
- [Hints](/chapters/ch07.0-ex-implementing-a-trie.md#hints)
269+
- [Solution](#solution-1)
258270

259271
![](https://uddrapi.com/api/img?page=readme)
108 KB
Loading
46.1 KB
Loading
14.6 KB
Loading

assets/imgs/compressed/cover.jpg

189 KB
Loading
25.8 KB
Loading
13 KB
Loading
18.6 KB
Loading
24 KB
Loading
11.3 KB
Loading

0 commit comments

Comments
 (0)