zwrawr / DSA_Assessment

University of York, Data Structures and Algorithms Assessment, Task : Predictive Text
2 stars 0 forks source link

Trie/PTE : use a list structure to move the suggestions around. #22

Open zwrawr opened 7 years ago

zwrawr commented 7 years ago

Will avoid the need to keep copying string between buffers.

zwrawr commented 7 years ago

Used in searchByPrefix