|
|
c96cbed866
|
complete correct implementation of delete for gap buffer
|
2024-05-26 13:52:12 +01:00 |
|
|
|
217bf766a9
|
progress on starting delete function
|
2024-05-25 23:47:48 +01:00 |
|
|
|
01496aa06f
|
amend bug resulting from previous refactoring (don't know origin of bug but I pressed undo in my editor and did the refactoring again, and this time all tests passed)
|
2024-05-25 15:05:40 +01:00 |
|
|
|
b96539d348
|
refactor function in gap_buffer.sml to make use of two helper functions when inserting into the left/right
|
2024-05-25 13:21:14 +01:00 |
|
|
|
153c66b546
|
use joinEndOfLeft and joinStartOfRight functions to navigate between nodes in the gap buffer
|
2024-05-25 12:56:33 +01:00 |
|
|
|
54b052c8f5
|
make gap buffer a little bit faster by trying to join strings less than or equal to targetLength
|
2024-05-25 10:49:57 +01:00 |
|
|
|
008fa90196
|
add gap buffer implementation which has an insert and a toString function
|
2024-05-22 13:52:50 +01:00 |
|