This commit is contained in:
2025-01-31 09:58:53 +03:00
parent 5670efc4cb
commit 27cb6cb0c6
13 changed files with 1174 additions and 96 deletions

View File

@@ -25,3 +25,11 @@ if value := rt.search('test') {
} else {
println('\nError: ${err}')
}
println('\nInserting key "test2" with value "value2"')
rt.insert('test2', 'value2'.bytes())!
// Print tree structure
rt.print_tree()!