Navigation

  • index
  • next |
  • previous |
  • Applications in C for Engineering Technology »
  • 8. Topic 7 - Data structures

8. Topic 7 - Data structures¶

Contents:

  • 8.1. Basic Data Structures
  • 8.2. Allocating memory for structures
  • 8.3. Safe Additions to Strings
  • 8.4. Self-Referential (linked list)
  • 8.5. Example - Linked Lists
    • 8.5.1. Append To a List
    • 8.5.2. Delete From a List
    • 8.5.3. Sorted Insert To a List
  • 8.6. Linked List Bubble Sort
    • 8.6.1. Non-recursive Bubble Sort
    • 8.6.2. Recursive Bubble Sort
    • 8.6.3. Improved Recursive Bubble Sort
    • 8.6.4. Quick sort
  • 8.7. Other self-referential data structures
    • 8.7.1. Stacks with Linked Lists
  • 8.8. Union

Logo

Previous topic

7.6. getchar() and putchar()

Next topic

8.1. Basic Data Structures

This Page

  • Show Source

Quick search

«

Navigation

  • index
  • next |
  • previous |
  • Applications in C for Engineering Technology »
  • 8. Topic 7 - Data structures
© Copyright Creative Commons License, Tim Bower. Created using Sphinx 7.2.6.