Compare commits
7 commits
02b0214eb3
...
a2290a427b
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | a2290a427b | ||
Bruno BELANYI | 01aafd372b | ||
Bruno BELANYI | bbdb14bad8 | ||
Bruno BELANYI | 430144ee90 | ||
Bruno BELANYI | 0e10a21386 | ||
Bruno BELANYI | b9120b2076 | ||
Bruno BELANYI | 0aedb24ecd |
|
@ -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]({{< 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.
|
||||
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.
|
||||
|
||||
### Representation
|
||||
|
||||
|
|
Loading…
Reference in a new issue