Bookmarks Subscriptions Weekly Selections
English 中文
Sign in
  • [資料結構] 使用 C 語言:實作鏈結串列 (Linked List)

    #Michael Chen 的技術文件
    1
    Tagging Share to twitter Share to telegram
    hackershare ·

Similar Bookmarks

[C 語言] 程式設計教學:使用前置處理器 (Preprocessor) 撰寫擬泛型程式

[C 語言] 程式設計教學:處理 C 專案相依性 (Dependency)

[Raku] 程式設計教學:例外 (Exceptions) 處理

[C 語言] 程式設計教學:錯誤處理 (Error Handling)

經營技術部落格:發展模式

[Pascal] 程式設計教學:迭代控制結構 (Iteration Control Structure)

[Solar2D] 程式設計教學:使用 Radio Button 和 Checkbox 等表單按鈕

[C 語言] 程式設計教學:宣告和使用變數 (Variable)

[網頁設計] 教學:檢測網站效能

[資料結構] 使用 C 語言:實作動態陣列 (Dynamic Array)

Comments

  • hackershare

    · ·

    鏈結串列的抽象資料結構 以下是鏈結串列的抽象資料結構 (ADT): L is a list sub IsEmpty(L): bool sub PeekFront(L): result sub PeekRear(L): result sub At(L, index): result, 0 <= index < size sub SetAt(L, index, value): bool, 0 <= index < size sub Unshift(L, value): bool sub Push(L, value):

User's Profile

@hackershare
Follow
© 2023 hackershare, Inc. About Blog Open Source