Data Structure : TreeSet

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 2

  • @MartinStacey
    @MartinStacey 7 ปีที่แล้ว

    Is there a way to organize data in a hierarchical manner without sorting? for example I want to do a family tree which the grandfather is called "Andrew" and the children are called "John" and "Martin" but the alphabetical order has nothing to do with who is the grandfather and grandson

    • @krishnachaitanya1298
      @krishnachaitanya1298 7 ปีที่แล้ว

      write your comparable logic, to fit your requirement.