linked list bubble sort的相關文章
c++ - Bubble sorting for linked list - Stack Overflow

c++ - Bubble sorting for linked list - Stack Overflow

瀏覽:1149
日期:2025-11-18
You are comparing the elements by simply doing *(j) > *(agla) , I'm not sure how that builds since both j and agla are pointers to structures. Structures ......看更多