Compare commits
7 commits
a2290a427b
...
02b0214eb3
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 02b0214eb3 | ||
Bruno BELANYI | 388801dc92 | ||
Bruno BELANYI | ad0e062316 | ||
Bruno BELANYI | 19aa4de9be | ||
Bruno BELANYI | 39bfa190f0 | ||
Bruno BELANYI | 04de4e7028 | ||
Bruno BELANYI | e869ceafa9 |
|
@ -37,9 +37,9 @@ shorter/longer as required.
|
|||
## Implementation
|
||||
|
||||
I'll be writing a sample implementation in Python, as with the rest of the
|
||||
series. I don't think it showcases the elegance of the _Gap Buffer_ in action
|
||||
like a C implementation full of `memmove`s would, but it does makes it short and
|
||||
sweet.
|
||||
[series]({{< ref "/series/cool-algorithms/">}}). I don't think it showcases the
|
||||
elegance of the _Gap Buffer_ in action like a C implementation full of
|
||||
`memmove`s would, but it does makes it short and sweet.
|
||||
|
||||
### Representation
|
||||
|
||||
|
|
Loading…
Reference in a new issue