The prior version worked fine for the typical single insertion/removal cases. But when larger imbalances happened due to bulk insertion or removal it wouldn't work correctly. The new improved version works on any tree whose children are themselves balanced, even if they are extremely different heights when compared to each other. It works in O(log N) time. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE.txt | ||
readme.md | ||
todo.md |
Led
Led is a simple text editor with both a console and GUI interface.
The long-term goals of Led are to be a scriptable, cross-platform code editor that you can take with you wherever you go. It's a long ways off from that at the moment, however.
Other projects that inspire the general direction of Led include Zed and Vim.