To use or not to use oop

Правка en2, от 0o0o0o0o0o0, 2018-02-19 18:26:30

When implementing a data structure like a segment tree or union find is it worth it to wrap the data structure in a class?

Will it pay off? Will the object overhead be feasible? Will the scoping play such a big role? Or maybe the typing speed?

Теги oop, data structure

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский 0o0o0o0o0o0 2018-02-19 18:26:30 2 Tiny change: 'in a class.\n\nWill i' -> 'in a class?\n\nWill i'
en1 Английский 0o0o0o0o0o0 2018-02-19 18:25:27 270 Initial revision (published)