Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Constructing a Tree Using It's Timestamp.

Правка en3, от dusht0814, 2017-02-12 23:52:43

I'm interested in whether we can Construct a tree if we know the Starting Time and Ending Time of all the Vertices.

For Example:

  • Number of Vertices :4
  • Starting time ST[i]:2 4 1 3
  • Ending time FT[i]:2 4 4 4

The Tree Looks Like:

Теги timestamp, dfs and similar, #trees

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский dusht0814 2017-02-12 23:52:43 4 Tiny change: 'Example:\n- Number' -> 'Example:\n\n\n- Number'
en2 Английский dusht0814 2017-02-12 23:51:26 8
en1 Английский dusht0814 2017-02-12 23:49:39 380 Initial revision (published)