Skip to content

Peter-Van-Drunen/dart_rope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dart_rope

An implementation of the Rope data structure in Dart.

This is a project for learning Dart (for fun) and also to learn how to implement a Rope.

Also it so happens that there's no existing implementation of a rope in Dart as far as I can tell, so maybe someone writing a text editor will find this useful (but probably not).

This is a work in progress. The hard parts (concatenation and split) are still unfinished.

About

An implementation of the Rope data structure in Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages